Albert Mingkun Yang
a96012f958
8269803: G1: remove unnecessary NoRefDiscovery
...
Reviewed-by: tschatzl, kbarrett
2021-07-08 06:15:30 +00:00
TatWai Chong
e54585be57
8268363: AArch64: Implement string_indexof_char intrinsic in SVE
...
Reviewed-by: aph, njian
2021-07-08 02:29:17 +00:00
Jesper Wilhelmsson
270fbcb3f5
Merge
2021-07-08 00:55:53 +00:00
Yumin Qi
f741e4ca74
8264735: Make dynamic dump repeatable
...
Reviewed-by: ccheung, iklam
2021-07-07 19:41:45 +00:00
Martin Doerr
1f2bf1d194
8269879: [PPC64] C2: Math.rint intrinsic uses wrong rounding mode
...
Reviewed-by: lucy, goetz
2021-07-07 12:52:18 +00:00
Coleen Phillimore
2dc5486415
8267303: Replace MinObjectAlignmentSize usages for non-Java heap objects
...
Reviewed-by: kbarrett, tschatzl, minqi
2021-07-07 12:46:07 +00:00
Coleen Phillimore
3586a233a4
8268635: Corrupt oop in ClassLoaderData
...
Reviewed-by: iklam, dholmes
2021-07-07 12:40:34 +00:00
Thomas Schatzl
248aa5014b
8269294: Verify_before/after_young_collection should execute all verification
...
Reviewed-by: iwalulya, kbarrett
2021-07-07 07:56:41 +00:00
Thomas Schatzl
18b80c70f8
8269908: Move MemoryService::track_memory_usage call into G1MonitoringScope
...
Reviewed-by: ayang, kbarrett
2021-07-07 07:39:31 +00:00
Thomas Schatzl
a6850111ac
8269022: Put evacuation failure string directly into gc=info log message
...
Reviewed-by: iwalulya, lkorinth, kbarrett
2021-07-07 07:32:57 +00:00
Richard Reingruber
72530ef666
8269574: C2: Avoid redundant uncommon traps in GraphKit::builtin_throw() for JVMTI exception events
...
Reviewed-by: kvn, roland, neliasso
2021-07-07 07:17:24 +00:00
Nick Gasson
3d090e7ee5
8267625: AARCH64: typo in LIR_Assembler::emit_profile_type
...
Reviewed-by: aph, dlong
2021-07-07 01:47:11 +00:00
Yi Yang
a9e201016d
8268425: Show decimal nid of OSThread instead of hex format one
...
Reviewed-by: stuefe, kevinw
2021-07-07 01:37:50 +00:00
Jesper Wilhelmsson
7a4f08ae32
Merge
2021-07-06 23:00:31 +00:00
Ioi Lam
0ebf8aa9d7
8268778: CDS check_excluded_classes needs DumpTimeTable_lock
...
Reviewed-by: minqi, ccheung
2021-07-06 22:21:06 +00:00
Vladimir Kozlov
0d1cd3a745
8269825: [TESTBUG] Missing testing for x86 KNL platforms
...
Reviewed-by: dlong, jbhateja
2021-07-06 21:52:23 +00:00
Eric Liu
1166ef25e9
8268966: AArch64: 'bad AD file' in some vector conversion tests
...
Reviewed-by: aph
2021-07-06 15:59:04 +00:00
Zhengyu Gu
16aa8cbf8d
8269697: JNI_GetPrimitiveArrayCritical() should not accept object array
...
Reviewed-by: kbarrett, dholmes
2021-07-06 12:25:11 +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
David Holmes
20eba35515
8269882: stack-use-after-scope in NewObjectA
...
Reviewed-by: kbarrett
2021-07-06 02:20:14 +00:00
Yi Yang
df0e11bb0c
8269672: C1: Remove unaligned move on all architectures
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: thartmann
2021-07-06 02:13:04 +00:00
Yi Yang
2926769800
8267956: C1 code cleanup
...
Reviewed-by: thartmann
2021-07-06 02:11:56 +00:00
Jesper Wilhelmsson
a18a112963
Merge
2021-07-06 00:12:23 +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
Thomas Schatzl
675a9520b2
8269821: Remove is-queue-active check in inner loop of write_ref_array_pre_work
...
Reviewed-by: ayang, kbarrett
2021-07-05 07:24:10 +00:00
Ioi Lam
4da52eaf53
8269004: Implement ResizableResourceHashtable
...
Reviewed-by: coleenp, kbarrett
2021-07-05 02:29:23 +00:00
David Holmes
390d1025ca
8269652: Factor out the common code for creating system j.l.Thread objects
...
Reviewed-by: coleenp, dcubed, kvn, xliu
2021-07-04 21:58:16 +00:00
Jesper Wilhelmsson
17f53f2f9c
Merge
2021-07-02 20:50:11 +00:00
Coleen Phillimore
3d84398d12
8268364: jmethod clearing should be done during unloading
...
Reviewed-by: dcubed, eosterlund
2021-07-02 18:04:45 +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
Albert Mingkun Yang
f8bcbf0172
8269596: Snapshot soft ref policy before marking/copying
...
Reviewed-by: tschatzl, kbarrett
2021-07-02 09:19:58 +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
David Holmes
4107dcf6ec
8269466: Factor out the common code for initializing and starting internal VM JavaThreads
...
Reviewed-by: sspitsyn, pchilanomate, dcubed, coleenp, kvn
2021-07-02 04:29:47 +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
Hamlin Li
589f084161
8269110: ZGC: Remove dead code in zBarrier
...
Reviewed-by: pliden
2021-07-02 01:30:41 +00:00
Jesper Wilhelmsson
b0e186792e
Merge
2021-07-02 01:07:50 +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
Albert Mingkun Yang
54a9c3e39f
8133873: Simplify {Register,Unregister}NMethodOopClosure
...
Reviewed-by: tschatzl, kbarrett
2021-07-01 07:57:54 +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
Yi Yang
d89e630cdf
8266746: C1: Replace UnsafeGetRaw with UnsafeGet when setting up OSR entry block
...
Replace UnsafeGetRaw with UnsafeGetObject when setting up OSR entry block, and rename Unsafe{Get,Put}Object to Unsafe{Get,Put}
Reviewed-by: thartmann, dlong, mdoerr
2021-07-01 01:39:50 +00:00
Hamlin Li
4660f72c38
8268870: Remove dead code in metaspaceShared
...
Reviewed-by: tschatzl
2021-07-01 01:19:32 +00:00
Jesper Wilhelmsson
9def3b068e
Merge
2021-07-01 01:01:34 +00:00
Zhengyu Gu
5c08344b64
8269678: Remove unimplemented and unused os::bind_to_processor()
...
Reviewed-by: dcubed
2021-06-30 19:52:39 +00:00