Stefan Karlsson
71d48bcc3d
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
...
Reviewed-by: rkennke, coleenp
2024-04-05 07:39:48 +00:00
Emanuel Peter
9da5170a0e
8327978: C2 SuperWord: Fix compilation time regression in dependency graph traversal after JDK-8325651
...
Reviewed-by: chagedorn, kvn
2024-04-05 06:48:02 +00:00
David Holmes
0b01144ece
8329720: Gtest failure printing markword after JDK-8325303
...
Reviewed-by: mikael
2024-04-05 02:15:48 +00:00
Albert Mingkun Yang
a169c06361
8329580: Parallel: Remove VerifyObjectStartArray
...
Reviewed-by: tschatzl, gli
2024-04-04 08:03:52 +00:00
Christian Hagedorn
f26e430899
8327110: Refactor create_bool_from_template_assertion_predicate() to separate class and fix identical cloning cases used for Loop Unswitching and Split If
...
Reviewed-by: epeter, kvn
2024-04-04 06:04:49 +00:00
Christian Hagedorn
e5e21a8a6e
8328702: C2: Crash during parsing because sub type check is not folded
...
Reviewed-by: roland, kvn
2024-04-04 06:02:35 +00:00
Emanuel Peter
2931458711
8328938: C2 SuperWord: disable vectorization for large stride and scale
...
Reviewed-by: chagedorn, kvn
2024-04-04 05:01:30 +00:00
Ioi Lam
802018306f
8329470: Remove obsolete CDS SharedStrings tests
...
Reviewed-by: ccheung
2024-04-03 21:45:55 +00:00
Coleen Phillimore
bea493bcb8
8236736: Change notproduct JVM flags to develop flags
...
Reviewed-by: iklam, kvn, kbarrett
2024-04-03 12:21:11 +00:00
Stefan Karlsson
bdd9438b45
8328647: TestGarbageCollectorMXBean.java fails with C1-only and -Xcomp
...
Reviewed-by: jiefu, tschatzl, lmesnik
2024-04-03 08:58:41 +00:00
Guoxiong Li
e3e6c2a899
8328278: Do not print the tenuring threshold in AgeTable::print_on
...
Reviewed-by: ayang, ysr
2024-04-03 07:49:56 +00:00
Fei Yang
16b842af8e
8329355: Test compiler/c2/irTests/TestIfMinMax.java fails on RISC-V
...
Reviewed-by: jkarthikeyan, thartmann, chagedorn
2024-04-03 07:39:24 +00:00
Daniel Lundén
92f5c0be8e
8323682: C2: guard check is not generated in Arrays.copyOfRange intrinsic when allocation is eliminated by EA
...
Reviewed-by: thartmann, kvn
2024-04-03 05:50:41 +00:00
Volker Simonis
3057dded48
8329421: Native methods can not be selectively printed
...
Reviewed-by: kvn
2024-04-02 19:52:01 +00:00
Emanuel Peter
5cddc2de49
8325252: C2 SuperWord: refactor the packset
...
Reviewed-by: chagedorn, kvn
2024-04-02 06:10:08 +00:00
Serguei Spitsyn
70c8ff1c9a
8328665: serviceability/jvmti/vthread/PopFrameTest failed with a timeout
...
Reviewed-by: lmesnik, cjplummer
2024-04-01 23:37:07 +00:00
Daniel D. Daugherty
c2979c150b
8329425: ProblemList containers/docker/TestJFREvents.java on linux-x64
...
8329426: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on windows-x64
8329427: ProblemList javax/sound/sampled/Clip/ClipFlushCrash.java on linux-x64
8329428: ProblemList vmTestbase/nsk/stress/thread/thread006.java on linux-all in Xcomp
Reviewed-by: dholmes
2024-04-01 22:20:47 +00:00
Calvin Cheung
9f5464ee95
8329353: ResolvedReferencesNotNullTest.java failed with Incorrect resolved references array, quxString should not be archived
...
Reviewed-by: iklam
2024-04-01 17:03:48 +00:00
Volker Simonis
f2e5808b46
8329126: No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462
...
Reviewed-by: kvn, iveresov, vlivanov
2024-03-30 12:47:51 +00:00
Calvin Cheung
d1b51e39c9
8321550: Update several runtime/cds tests to use vm flags or mark as flagless
...
Reviewed-by: matsaave, iklam
2024-03-29 18:05:21 +00:00
Coleen Phillimore
341dd57fa1
8325883: Move Monitor Deflation reporting out of safepoint cleanup
...
Reviewed-by: eosterlund, dcubed
2024-03-28 19:30:55 +00:00
Thomas Stuefe
47f33a59ea
8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm
...
Reviewed-by: kvn, djelinski
2024-03-28 07:09:43 +00:00
Vladimir Kozlov
3eb1d05d85
8328986: Deprecate UseRTM* flags for removal
...
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: vlivanov, sviswanathan, dholmes
2024-03-27 21:56:53 +00:00
Doug Simon
892b8bb6d1
8329189: runtime/stack/Stack016.java fails on libgraal
...
Reviewed-by: never
2024-03-27 17:47:38 +00:00
Thomas Stuefe
9e566d76d1
8327971: Multiple ASAN errors reported for metaspace
...
8327988: When running ASAN, disable dangerous NMT test
Reviewed-by: jsjolen, rkennke
2024-03-27 08:36:40 +00:00
Doug Simon
89e0889ab3
8328858: More runtime/stack tests fail intermittently on libgraal
...
Reviewed-by: dholmes, never
2024-03-26 17:36:18 +00:00
Leo Korinth
9d441e3e56
8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed"
...
Reviewed-by: tschatzl, kbarrett
2024-03-26 09:06:39 +00:00
Roland Westrelin
af15c68f3c
8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled"
...
Reviewed-by: chagedorn, thartmann
2024-03-25 13:45:16 +00:00
Roland Westrelin
cb2a671359
8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks
...
Reviewed-by: kvn, chagedorn
2024-03-25 12:55:08 +00:00
Jasmine Karthikeyan
9f920b9bbf
8324655: Identify integer minimum and maximum patterns created with if statements
...
Reviewed-by: epeter, qamai
2024-03-25 06:23:11 +00:00
Alex Menkov
bc73963974
8328303: 3 JDI tests timed out with UT enabled
...
Reviewed-by: cjplummer, sspitsyn, dcubed
2024-03-22 23:30:54 +00:00
Calvin Cheung
f33a8445eb
8325536: JVM crash during CDS archive creation with -XX:+AllowArchivingWithJavaAgent
...
Reviewed-by: iklam, matsaave
2024-03-22 20:15:13 +00:00
Doug Simon
d379afbc11
8328312: runtime/stack/Stack0*.java fails intermittently on libgraal
...
Reviewed-by: lmesnik, dholmes
2024-03-22 10:57:20 +00:00
Leonid Mesnik
771f6a2f8e
8327704: Update nsk/jdi tests to use driver instead of othervm
...
Reviewed-by: sspitsyn, cjplummer
2024-03-21 22:35:25 +00:00
Sonia Zaldana Calles
3b305d502b
8313306: More sensible memory reservation logging
...
Reviewed-by: dholmes, stuefe, coleenp
2024-03-19 15:35:25 +00:00
Guoxiong Li
db4842c9d9
8328364: Remove redundant fields in 'BOTConstants'
...
Reviewed-by: ayang, tschatzl
2024-03-19 13:38:28 +00:00
Serguei Spitsyn
6eea5d6755
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
...
Reviewed-by: dholmes, alanb
2024-03-19 08:27:55 +00:00
Roland Westrelin
053ff76e14
8308660: C2 compilation hits 'node must be dead' assert
...
Reviewed-by: chagedorn, kvn
2024-03-19 07:57:53 +00:00
Roland Westrelin
e1b0af29e4
8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed
...
Reviewed-by: chagedorn, epeter
2024-03-19 07:56:53 +00:00
Leonid Mesnik
dec68d7e36
8328234: Remove unused nativeUtils files
...
Reviewed-by: dholmes
2024-03-18 14:45:36 +00:00
Coleen Phillimore
7734466c46
8325871: Move StringTable and SymbolTable rehashing calls
...
Reviewed-by: eosterlund, aboldtch
2024-03-18 14:42:03 +00:00
Guoxiong Li
7baec66222
8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size
...
Reviewed-by: shade, tschatzl
2024-03-18 11:27:27 +00:00
Ioi Lam
d32ce65781
8327651: Rename DictionaryEntry members related to protection domain
...
Reviewed-by: coleenp, dholmes
2024-03-17 05:57:36 +00:00
Ioi Lam
07194195ce
8328236: module_entry in CDS map file has stale value
...
Reviewed-by: ccheung, matsaave
2024-03-16 05:16:32 +00:00
Alex Menkov
2482a505e5
8326898: NSK tests should listen on loopback addresses only
...
Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik
2024-03-14 18:03:14 +00:00
Dmitry Chuyko
c879627dbd
8309271: A way to align already compiled methods with compiler directives
...
Reviewed-by: apangin, sspitsyn, tholenstein
2024-03-14 12:38:48 +00:00
Hamlin Li
1d34b74a64
8321021: RISC-V: C2 VectorUCastB2X
...
8321023: RISC-V: C2 VectorUCastS2X
8321024: RISC-V: C2 VectorUCastI2X
Reviewed-by: fyang
2024-03-14 11:23:00 +00:00
Aleksey Shipilev
1281e18f14
8325613: CTW: Stale method cleanup requires GC after Sweeper removal
...
Reviewed-by: roland, chagedorn
2024-03-14 10:26:49 +00:00
Emanuel Peter
fadc4b197e
8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert
...
Reviewed-by: kvn, chagedorn, roland
2024-03-14 07:12:16 +00:00
Matias Saavedra Silva
5cae7d20ad
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
...
Reviewed-by: coleenp, dholmes
2024-03-13 16:54:53 +00:00