Hamlin Li
675fbe699e
8331993: Add counting leading/trailing zero tests for Integer
...
Reviewed-by: chagedorn
2024-05-10 13:57:55 +00:00
Mikhailo Seledtsov
0bf728212f
8331231: containers/docker/TestContainerInfo.java fails
...
Reviewed-by: dholmes
2024-05-09 22:53:10 +00:00
Kevin Walls
aa4cddd4b8
8331950: Remove MemoryPoolMBean/isCollectionUsageThresholdExceeded from ZGC ProblemLists
...
Reviewed-by: sspitsyn
2024-05-09 15:42:41 +00:00
Scott Gibbons
0a4eeeaa3c
8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331
...
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: kvn
2024-05-09 11:57:44 +00:00
Ioi Lam
ac86f59e4f
8330532: Improve line-oriented text parsing in HotSpot
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: matsaave, jsjolen
2024-05-09 07:43:03 +00:00
Hamlin Li
964d60892e
8322753: RISC-V: C2 ReverseBytesV
...
Reviewed-by: fyang
2024-05-09 07:05:18 +00:00
Thomas Stuefe
ad78b7fa67
8331185: Enable compiler memory limits in debug builds
...
Reviewed-by: asmehra, kvn
2024-05-08 10:38:09 +00:00
Jaikiran Pai
edd47c10eb
8308033: The jcmd thread dump related tests should test virtual threads
...
Reviewed-by: cjplummer, sspitsyn
2024-05-08 10:11:01 +00:00
Hamlin Li
1aebab780c
8320995: RISC-V: C2 PopCountVI
...
8320996: RISC-V: C2 PopCountVL
Reviewed-by: luhenry, fyang
2024-05-08 09:37:42 +00:00
Albert Mingkun Yang
c6f611cfe0
8331798: Remove unused arg of checkErgonomics() in TestMaxHeapSizeTools.java
...
Reviewed-by: tschatzl
2024-05-08 08:48:11 +00:00
Emanuel Peter
df1ff056f1
8331085: Crash in MergePrimitiveArrayStores::is_compatible_store()
...
Reviewed-by: thartmann, chagedorn
2024-05-07 07:08:32 +00:00
Vladimir Ivanov
fa02667d83
8322726: C2: Unloaded signature class kills argument value
...
Reviewed-by: kvn, dlong, thartmann
2024-05-06 12:21:15 +00:00
Tobias Hartmann
a8e62af733
8331389: runtime/ErrorHandling/TestDwarf.java fails with "Crash JVM should not exit gracefully"
...
Reviewed-by: chagedorn
2024-05-06 11:43:07 +00:00
Cesar Soares Lucas
9347bb7df8
8330247: C2: CTW fail with assert(adr_t->is_known_instance_field()) failed: instance required
...
Reviewed-by: kvn
2024-05-03 23:41:12 +00:00
Doug Simon
b20fa7b48b
8329982: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java failed assert(oopDesc::is_oop_or_null(val)) failed: bad oop found
...
Reviewed-by: never
2024-05-03 19:51:37 +00:00
Afshin Zafari
f665e07ab2
8331540: [BACKOUT] NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
...
Reviewed-by: jwilhelm
2024-05-03 10:17:11 +00:00
Zhengyu Gu
6bef0474c8
8272364: Parallel GC adaptive size policy may shrink the heap below MinHeapSize
...
Reviewed-by: ayang, rkennke
2024-05-03 00:28:18 +00:00
Swati Sharma
73cdc9a070
8326421: Add jtreg test for large arrayCopy disjoint case.
...
Co-authored-by: Steve Dohrmann <steve.dohrmann@intel.com>
Reviewed-by: kvn, sviswanathan
2024-05-02 18:28:50 +00:00
Thomas Stuefe
389f6fe97c
8331344: No compiler replay file with CompilerCommand MemLimit
...
Reviewed-by: kvn, asmehra
2024-05-02 13:41:29 +00:00
Tobias Hartmann
cccc95358d
8329258: TailCall should not use frame pointer register for jump target
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Reviewed-by: rcastanedalo, aph
2024-05-02 11:38:00 +00:00
Tobias Hartmann
d3bf52628e
8331518: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: dholmes
2024-05-02 07:49:12 +00:00
Afshin Zafari
4036d7d824
8330076: NMT: add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API
...
Reviewed-by: stefank, jsjolen, stuefe
2024-05-02 07:19:56 +00:00
Tom Rodriguez
b96b38c2c9
8318682: SA decoding of scalar replaced objects is broken
...
Reviewed-by: cjplummer, cslucas
2024-04-30 17:33:23 +00:00
Emanuel Peter
3d11692bf3
8331252: C2: MergeStores: handle negative shift values
...
Reviewed-by: kvn, shade
2024-04-30 16:15:07 +00:00
Evgeny Nikitin
130f71cadc
8326742: Change compiler tests without additional VM flags from @run driver to @run main
...
Reviewed-by: kvn, thartmann, chagedorn
2024-04-30 15:48:09 +00:00
Aleksey Shipilev
cff841f1de
8328934: Assert that ABS input and output are legal
...
Reviewed-by: aph, dlong
2024-04-30 09:13:12 +00:00
David Holmes
b128bd7b5a
8331021: Deprecate and then obsolete the DontYieldALot flag
...
Reviewed-by: coleenp, stuefe, shade
2024-04-30 06:53:16 +00:00
Vladimir Kozlov
bdcc2400db
8331087: Move immutable nmethod data from CodeCache
...
Reviewed-by: thartmann, dlong, dnsimon
2024-04-29 15:58:03 +00:00
Liming Liu
8b8fb6427e
8324776: runtime/os/TestTransparentHugePageUsage.java fails with The usage of THP is not enough
...
Reviewed-by: stuefe
2024-04-29 15:14:37 +00:00
Albert Mingkun Yang
70d3f22b70
8331175: Parallel: Remove VerifyRememberedSets
...
Reviewed-by: tschatzl, gli
2024-04-29 08:42:09 +00:00
Stefan Johansson
8031dabf83
8331094: ZGC: GTest fails due to incompatible Windows version
...
Reviewed-by: aboldtch, tschatzl
2024-04-25 10:43:07 +00:00
Joshua Cao
d32f109219
8329797: Shenandoah: Default case invoked for: "MaxL" (bad AD file)
...
Reviewed-by: shade, thartmann
2024-04-25 07:11:12 +00:00
Emanuel Peter
ea3909acd1
8331054: C2 MergeStores: assert failed: unexpected basic type after JDK-8318446 and JDK-8329555
...
Reviewed-by: thartmann, kvn
2024-04-24 19:06:46 +00:00
Roman Kennke
7b2560b490
8330849: Add test to verify memory usage with recursive locking
...
Reviewed-by: lmesnik, shade
2024-04-24 18:56:47 +00:00
Joshua Cao
1d06170758
8300148: Consider using a StoreStore barrier instead of Release barrier on ctor exit
...
Reviewed-by: shade, kvn, dlong
2024-04-24 17:06:45 +00:00
Stefan Johansson
e311ba32a5
8330626: ZGC: Windows address space placeholders not managed correctly
...
Reviewed-by: stefank, aboldtch
2024-04-24 12:03:30 +00:00
Per Minborg
e923dfe4c5
8314592: Add shortcut to SymbolLookup::find
...
Reviewed-by: jvernee, prr
2024-04-24 11:56:44 +00:00
Guoxiong Li
2bb5cf5f33
8330155: Serial: Remove TenuredSpace
...
Reviewed-by: ayang, cjplummer, tschatzl
2024-04-24 11:41:21 +00:00
Albert Mingkun Yang
7bb59dc8da
8330670: Obsolete ScavengeBeforeFullGC
...
Reviewed-by: stefank, tschatzl
2024-04-24 09:44:26 +00:00
Serguei Spitsyn
174d62652c
8328741: serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java failed with unexpected owner
...
Reviewed-by: lmesnik, cjplummer
2024-04-24 09:02:02 +00:00
Emanuel Peter
e681e9b4d7
8330819: C2 SuperWord: bad dominance after pre-loop limit adjustment with base that has CastLL after pre-loop
...
Reviewed-by: chagedorn, kvn
2024-04-24 08:45:32 +00:00
Galder Zamarreño
c439c8c73c
8323429: Missing C2 optimization for FP min/max when both inputs are same
...
Reviewed-by: roland, chagedorn
2024-04-24 08:20:49 +00:00
Emanuel Peter
3ccb64c021
8318446: C2: optimize stores into primitive arrays by combining values into larger store
...
Reviewed-by: kvn, thartmann
2024-04-24 06:44:14 +00:00
Joshua Zhu
5c3838605d
8326541: [AArch64] ZGC C2 load barrier stub should consider the length of live registers when spilling registers
...
Reviewed-by: eosterlund, rcastanedalo
2024-04-24 05:44:39 +00:00
Jasmine Karthikeyan
438e64310d
8329531: compiler/c2/irTests/TestIfMinMax.java fails with IRViolationException: There were one or multiple IR rule failures.
...
Reviewed-by: epeter, dfenacci
2024-04-24 05:22:51 +00:00
Jatin Bhateja
80b381e91b
8329555: Crash in intrinsifying heap-based MemorySegment Vector store/loads
...
Reviewed-by: sviswanathan, kvn
2024-04-24 02:19:03 +00:00
Alex Menkov
2555166247
8329113: Deprecate -XX:+UseNotificationThread
...
Reviewed-by: dcubed, dholmes, coleenp
2024-04-23 20:37:25 +00:00
Alan Bateman
412e306d81
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
...
Reviewed-by: bpb, jpai
2024-04-23 16:10:13 +00:00
Matias Saavedra Silva
383fe6eaab
8330388: Remove invokedynamic cache index encoding
...
Reviewed-by: cjplummer, dlong, coleenp
2024-04-23 15:02:27 +00:00
Roberto Castañeda Lozano
574ba1400e
8330862: GCBarrierIRExample fails when a different GC is selected via the command line
...
Reviewed-by: thartmann, dholmes, stefank
2024-04-23 06:52:58 +00:00
Roberto Castañeda Lozano
57ebd045ea
8330153: C2: dump barrier information for all Mach nodes
...
Reviewed-by: kvn, thartmann
2024-04-23 04:18:23 +00:00
Coleen Phillimore
936a47d7d6
8330607: Deprecate -XX:+UseEmptySlotsInSupers
...
Reviewed-by: shade, dcubed
2024-04-22 11:40:22 +00:00
Evgeny Nikitin
5394f57f00
8330621: Make 5 compiler tests use ProcessTools.executeProcess
...
Reviewed-by: chagedorn, stefank, thartmann
2024-04-22 07:41:06 +00:00
Christian Hagedorn
20546c1ea0
8330004: Refactor cloning down code in Split If for Template Assertion Predicates
...
Reviewed-by: epeter, kvn
2024-04-22 06:07:07 +00:00
Soumadipta Roy
003e86fe38
8324755: Enable parallelism in vmTestbase/gc/gctests/LargeObjects tests
...
Reviewed-by: shade, lmesnik
2024-04-18 07:57:11 +00:00
Roland Westrelin
9fd78022b1
8325494: C2: Broken graph after not skipping CastII node anymore for Assertion Predicates after JDK-8309902
...
Reviewed-by: chagedorn, epeter
2024-04-17 15:25:41 +00:00
Roland Westrelin
9445047d05
8330163: C2: improve CMoveNode::Value() when condition is always true or false
...
Reviewed-by: chagedorn, kvn
2024-04-17 10:48:35 +00:00
SendaoYan
7744b0046a
8327946: containers/docker/TestJFREvents.java fails when host kernel config vm.swappiness=0 after JDK-8325139
...
Reviewed-by: sgehwolf
2024-04-17 08:39:12 +00:00
Alex Menkov
fb4cf1cc3c
8329636: Deprecate -XX:+PreserveAllAnnotations
...
Reviewed-by: coleenp, dholmes
2024-04-16 22:53:54 +00:00
David Holmes
274c805c51
8327743: JVM crash in hotspot/share/runtime/javaThread.cpp - failed: held monitor count should be equal to jni: 0 != 1
...
Co-authored-by: Fredrik Bredberg <fbredberg@openjdk.org>
Reviewed-by: rehn, fbredberg, pchilanomate, rrich
2024-04-16 00:48:15 +00:00
Joshua Cao
140f56718b
8323220: Reassociate loop invariants involved in Cmps and Add/Subs
...
Reviewed-by: epeter, xliu, chagedorn
2024-04-15 15:54:34 +00:00
Christian Hagedorn
b486709b06
8328480: C2: SubTypeCheckNode in checkcast should use the klass constant of a unique concrete sub class
...
Reviewed-by: roland, kvn
2024-04-15 06:25:24 +00:00
Leonid Mesnik
1abb826210
8330131: Problemlist serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java
...
Reviewed-by: dcubed
2024-04-14 16:02:07 +00:00
Alex Menkov
28b2019559
8240343: JDI stopListening/stoplis001 "FAILED: listening is successfully stopped without starting listening"
...
Reviewed-by: cjplummer, sspitsyn
2024-04-12 22:29:34 +00:00
Coleen Phillimore
3e9c381166
8329488: Move OopStorage code from safepoint cleanup and remove safepoint cleanup code
...
Reviewed-by: kbarrett, eosterlund
2024-04-12 12:16:49 +00:00
Ivan Walulya
aebfd53e9d
8329660: G1: Improve TestGCLogMessages to be more precise
...
Reviewed-by: tschatzl, ayang
2024-04-12 07:46:43 +00:00
Thomas Schatzl
2c45eca159
8328879: G1: Some gtests modify global state crashing the JVM during GC after JDK-8289822
...
Reviewed-by: iwalulya, kbarrett
2024-04-12 07:22:06 +00:00
Axel Boldt-Christmas
e45fea5a80
8329757: Crash with fatal error: DEBUG MESSAGE: Fast Unlock lock on stack
...
Reviewed-by: pchilanomate, kvn
2024-04-12 06:04:20 +00:00
Thomas Schatzl
ff5c9a4dde
8329528: G1 does not update TAMS correctly when dropping retained regions during Concurrent Start pause
...
Reviewed-by: ayang, iwalulya
2024-04-11 11:35:07 +00:00
Roland Westrelin
7df492627b
8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg
...
Reviewed-by: vlivanov, chagedorn
2024-04-11 07:27:44 +00:00
Roland Westrelin
2ceeb6c001
8328822: C2: "negative trip count?" assert failure in profile predicate code
...
Reviewed-by: shade, chagedorn
2024-04-11 07:27:33 +00:00
Boris Ulasevich
d037a597a9
8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments
...
Reviewed-by: thartmann
2024-04-10 06:29:44 +00:00
Ioi Lam
bab70193dd
8329431: Improve speed of writing CDS heap objects
...
Reviewed-by: ccheung, matsaave
2024-04-10 04:14:10 +00:00
Roman Kennke
2e925f263d
8329726: Use non-short forward jumps in lightweight locking
...
Reviewed-by: shade, kvn, aboldtch
2024-04-09 14:50:41 +00:00
Axel Boldt-Christmas
b4ddddeff1
8329840: Fix ZPhysicalMemorySegment::_end type
...
Reviewed-by: stefank, eosterlund
2024-04-09 08:11:04 +00:00
Jatin Bhateja
fbc1e6661e
8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32
...
Reviewed-by: kvn, vlivanov
2024-04-09 01:37:38 +00:00
Cesar Soares Lucas
a887fd2144
8316991: Reduce nullable allocation merges
...
Reviewed-by: kvn, vlivanov
2024-04-08 23:13:38 +00:00
vamsi-parasa
7e5ef79f95
8323116: [REDO] Computational test more than 2x slower when AVX instructions are used
...
Reviewed-by: sviswanathan, kvn
2024-04-08 18:41:32 +00:00
Matias Saavedra Silva
6439375bb9
8329533: TestCDSVMCrash fails on libgraal
...
Reviewed-by: iklam, ccheung
2024-04-08 14:06:43 +00:00
Christian Hagedorn
fc18201bbd
8327111: Replace remaining usage of create_bool_from_template_assertion_predicate() which requires additional OpaqueLoop*Nodes transformation strategies
...
Reviewed-by: epeter, kvn
2024-04-08 10:52:30 +00:00
Gui Cao
3a3b77dd4f
8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
...
Reviewed-by: fyang, rehn
2024-04-08 01:33:49 +00:00
Ioi Lam
3d50eaa6ed
8329784: Run MaxMetaspaceSizeTest.java with -Xshare:off
...
Reviewed-by: ccheung, matsaave
2024-04-06 02:25:04 +00:00
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
Joachim Kern
0ae4fa71e4
8327210: AIX: Delete obsolete parameter Use64KPagesThreshold
...
Reviewed-by: gli, stuefe, mdoerr
2024-03-13 10:12:57 +00:00
Magnus Ihse Bursie
cc9a8aba67
8327460: Compile tests with the same visibility rules as product code
...
Reviewed-by: erikj, jvernee, dholmes, alanb
2024-03-13 08:09:22 +00:00
Doug Simon
f3d0c45cbb
8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal
...
Reviewed-by: dholmes, never
2024-03-12 22:40:04 +00:00
Eirik Bjørsnøs
5b41466275
8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe
...
Reviewed-by: martin, alanb, mchung
2024-03-12 17:37:48 +00:00
Serguei Spitsyn
b92440f9b1
8247972: incorrect implementation of JVM TI GetObjectMonitorUsage
...
Reviewed-by: dcubed, lmesnik
2024-03-12 08:55:28 +00:00
Emanuel Peter
251347bd7e
8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence)
...
Reviewed-by: kvn, vlivanov, chagedorn
2024-03-12 07:27:23 +00:00
Calvin Cheung
41450e9405
8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L
...
Reviewed-by: iklam, matsaave
2024-03-11 20:49:20 +00:00
Chris Plummer
0a6e64e2f5
8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC
...
Reviewed-by: gli, kevinw
2024-03-11 18:10:53 +00:00
Matias Saavedra Silva
d74b907d20
8327093: Add truncate function to BitMap API
...
Reviewed-by: aboldtch, iklam
2024-03-11 16:34:46 +00:00
Hamlin Li
680ac2cebe
8327689: RISC-V: adjust test filters of zfh extension
...
Reviewed-by: fyang, gli
2024-03-11 12:13:06 +00:00
Serguei Spitsyn
33aa4b26b1
8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly
...
Reviewed-by: dholmes, lmesnik
2024-03-08 19:46:23 +00:00
Joachim Kern
997e615c69
8322943: runtime/CompressedOops/CompressedClassPointers.java fails on AIX
...
Reviewed-by: gli, stuefe
2024-03-08 13:23:06 +00:00
Leonid Mesnik
972e81d1ad
8326611: Clean up vmTestbase/nsk/stress/stack tests
...
Reviewed-by: coleenp, mseledtsov
2024-03-07 20:09:13 +00:00
Evgeny Nikitin
5aae80304c
8327390: JitTester: Implement temporary folder functionality
...
Reviewed-by: gli, lmesnik
2024-03-07 17:12:06 +00:00
Hamlin Li
d7273ac8b1
8320646: RISC-V: C2 VectorCastHF2F
...
8320647: RISC-V: C2 VectorCastF2HF
Reviewed-by: luhenry, fyang
2024-03-07 12:21:23 +00:00
Emanuel Peter
f54e598354
8327172: C2 SuperWord: data node in loop has no input in loop: replace assert with bailout
...
Reviewed-by: chagedorn, kvn
2024-03-07 07:48:38 +00:00
Chris Plummer
ddcd6dece9
8325532: serviceability/dcmd/compiler/PerfMapTest.java leaves created files in the /tmp dir.
...
Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn
2024-03-07 00:01:50 +00:00
Thomas Schatzl
992104d477
8327239: Obsolete unused GCLockerEdenExpansionPercent product option
...
Reviewed-by: gli, ayang
2024-03-06 11:35:23 +00:00