Eric Liu
|
1166ef25e9
|
8268966: AArch64: 'bad AD file' in some vector conversion tests
Reviewed-by: aph
|
2021-07-06 15:59:04 +00:00 |
|
Xiaohong Gong
|
2b20778225
|
8269568: JVM crashes when running VectorMask query tests
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Reviewed-by: psandoz, jiefu, jbhateja, sviswanathan
|
2021-07-06 08:17:27 +00:00 |
|
Kim Barrett
|
0f4e07b7d9
|
8269661: JNI_GetStringCritical does not lock char array
8269650: Optimize gc-locker in [Get|Release]StringCritical for latin string
Reviewed-by: dholmes, tschatzl
|
2021-07-06 07:40:56 +00:00 |
|
Roland Westrelin
|
df1364b508
|
8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
Reviewed-by: kvn, thartmann
|
2021-07-06 07:03:08 +00:00 |
|
Roland Westrelin
|
6d8fc7249a
|
8268883: C2: assert(false) failed: unscheduable graph
Reviewed-by: chagedorn, kvn, yyang
|
2021-07-06 06:47:45 +00:00 |
|
Tobias Hartmann
|
4ad8b04421
|
8268369: SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
Reviewed-by: chagedorn, kvn
|
2021-07-06 05:44:59 +00:00 |
|
Severin Gehwolf
|
e14801cdd9
|
8269668: [aarch64] java.library.path not including /usr/lib64
Reviewed-by: aph, dholmes
|
2021-07-05 08:01:51 +00:00 |
|
Sandhya Viswanathan
|
6f0e8e79aa
|
8269775: compiler/codegen/ClearArrayTest.java failed with "assert(false) failed: bad AD file"
Reviewed-by: kvn, dlong
|
2021-07-02 15:33:07 +00:00 |
|
Christian Hagedorn
|
2db9005c07
|
8262017: C2: assert(n != __null) failed: Bad immediate dominator info.
Reviewed-by: roland, neliasso, kvn
|
2021-07-02 07:43:57 +00:00 |
|
Nils Eliasson
|
7bc96dbc02
|
8269771: assert(tmp == _callprojs.fallthrough_catchproj) failed: allocation control projection
Reviewed-by: rbackman, kvn
|
2021-07-02 07:17:55 +00:00 |
|
Jamsheed Mohammed C M
|
5644c4f942
|
8265132: C2 compilation fails with assert "missing precedence edge"
Reviewed-by: iveresov, kvn
|
2021-07-02 04:26:09 +00:00 |
|
Jatin Bhateja
|
4bbf11d4a9
|
8269580: assert(is_valid()) failed: invalid register (-1)
Reviewed-by: kvn, dlong
|
2021-07-01 15:08:43 +00:00 |
|
Aleksey Shipilev
|
c16d1fc981
|
8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998
Reviewed-by: kvn, iveresov, vlivanov
|
2021-07-01 09:27:55 +00:00 |
|
Roland Westrelin
|
ad27d9b3ec
|
8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
Reviewed-by: kvn, iveresov, neliasso
|
2021-07-01 08:11:59 +00:00 |
|
Roland Westrelin
|
c67a7b039d
|
8269230: C2: main loop in micro benchmark never executed
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: kvn, iveresov
|
2021-07-01 07:41:22 +00:00 |
|
Martin Doerr
|
be0ac92e18
|
8269614: [s390] Interpreter checks wrong bit for slow path instance allocation
Reviewed-by: shade, rrich
|
2021-06-30 13:32:19 +00:00 |
|
Zhengyu Gu
|
4b4bef4e1e
|
8269594: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
Reviewed-by: coleenp, jvernee
|
2021-06-30 11:37:09 +00:00 |
|
Wang Huang
|
ca283c3ac0
|
8265907: JVM crashes when matching VectorMaskCmp Node
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
Reviewed-by: njian, jbhateja, sviswanathan, dlong, adinn
|
2021-06-30 08:52:27 +00:00 |
|
Leo Korinth
|
6b64a7956c
|
8268350: Remove assert that ensures thread identifier remains the same
Reviewed-by: tschatzl, kbarrett
|
2021-06-30 07:45:39 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Roland Westrelin
|
578c55bbe6
|
8267399: C2: java/text/Normalizer/ConformanceTest.java test failed with assertion
Reviewed-by: kvn, neliasso
|
2021-06-22 15:46:44 +00:00 |
|
Erik Österlund
|
9ec7180f1e
|
8268524: nmethod::post_compiled_method_load_event racingly called on zombie
Reviewed-by: kvn, neliasso, coleenp
|
2021-06-22 15:20:10 +00:00 |
|
Roland Westrelin
|
d3ad8cd344
|
8268672: C2: assert(!loop->is_member(u_loop)) failed: can be in outer loop or out of both loops only
Reviewed-by: kvn, neliasso
|
2021-06-21 14:16:54 +00:00 |
|
Jorn Vernee
|
f25e7197fe
|
8268717: Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
Reviewed-by: mcimadamore, erikj
|
2021-06-21 12:06:51 +00:00 |
|
Hui Shi
|
22ebd1926d
|
8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop
Reviewed-by: kvn, roland
|
2021-06-21 11:59:00 +00:00 |
|
Markus Grönlund
|
f8df953e61
|
8268702: JFR diagnostic commands lack argument descriptors when viewed using Platform MBean Server
Reviewed-by: egahlin
|
2021-06-21 11:16:41 +00:00 |
|
Boris Ulasevich
|
c294ae4fed
|
8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
Co-authored-by: Chris Cole <chris@sageembedded.com>
Reviewed-by: dsamersoff
|
2021-06-21 06:04:57 +00:00 |
|
Jie Fu
|
b358b54c4f
|
8269063: Build failure due to VerifyReceiverTypes was not declared after JDK-8268405
Reviewed-by: kvn
|
2021-06-20 22:55:49 +00:00 |
|
Xin Liu
|
b9d7337697
|
8268638: semaphores of AsyncLogWriter may be broken when JVM is exiting.
Backport-of: fa3b44d43811dca8c609d6c61a58680835abf8e3
|
2021-06-18 21:29:55 +00:00 |
|
Vladimir Ivanov
|
7ed3634da8
|
8268405: Several regressions 4-17% after CHA changes
Reviewed-by: kvn, dlong
|
2021-06-18 07:50:22 +00:00 |
|
Vladimir Ivanov
|
9130b8a9d7
|
8268371: C2: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Reviewed-by: roland, kvn
|
2021-06-17 21:25:46 +00:00 |
|
Vladimir Ivanov
|
8545269268
|
8268676: assert(!ik->is_interface() && !ik->has_subklass()) failed: inconsistent klass hierarchy
Reviewed-by: kvn, roland, neliasso
|
2021-06-17 21:17:48 +00:00 |
|
Kim Barrett
|
c98d50848b
|
8268265: MutableSpaceUsedHelper::take_sample() hits assert(left >= right) failed: avoid overflow
Reviewed-by: tschatzl, iwalulya
|
2021-06-17 19:05:10 +00:00 |
|
Eric Liu
|
4c9aefdb61
|
8268739: AArch64: Build failure after JDK-8267663
Reviewed-by: aph, dholmes
|
2021-06-17 02:47:00 +00:00 |
|
Jie Fu
|
112ddb7633
|
8268641: [foreign] assert(allocates2(pc)) failed: not in CodeBuffer memory with ShenandoahGC
Reviewed-by: rbackman, kvn
|
2021-06-17 02:10:52 +00:00 |
|
Christian Hagedorn
|
9ad19f7838
|
8256934: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
Reviewed-by: roland, vlivanov
|
2021-06-16 13:02:51 +00:00 |
|