Zhengyu Gu
54854d9300
8256811: Delayed/missed jdwp class unloading events
...
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: cjplummer, coleenp, sspitsyn
2022-07-22 12:27:04 +00:00
Vladimir Kozlov
e8975be94b
8290746: ProblemList compiler/vectorization/TestAutoVecIntMinMax.java
...
Reviewed-by: dholmes
2022-07-21 00:46:11 +00:00
Jesper Wilhelmsson
a7f83582d3
Merge
2022-07-14 06:19:40 +00:00
Daniel D. Daugherty
ce36f6ea85
8290203: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java on linux-all
...
Reviewed-by: naoto
2022-07-12 21:45:19 +00:00
Kevin Walls
d1249aa5cb
8198668: MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java still failing
...
Reviewed-by: lmesnik, sspitsyn
2022-07-07 08:41:50 +00:00
Kevin Walls
00d06d4a82
8289440: Remove vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003 from ProblemList.txt
...
Reviewed-by: amenkov, lmesnik
2022-06-30 20:18:52 +00:00
Serguei Spitsyn
4c9ea7e66a
8286580: serviceability/jvmti/vthread/GetSetLocalTest failed with assert: Not supported for heap frames
...
Reviewed-by: lmesnik, rpressler, cjplummer
2022-06-23 16:21:32 +00:00
Daniel D. Daugherty
9254e12993
8288526: ProblemList gc/stress/TestStressG1Humongous.java on windows-x64
...
Reviewed-by: psandoz
2022-06-15 19:43:38 +00:00
Alan Bateman
c76a06aeb5
8288214: serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java test failed
...
Reviewed-by: lmesnik, zgu, dcubed, sspitsyn
2022-06-14 13:00:27 +00:00
Daniel D. Daugherty
0164145afc
8288222: ProblemList serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java
...
Reviewed-by: alanb, iklam
2022-06-10 15:37:20 +00:00
Aleksey Shipilev
33b9d77065
8287729: Loom: Check alternative implementation on x86_32
...
Reviewed-by: alanb, zgu
2022-06-03 12:19:25 +00:00
Aleksey Shipilev
3cfd38caf1
8287726: Fix JVMTI tests with "requires vm.continuations" after JDK-8287496
...
Reviewed-by: alanb, rehn, lmesnik
2022-06-02 15:58:08 +00:00
Yasumasa Suenaga
e3791ecfe4
8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #
...
Reviewed-by: kvn, dnsimon
2022-06-01 14:41:23 +00:00
Aleksey Shipilev
7159976335
8287520: Shrink x86_32 problemlists after JDK-8287437
...
Reviewed-by: alanb
2022-06-01 06:02:54 +00:00
David Holmes
2c461acfeb
8287492: ProblemList compiler/jvmci/errors/TestInvalidDebugInfo.java
...
Reviewed-by: mikael, kvn
2022-05-28 06:12:52 +00:00
Leonid Mesnik
6a33974a6b
8286737: Test vmTestbase/gc/gctests/WeakReference/weak006/weak006.java fails: Last soft reference has not been cleared
...
Reviewed-by: ayang
2022-05-26 22:36:43 +00:00
Aleksey Shipilev
0a82c4ebc3
8287137: Problemlist failing x86_32 tests after Loom integration
...
Reviewed-by: prr, mcimadamore
2022-05-24 14:10:41 +00:00
Andrew Haley
0948c097a8
8272094: compiler/codecache/TestStressCodeBuffers.java crashes with "failed to allocate space for trampoline"
...
Reviewed-by: shade, kvn
2022-05-17 09:02:06 +00:00
Leonid Mesnik
dc9462137c
8286782: Exclude vmTestbase/gc/gctests/WeakReference/weak006/weak006.java
...
Reviewed-by: alanb
2022-05-15 17:03:53 +00:00
Aleksey Shipilev
9c2548414c
8286339: compiler/c2/irTests/TestEnumFinalFold.java fails if Enum/String methods are not inlined
...
Reviewed-by: thartmann, jiefu
2022-05-11 05:29:11 +00:00
Leonid Mesnik
dcec1d2a68
8286368: Cleanup problem lists after loom integration
...
Reviewed-by: alanb
2022-05-10 19:12:29 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Daniel D. Daugherty
d8f9686b12
8286342: ProblemList compiler/c2/irTests/TestEnumFinalFold.java
...
Reviewed-by: mikael
2022-05-06 19:53:20 +00:00
Igor Veresov
4434c7df03
8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
...
Reviewed-by: kvn, thartmann
2022-05-03 16:02:22 +00:00
Thomas Schatzl
b7185780ff
8285011: gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java fails after JDK-8280761
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: ayang, lkorinth
2022-04-28 15:49:27 +00:00
Thomas Schatzl
a5bb210589
8285012: Problemlist gc/arguments/TestUseCompressedOopsFlagsWithUlimit.java
...
Reviewed-by: ayang, dcubed
2022-04-19 15:31:42 +00:00
Daniel D. Daugherty
d9d19e96b1
8284015: ProblemList containers/docker/TestJcmd.java on linux-x64
...
Reviewed-by: bpb, hseigel
2022-03-30 15:17:33 +00:00
Ioi Lam
de4f04cb71
8253495: CDS generates non-deterministic output
...
Reviewed-by: erikj, kbarrett, ccheung, ihse
2022-03-16 03:12:48 +00:00
Ioi Lam
cde923dd47
8282690: runtime/CommandLine/VMDeprecatedOptions.java fails after JDK-8281181
...
Reviewed-by: dholmes, dcubed
2022-03-08 00:19:07 +00:00
Mikael Vidstedt
52278b80c4
8282694: ProblemList runtime/CommandLine/VMDeprecatedOptions.java
...
Reviewed-by: jjg
2022-03-05 01:36:02 +00:00
Daniel D. Daugherty
cfbfd9bf41
8282103: fix macosx-generic typo in ProblemList
...
Reviewed-by: rriggs
2022-02-18 16:25:24 +00:00
Daniel D. Daugherty
69fc273f20
8282075: ProblemList 3 compiler/whitebox tests on macosx-x64
...
Reviewed-by: mikael, bpb
2022-02-17 20:56:46 +00:00
Kevin Walls
1dfc94dd56
8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java from problemlist.
...
Reviewed-by: sspitsyn
2022-02-07 17:36:40 +00:00
Denghui Dong
9139159898
8280843: macos-Aarch64 SEGV in frame::sender_for_compiled_frame after JDK-8277948
...
Reviewed-by: aph, dholmes
2022-01-28 22:52:32 +00:00
Daniel D. Daugherty
ff34d624ba
8280898: ProblemList compiler/regalloc/TestC2IntPressure.java on macosx-aarch64
...
Reviewed-by: ctornqvi
2022-01-28 18:09:35 +00:00
Chris Plummer
16e0ad0ad0
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
...
Reviewed-by: dholmes, kevinw
2022-01-26 18:06:05 +00:00
Yumin Qi
b0496b0df6
8279970: two AppCDS tests fail after JDK-8261455
...
Reviewed-by: ccheung, iklam
2022-01-19 03:21:19 +00:00
Daniel D. Daugherty
eab4e6d670
8280045: ProblemList 2 AppCDS tests until JDK-8279970 is fixed
...
Reviewed-by: ccheung
2022-01-14 22:24:39 +00:00
Daniel D. Daugherty
54517fa3d8
8279074: ProblemList compiler/codecache/jmx/PoolsIndependenceTest.java on macosx-aarch64
...
Reviewed-by: ccheung
2021-12-21 17:42:26 +00:00
Daniel D. Daugherty
678ac589ad
8278240: ProblemList containers/docker/TestJcmd.java on linux-aarch64
...
Reviewed-by: mseledtsov, tschatzl
2021-12-03 17:22:14 +00:00
Kim Barrett
15a680647c
8277434: tests fail with "assert(is_forwarded()) failed: only decode when actually forwarded"
...
Reviewed-by: ayang, shade, tschatzl
2021-11-30 20:22:35 +00:00
Liam Miller-Cushon
27299eaa98
8277803: vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001 fails with "Synthetic fields not found"
...
Reviewed-by: dholmes, cjplummer, sspitsyn
2021-11-30 01:34:52 +00:00
Daniel D. Daugherty
26472bd3bd
8277811: ProblemList vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java
...
8277813: ProblemList vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
Reviewed-by: dholmes
2021-11-24 22:27:24 +00:00
Leonid Mesnik
96fe1d0d4d
8264605: vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/TestDescription.java failed with "agent_tools.cpp, 471: (foundThread = (jthread) jni_env->NewGlobalRef(foundThread)) != NULL"
...
Reviewed-by: sspitsyn, dholmes
2021-11-24 20:11:18 +00:00
Evgeny Astigeevich
7b2d823e84
8277503: compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java failed with "OnSpinWaitInst with the expected value 'isb' not found."
...
Reviewed-by: chagedorn, aph, phh
2021-11-23 20:05:57 +00:00
Leonid Mesnik
7cb56a230d
8265796: vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails when running with JEP 416
...
Reviewed-by: cjplummer, mchung
2021-11-23 19:27:50 +00:00
Daniel D. Daugherty
e8acac2aba
8277350: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java times out
...
Reviewed-by: hseigel, dholmes, lmesnik
2021-11-23 17:08:31 +00:00
Daniel D. Daugherty
1049aba1fb
8277576: ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
...
8277577: ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
8277578: ProblemList applications/jcstress/acqrel.java on linux-aarch64
Reviewed-by: mikael
2021-11-22 19:03:30 +00:00
Leonid Mesnik
33e2a518eb
8265795: vmTestbase/nsk/jvmti/AttachOnDemand/attach022/TestDescription.java fails when running with JEP 416
...
Reviewed-by: sspitsyn, dholmes
2021-11-22 17:11:34 +00:00
Serguei Spitsyn
32839ba012
8266593: vmTestbase/nsk/jvmti/PopFrame/popframe011 fails with "assert(java_thread == _state->get_thread()) failed: Must be"
...
Reviewed-by: mdoerr, lmesnik, dcubed
2021-11-22 10:47:47 +00:00