Vladimir Petko
0243da2e4a
8305481: gtest is_first_C_frame failing on ARM
...
Reviewed-by: stuefe
2023-04-10 09:21:23 +00:00
Ioi Lam
f45b01f883
8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java
...
Reviewed-by: cjplummer
2023-04-08 03:29:27 +00:00
Roland Westrelin
6b2a86a65e
8300257: C2: vectorization fails on some simple Memory Segment loops
...
Reviewed-by: kvn, thartmann
2023-04-07 12:51:44 +00:00
Joshua Cao
314e9b3dcc
8300829: Make CtwRunner available as an independent tool
...
Reviewed-by: xliu, phh
2023-04-07 00:28:04 +00:00
Matias Saavedra Silva
ce10460e94
8274166: Some CDS tests ignore -Dtest.cds.runtime.options
...
Reviewed-by: dholmes, iklam, aturbanov
2023-04-06 13:59:08 +00:00
Vladimir Petko
a6a3cf485d
8305480: test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java failing on 32 bit arm
...
Reviewed-by: stuefe, dholmes
2023-04-06 05:06:15 +00:00
Daniel D. Daugherty
b5d204c3a4
8305678: ProblemList serviceability/sa/ClhsdbInspect.java on windows-x64 in Xcomp
...
8305679: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-aarch64 with ZGC
Reviewed-by: mikael
2023-04-05 21:24:55 +00:00
Adam Sotona
78ff454f19
8305490: CommandProcessor command "dumpclass" produces classes with invalid field descriptors
...
Reviewed-by: cjplummer, fparain
2023-04-05 13:19:27 +00:00
Tobias Holenstein
0e0c022b1f
8305356: Fix ignored bad CompileCommands in tests
...
Reviewed-by: thartmann, chagedorn
2023-04-05 09:35:45 +00:00
Emanuel Peter
83a924a100
8304042: C2 SuperWord: schedule must remove packs with cyclic dependencies
...
Reviewed-by: kvn, thartmann
2023-04-05 04:52:11 +00:00
Thomas Stuefe
7b922104f5
8305525: Problemlist runtime/ErrorHandling/TestDwarf on x86
...
Reviewed-by: shade
2023-04-04 13:11:53 +00:00
Jie Fu
a663d5d694
8305520: ToggleNotifyJvmtiTest.java fails with release VMs
...
Reviewed-by: sspitsyn
2023-04-04 07:33:21 +00:00
Serguei Spitsyn
a1a9ec6e46
8297286: runtime/vthread tests crashing after JDK-8296324
...
Reviewed-by: lmesnik, pchilanomate, cjplummer
2023-04-04 00:46:43 +00:00
Thomas Stuefe
312bbe7d75
8305485: Problemlist runtime/Thread/TestAlwaysPreTouchStacks.java
...
Reviewed-by: shade
2023-04-03 16:58:54 +00:00
Daniel D. Daugherty
dd7ca757a7
8305478: [REDO] disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: stuefe
2023-04-03 15:04:08 +00:00
Daniel D. Daugherty
6010de0f1d
8305417: disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: alanb
2023-04-03 13:52:14 +00:00
Thomas Stuefe
b8c748dbe4
8294266: Add a way to pre-touch java thread stacks
...
Reviewed-by: rehn, gziemski
2023-04-02 06:21:30 +00:00
Thomas Stuefe
41a3db267d
8304815: Use NMT for more precise hs_err location printing
...
Reviewed-by: jsjolen, rkennke
2023-04-02 06:19:07 +00:00
Fei Gao
dea9db2d0a
8305055: IR check fails on some aarch64 platforms
...
Reviewed-by: epeter, thartmann
2023-03-31 09:15:24 +00:00
Xin Liu
83cf28f996
8305142: Can't bootstrap ctw.jar
...
Reviewed-by: shade, phh
2023-03-30 16:53:33 +00:00
Ioi Lam
b524a74165
8301106: Allow archived Java strings to be moved by GC
...
Reviewed-by: dholmes
2023-03-29 23:42:52 +00:00
Kim Barrett
34f4d7f4ad
8304759: Add BitMap iterators
...
Reviewed-by: stefank, aboldtch, tschatzl
2023-03-29 17:18:16 +00:00
Bhavana Kilambi
67274906ae
8303161: [vectorapi] VectorMask.cast narrow operation returns incorrect value with SVE
...
Reviewed-by: eliu, xgong, ngasson
2023-03-29 16:12:56 +00:00
Xiaolin Zheng
09852884cc
8304681: compiler/sharedstubs/SharedStubToInterpTest.java fails after JDK-8304387
...
Reviewed-by: eastigeevich, kvn, shade
2023-03-29 08:29:03 +00:00
Matias Saavedra Silva
3fbbfd1749
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
2023-03-28 19:50:38 +00:00
Eirik Bjorsnos
4f625c0b9a
8304543: Modernize debugging jvm args in test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
...
Reviewed-by: dholmes, cjplummer, alanb
2023-03-28 04:21:15 +00:00
David Holmes
63ce88b5fb
8304147: JVM crash during shutdown when dumping dynamic archive
...
Reviewed-by: ccheung, matsaave, coleenp
2023-03-27 22:05:23 +00:00
Bhavana Kilambi
de1c12ed63
8301012: [vectorapi]: Intrinsify CompressBitsV/ExpandBitsV and add the AArch64 SVE backend implementation
...
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: ngasson, eliu, thartmann
2023-03-27 08:50:05 +00:00
Kim Barrett
501b606816
8298725: Add BitMap support for reverse iteration
...
Reviewed-by: stefank, aboldtch, tschatzl
2023-03-24 18:17:45 +00:00
Coleen Phillimore
4ec720db9f
8297977: vmTestbase/nsk/stress/except/except012.java fails with unexpected Exception
...
Reviewed-by: mseledtsov, lmesnik
2023-03-24 13:23:40 +00:00
Jatin Bhateja
d61de141eb
8303508: Vector.lane() gets wrong value on x86
...
Reviewed-by: eliu, thartmann
2023-03-24 11:19:07 +00:00
Archie L. Cobbs
ac6af6a640
7176515: ExceptionInInitializerError for an enum with multiple switch statements
...
8299760: ExceptionInInitializerError for an enum with multiple switch statements, follow-up
Reviewed-by: vromero
2023-03-23 21:17:47 +00:00
Coleen Phillimore
ddf1e34c1a
8304089: Convert TraceDependencies to UL
...
Reviewed-by: vlivanov, dholmes
2023-03-22 12:33:00 +00:00
Christian Hagedorn
d6f20e2fbf
8304680: Problemlist compiler/sharedstubs/SharedStubToInterpTest.java
...
Reviewed-by: thartmann
2023-03-21 16:05:42 +00:00
Coleen Phillimore
bbde2158d1
8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found
...
Reviewed-by: dholmes, dcubed
2023-03-21 13:18:44 +00:00
Varada M
a72ba38347
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
...
Reviewed-by: dholmes, stuefe
2023-03-21 05:45:58 +00:00
Kim Barrett
2d0d057d66
8304016: Add BitMap find_last suite of functions
...
Reviewed-by: stefank, aboldtch
2023-03-20 19:23:38 +00:00
Mandy Chung
622f239448
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
...
Reviewed-by: jpai, alanb
2023-03-20 17:30:24 +00:00
Frederic Parain
bfb812a8ff
8292818: replace 96-bit representation for field metadata with variable-sized streams
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, coleenp, cjplummer, dnsimon
2023-03-17 20:18:36 +00:00
Coleen Phillimore
932be3542d
8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders
...
Reviewed-by: dholmes, fparain
2023-03-17 18:56:05 +00:00
Alex Menkov
02a4ee206a
8303921: serviceability/sa/UniqueVtableTest.java timed out
...
Reviewed-by: cjplummer, sspitsyn
2023-03-17 18:23:03 +00:00
Afshin Zafari
6dd6c15ed4
8301684: Fix test code to not get finalizer deprecation warnings
...
Reviewed-by: coleenp, dholmes
2023-03-17 13:21:47 +00:00
Johan Sjölen
620564ac61
8304130: Add runtime/StackGuardPages/TestStackGuardPagesNative.java to ProblemList.txt
...
Reviewed-by: dcubed
2023-03-17 10:07:37 +00:00
Ivan Walulya
96889bf3e4
8191565: Last-ditch Full GC should also move humongous objects
...
Reviewed-by: tschatzl, sjohanss
2023-03-16 14:15:39 +00:00
changpeng1997
42dd9077a0
8302906: AArch64: Add SVE backend support for vector unsigned comparison
...
Reviewed-by: aph, eliu
2023-03-16 04:16:04 +00:00
Leonid Mesnik
7ad48ea3ad
8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
...
Reviewed-by: dholmes, mseledtsov
2023-03-15 17:15:51 +00:00
Emanuel Peter
01e6920581
8298935: fix independence bug in create_pack logic in SuperWord::find_adjacent_refs
...
Reviewed-by: kvn, jbhateja
2023-03-15 14:02:45 +00:00
Daniel D. Daugherty
617c15f5a1
8304172: ProblemList serviceability/sa/UniqueVtableTest.java
...
8304175: ProblemList compiler/vectorapi/VectorLogicalOpIdentityTest.java on 2 platforms
Reviewed-by: azvegint
2023-03-14 20:09:51 +00:00
Calvin Cheung
830fd41346
8302795: Shared archive failed on old version class with jsr bytecode
...
Reviewed-by: minqi, matsaave
2023-03-14 17:15:19 +00:00
Thomas Stuefe
a00f5d24d3
8303861: Error handling step timeouts should never be blocked by OnError and others
...
Reviewed-by: dholmes, rkennke
2023-03-14 15:51:20 +00:00