Zhengyu Gu
|
e91f0d3dba
|
8307571: Remove unused SomeConstants in WatcherThread class
Reviewed-by: dholmes
|
2023-05-08 14:10:14 +00:00 |
|
Albert Mingkun Yang
|
89b7d07597
|
8307100: Remove ReferentBasedDiscovery reference discovery policy
Reviewed-by: kbarrett, dholmes, tschatzl
|
2023-05-08 08:31:04 +00:00 |
|
Stefan Karlsson
|
33245d6b38
|
8307517: Add VMErrorCallback infrastructure to extend hs_err dumping
Reviewed-by: eosterlund, aboldtch, dholmes, stuefe
|
2023-05-08 07:58:06 +00:00 |
|
Stefan Karlsson
|
7a1cb64bc1
|
8293547: Add relaxed add_and_fetch for macos aarch64 atomics
Reviewed-by: dholmes, eosterlund
|
2023-05-08 07:54:08 +00:00 |
|
Amit Kumar
|
8bbd264c6e
|
8307423: [s390x] Represent Registers as values
Reviewed-by: mdoerr, lucy
|
2023-05-08 07:51:29 +00:00 |
|
Stefan Karlsson
|
959e62ca3e
|
8307521: Introduce check_oop infrastructure to check oops in the oop class
Reviewed-by: eosterlund, aboldtch, coleenp
|
2023-05-08 07:48:45 +00:00 |
|
Emanuel Peter
|
ad0e5a99ca
|
8304720: SuperWord::schedule should rebuild C2-graph from SuperWord dependency-graph
Reviewed-by: kvn, fgao
|
2023-05-08 06:09:10 +00:00 |
|
Gui Cao
|
495f2688d6
|
8306966: RISC-V: Support vector cast node for Vector API
Co-authored-by: Dingli Zhang <dingli@iscas.ac.cn>
Reviewed-by: fyang, fjiang
|
2023-05-08 01:15:12 +00:00 |
|
changpeng1997
|
0dca573ca5
|
8301739: AArch64: Add optimized rules for vector compare with immediate for SVE
Reviewed-by: aph, eliu
|
2023-05-06 07:20:20 +00:00 |
|
Feilong Jiang
|
1f57ce0a06
|
8307446: RISC-V: Improve performance of floating point to integer conversion
Reviewed-by: fyang, vkempik, gli
|
2023-05-06 01:23:40 +00:00 |
|
Ioi Lam
|
4e4828eaff
|
8307553: Remove dead code MetaspaceClosure::push_method_entry
Reviewed-by: coleenp, ccheung
|
2023-05-06 01:20:03 +00:00 |
|
Leonid Mesnik
|
e2b1013f11
|
8306326: [BACKOUT] 8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
Reviewed-by: sspitsyn, thartmann, kvn
|
2023-05-05 18:57:33 +00:00 |
|
Calvin Cheung
|
65a54883b3
|
8306712: CDS DeterministicDump.java test fails with -XX:+UseStringDeduplication
Reviewed-by: iklam, matsaave
|
2023-05-05 17:39:40 +00:00 |
|
Roman Kennke
|
3968ab5db5
|
8307395: Add missing STS to Shenandoah
Reviewed-by: shade
|
2023-05-05 15:56:10 +00:00 |
|
Roman Kennke
|
12d6ec66a6
|
8307236: Rendezvous GC threads under STS for monitor deflation
Reviewed-by: eosterlund, shade
|
2023-05-05 14:35:33 +00:00 |
|
Matias Saavedra Silva
|
6fe959c62d
|
8307306: Change some ConstantPool::name_ref_at calls to uncached_name_ref_at
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Reviewed-by: coleenp, fparain
|
2023-05-05 14:24:40 +00:00 |
|
Johan Sjölen
|
948f3b3c24
|
8301493: Replace NULL with nullptr in cpu/aarch64
Reviewed-by: tschatzl, gziemski, dholmes
|
2023-05-05 08:54:05 +00:00 |
|
Andrew Dinn
|
f94f957734
|
8307331: Correctly update line maps when class redefine rewrites bytecodes
Reviewed-by: sspitsyn
|
2023-05-05 07:50:21 +00:00 |
|
Thomas Schatzl
|
302bc2fd7f
|
8307421: Fix comment in g1CollectionSetChooser.hpp after JDK-8306836
Reviewed-by: shade
|
2023-05-05 06:36:08 +00:00 |
|
Kim Barrett
|
e19cf26d65
|
8307196: Dangling pointer warning for MetadataAllocationRequest
Reviewed-by: dholmes, eosterlund
|
2023-05-05 06:20:32 +00:00 |
|
William Kemper
|
1b143ba787
|
8307378: Allow collectors to provide specific values for GC notifications' actions
Reviewed-by: kdnilsen, stefank
|
2023-05-05 05:43:05 +00:00 |
|
Eric Liu
|
46df171d53
|
8304948: [vectorapi] C2 crashes when expanding VectorBox
Reviewed-by: thartmann, qamai
|
2023-05-05 00:34:12 +00:00 |
|
Coleen Phillimore
|
a87262efb2
|
8307295: Add warning to not create new ACC flags
Reviewed-by: dholmes, fparain
|
2023-05-04 17:42:14 +00:00 |
|
Markus Grönlund
|
0c6529d2d3
|
8307156: native_thread not protected by TLH
Reviewed-by: coleenp, dcubed
|
2023-05-04 17:26:31 +00:00 |
|
Stefan Johansson
|
408cec516b
|
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared
Reviewed-by: coleenp, sspitsyn
|
2023-05-04 11:00:44 +00:00 |
|
Oli Gillespie
|
3f1927a7f3
|
8307346: Add missing gc+phases logging for ObjectCount(AfterGC) JFR event collection code
Reviewed-by: tschatzl, shade, ayang
|
2023-05-04 09:19:19 +00:00 |
|
Kim Barrett
|
3599448ad8
|
8307147: [x86] Dangling pointer warning for Assembler::_attributes
Reviewed-by: dholmes, aph
|
2023-05-04 02:08:07 +00:00 |
|
Thomas Schatzl
|
fc76687c2f
|
8306836: Remove pinned tag for G1 heap regions
Reviewed-by: ayang, cjplummer, sspitsyn
|
2023-05-03 13:50:02 +00:00 |
|
Roland Westrelin
|
ccf91f881c
|
8306933: C2: "assert(false) failed: infinite loop" failure
Reviewed-by: chagedorn, thartmann
|
2023-05-03 11:14:53 +00:00 |
|
Emanuel Peter
|
e9807a4b0f
|
8306042: C2: failed: Missed optimization opportunity in PhaseCCP (adding LShift->Cast->Add notification)
Reviewed-by: thartmann, chagedorn, kvn
|
2023-05-03 10:45:30 +00:00 |
|
Aleksey Shipilev
|
fcb280a48b
|
8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity
Reviewed-by: dholmes, alanb
|
2023-05-03 09:39:57 +00:00 |
|
Albert Mingkun Yang
|
891530fbc9
|
8307005: Make CardTableBarrierSet::initialize non-virtual
Reviewed-by: dholmes
|
2023-05-03 09:26:27 +00:00 |
|
Roland Westrelin
|
e0774bed2d
|
8306997: C2: "malformed control flow" assert due to missing safepoint on backedge with a switch
Reviewed-by: thartmann, kvn
|
2023-05-03 08:29:01 +00:00 |
|
Erik Österlund
|
462b1df758
|
8307106: Allow concurrent GCs to walk CLDG without ClassLoaderDataGraph_lock
Reviewed-by: stefank, aboldtch, coleenp, dholmes
|
2023-05-03 08:16:15 +00:00 |
|
Feilong Jiang
|
0b5b6429a0
|
8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
Reviewed-by: shade, fyang
|
2023-05-03 02:23:41 +00:00 |
|
Kim Barrett
|
8a70664e52
|
8293117: Add atomic bitset functions
Reviewed-by: shade, coleenp, dholmes
|
2023-05-02 21:27:01 +00:00 |
|
Johan Sjölen
|
75a4edca6b
|
8301223: Replace NULL with nullptr in share/gc/g1/
Reviewed-by: tschatzl, kbarrett
|
2023-05-02 13:04:14 +00:00 |
|
Thomas Stuefe
|
ea9201f420
|
8306510: Print number of threads and stack sizes in error reports
Reviewed-by: gziemski, dholmes
|
2023-05-02 12:18:23 +00:00 |
|
Fredrik Bredberg
|
a8d16dea8e
|
8300197: Freeze/thaw an interpreter frame using a single copy_to_chunk() call
Reviewed-by: rrich, pchilanomate, fyang
|
2023-05-02 12:14:12 +00:00 |
|
Martin Doerr
|
860bf9b35f
|
8307104: [AIX] VM crashes with UseRTMLocking on Power10
Reviewed-by: clanger, lucy
|
2023-05-02 09:19:49 +00:00 |
|
Serguei Spitsyn
|
1227a275a1
|
8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions
8304444: Reappearance of NULL in jvmtiThreadState.cpp
Reviewed-by: pchilanomate, lmesnik
|
2023-05-02 02:40:50 +00:00 |
|
Coleen Phillimore
|
316d303c1d
|
8306851: Move Method access flags
Reviewed-by: cjplummer, dholmes, dnsimon, matsaave, fparain
|
2023-05-01 11:33:22 +00:00 |
|
Aleksey Shipilev
|
a6b4f25bd5
|
8306825: Monitor deflation might be accidentally disabled by zero intervals
Reviewed-by: dcubed, eastigeevich, phh
|
2023-05-01 07:56:07 +00:00 |
|
Dean Long
|
a177152f22
|
8306331: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
Reviewed-by: thartmann, chagedorn
|
2023-04-28 15:48:39 +00:00 |
|
Calvin Cheung
|
e1196584d5
|
8303475: potential null pointer dereference in filemap.cpp
Reviewed-by: dholmes
|
2023-04-28 15:45:44 +00:00 |
|
Coleen Phillimore
|
cf799ba232
|
8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
Reviewed-by: dholmes, matsaave, iklam
|
2023-04-28 15:14:30 +00:00 |
|
JoKern65
|
5d9baa2f93
|
8306672: support offset in dll_address_to_library_name on AIX
Reviewed-by: stuefe, clanger, mbaesken
|
2023-04-28 13:07:53 +00:00 |
|
Aleksei Voitylov
|
60a29a668c
|
8305387: JDK-8301995 breaks arm 32-bit
Reviewed-by: shade, matsaave
|
2023-04-28 09:41:55 +00:00 |
|
Thomas Stuefe
|
0b5c504ad0
|
8306696: Remove MetaspaceReclaimPolicy=aggressive and obsolete MetaspaceReclaimPolicy
Reviewed-by: dholmes, rkennke, coleenp
|
2023-04-28 06:08:24 +00:00 |
|
Richard Reingruber
|
eb3af8abe9
|
8306901: Macro offset_of confuses Eclipse CDT
Reviewed-by: stuefe, kbarrett
|
2023-04-28 06:06:56 +00:00 |
|