Thomas Stuefe
|
3ad20fcdfa
|
8269571: NMT should print total malloc bytes and invocation count
Reviewed-by: zgu, xliu
|
2021-06-30 04:38:33 +00:00 |
|
Jatin Bhateja
|
90eb1189ae
|
8269528: VectorAPI Long512VectorTest fails on X86 KNL target
Reviewed-by: kvn, sviswanathan
|
2021-06-30 02:33:01 +00:00 |
|
Leonid Mesnik
|
b969136b9f
|
8245877: assert(_value != __null) failed: resolving NULL _value in JvmtiExport::post_compiled_method_load
Reviewed-by: sspitsyn, dholmes, coleenp
|
2021-06-30 02:05:25 +00:00 |
|
Jesper Wilhelmsson
|
ee526a2ea8
|
Merge
|
2021-06-30 01:19:39 +00:00 |
|
Calvin Cheung
|
1ac8deef4c
|
8269615: Fix for 8263640 broke Windows build
Reviewed-by: iklam, dcubed
|
2021-06-29 19:52:06 +00:00 |
|
Nils Eliasson
|
b8a16e931b
|
8268884: C2: Compile::remove_speculative_types must iterate top-down
Reviewed-by: roland, kvn
|
2021-06-29 18:38:25 +00:00 |
|
Calvin Cheung
|
c1e2a29448
|
8263640: hs_err improvement: handle class path longer than O_BUFLEN
Reviewed-by: iklam, minqi, dholmes
|
2021-06-29 17:57:15 +00:00 |
|
Man Cao
|
bb42d75161
|
8269417: Minor clarification on NonblockingQueue utility
Reviewed-by: kbarrett, iwalulya
|
2021-06-29 17:03:35 +00:00 |
|
Thomas Schatzl
|
3f2c372396
|
8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
Reviewed-by: iwalulya, kbarrett
|
2021-06-29 14:16:21 +00:00 |
|
Jie Fu
|
7010dfdffa
|
8269517: compiler/loopopts/TestPartialPeelingSinkNodes.java crashes with -XX:+VerifyGraphEdges
Reviewed-by: kvn, dlong
|
2021-06-29 11:18:23 +00:00 |
|
Thomas Schatzl
|
fc0fd96a5f
|
8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
Reviewed-by: kbarrett, iwalulya
|
2021-06-29 08:34:55 +00:00 |
|
Andrew Haley
|
a97715755d
|
8261579: AArch64: Support for weaker memory ordering in Atomic
Reviewed-by: adinn, shade
|
2021-06-29 07:39:24 +00:00 |
|
Yumin Qi
|
ee1e202bc3
|
8268821: Split systemDictionaryShared.cpp
Reviewed-by: erikj, ccheung, iklam
|
2021-06-28 23:20:28 +00:00 |
|
Jesper Wilhelmsson
|
03d54e6ef1
|
Merge
|
2021-06-28 23:00:32 +00:00 |
|
Xin Liu
|
09bb84685f
|
8267952: async logging supports to dynamically change tags and decorators
Reviewed-by: dholmes, phh
|
2021-06-28 18:17:45 +00:00 |
|
Vladimir Kozlov
|
8d09596f27
|
8269304: Regression ~5% in 2005 in b27
Reviewed-by: dlong, roland
|
2021-06-28 15:52:09 +00:00 |
|
Albert Mingkun Yang
|
d0d26f5c55
|
8269433: Remove effectively unused ReferenceProcessor::_enqueuing_is_done
Reviewed-by: kbarrett, tschatzl
|
2021-06-28 14:13:32 +00:00 |
|
Coleen Phillimore
|
29bc381da5
|
8268902: Testing for threadObj != NULL is unnecessary in suspend handshake
Reviewed-by: pchilanomate, dcubed
|
2021-06-28 13:13:32 +00:00 |
|
Albert Mingkun Yang
|
87ff27786b
|
8269222: Incorrect number of workers reported for reference processing
Reviewed-by: tschatzl, sangheki
|
2021-06-28 10:47:20 +00:00 |
|
Andrew Haley
|
4d2412ef3e
|
8269122: The use of "extern const" for Register definitions generates poor code
Reviewed-by: adinn, kbarrett, kvn
|
2021-06-28 09:14:41 +00:00 |
|
Jesper Wilhelmsson
|
a29953d805
|
Merge
|
2021-06-27 23:51:05 +00:00 |
|
David Holmes
|
8bed35343d
|
8269261: The PlaceHolder code uses Thread everywhere but is always dealing with JavaThreads
Reviewed-by: ccheung, coleenp
|
2021-06-27 22:23:42 +00:00 |
|
Dean Long
|
d9cb068f4b
|
8258746: illegal access to global field _jvmci_old_thread_counters by terminated thread causes crash
Reviewed-by: dholmes, kvn
|
2021-06-26 20:07:04 +00:00 |
|
Sandhya Viswanathan
|
1e3b418a53
|
8269335: Unable to load svml library
Reviewed-by: psandoz
|
2021-06-25 18:31:18 +00:00 |
|
Markus Grönlund
|
ffa34ed429
|
8265919: RunThese30M fails "assert((!(((((JfrTraceIdBits::load(value)) & ((1 << 4) << 8)) != 0))))) failed: invariant"
Reviewed-by: egahlin
|
2021-06-25 09:41:23 +00:00 |
|
Ludovic Henry
|
fdcae6653c
|
8269092: Add OldObjectSampleEvent.allocationSize field
Reviewed-by: egahlin, jbachorik
|
2021-06-25 08:30:30 +00:00 |
|
Scott Gibbons
|
c37988d079
|
8268276: Base64 Decoding optimization for x86 using AVX-512
Reviewed-by: erikj, sviswanathan, kvn
|
2021-06-25 03:19:48 +00:00 |
|
David Holmes
|
08ee7ae672
|
8268855: Cleanup name handling in the Thread class and subclasses
Reviewed-by: lfoltan, coleenp
|
2021-06-24 23:58:32 +00:00 |
|
Zhengyu Gu
|
c79034e0c9
|
8269303: Remove unnecessary forward declaration of PSPromotionManager in cpCache.hpp
Reviewed-by: kbarrett
|
2021-06-24 21:02:16 +00:00 |
|
Coleen Phillimore
|
42968db173
|
8269293: ObjectMonitor thread id fields should be 64 bits.
Reviewed-by: mgronlun, dcubed
|
2021-06-24 19:34:17 +00:00 |
|
Patricio Chilano Mateo
|
2fd7943ec1
|
8256425: Obsolete Biased Locking in JDK 18
Reviewed-by: kvn, dholmes, dcubed, rrich
|
2021-06-24 18:54:41 +00:00 |
|
Jatin Bhateja
|
0c3fc27a45
|
8268482: compiler/intrinsics/VectorizedMismatchTest.java failed with failed: length in range
Reviewed-by: vlivanov, neliasso
|
2021-06-24 03:01:01 +00:00 |
|
Jie Fu
|
a30141d636
|
8269179: Crash in TestMacroLogicVector::testSubWordBoolean: assert(_base >= VectorMask && _base <= VectorZ) failed: Not a Vector
Reviewed-by: kvn, neliasso
|
2021-06-24 01:17:56 +00:00 |
|
Coleen Phillimore
|
f375916417
|
8269186: [REDO] Remove CodeCache::mark_for_evol_deoptimization() method
Reviewed-by: hseigel, lfoltan, sspitsyn
|
2021-06-23 21:11:06 +00:00 |
|
Sandhya Viswanathan
|
b474314342
|
8266854: LibraryCallKit::inline_preconditions_checkIndex modifies control flow even if the intrinsic bailed out
Reviewed-by: kvn, jbhateja, vlivanov
|
2021-06-23 17:25:34 +00:00 |
|
Coleen Phillimore
|
f3ba2690c5
|
8256306: ObjectMonitor::_contentions field should not be 'jint'
Reviewed-by: dholmes, stuefe, dcubed
|
2021-06-23 14:27:31 +00:00 |
|
Coleen Phillimore
|
52d5d1b361
|
8269188: [BACKOUT] Remove CodeCache::mark_for_evol_deoptimization() method
Reviewed-by: dholmes, sspitsyn
|
2021-06-23 14:26:30 +00:00 |
|
Harold Seigel
|
f2e690e0ee
|
8268720: Unspecified checks on NameAndType constants should not be performed
Reviewed-by: dholmes, lfoltan
|
2021-06-23 12:11:37 +00:00 |
|
Markus Grönlund
|
1b2147a23f
|
8269125: Klass enqueue element size calculation wrong when traceid value cross compress limit
Reviewed-by: jbachorik, egahlin
|
2021-06-23 11:49:25 +00:00 |
|
Per Liden
|
8128ca1381
|
8269066: assert(ZAddress::is_marked(addr)) failed: Should be marked
Reviewed-by: eosterlund, stefank, kbarrett, tschatzl
|
2021-06-23 10:14:38 +00:00 |
|
Xin Liu
|
1323be54d2
|
8269064: Dropped messages of AsyncLogWriter cause memleak
Reviewed-by: dholmes, simonis
|
2021-06-23 08:45:49 +00:00 |
|
Aleksey Shipilev
|
6237630664
|
8269120: Build failure with GCC 6.3.0 after JDK-8017163
Reviewed-by: iwalulya, tschatzl, kbarrett
|
2021-06-23 07:03:51 +00:00 |
|
Thomas Schatzl
|
a5e4307050
|
8269134: Remove sparsePRT.inline.hpp after JDK-8017163
Reviewed-by: iwalulya, kbarrett
|
2021-06-23 06:51:53 +00:00 |
|
Aleksey Shipilev
|
17daf32a07
|
8269138: Move typeArrayOop.inline.hpp include to vectorSupport.cpp
Reviewed-by: stefank, vlivanov
|
2021-06-23 06:27:40 +00:00 |
|
Joshua Zhu
|
36d82b6ef1
|
8268858: Determine register pressure automatically by the number of available registers for allocation
Reviewed-by: kvn, dlong
|
2021-06-23 03:54:00 +00:00 |
|
miao zheng
|
ae3eedce9d
|
8268727: Remove unused slowpath locking method in OptoRuntime
Reviewed-by: dlong
|
2021-06-23 02:45:58 +00:00 |
|
Guoxiong Li
|
cd678a383f
|
8268368: Adopt cast notation for JavaThread conversions
Reviewed-by: dholmes, stefank
|
2021-06-23 02:21:24 +00:00 |
|
Jesper Wilhelmsson
|
b6cfca8a89
|
Merge
|
2021-06-23 01:05:44 +00:00 |
|
Kim Barrett
|
0c693e2f03
|
8268290: Improve LockFreeQueue<> utility
Reviewed-by: iwalulya, tschatzl
|
2021-06-22 17:43:59 +00:00 |
|
Nils Eliasson
|
dc12cb78b8
|
8267652: c2 loop unrolling by 8 results in reading memory past array
Reviewed-by: sviswanathan, kvn, vlivanov
|
2021-06-22 16:21:35 +00:00 |
|