Aleksey Shipilev
|
a5f09d1088
|
8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
Reviewed-by: dholmes, dnsimon
|
2021-10-12 06:22:13 +00:00 |
|
Coleen Phillimore
|
110e38ded8
|
8274753: ZGC: SEGV in MetaspaceShared::link_shared_classes
8274935: dumptime_table has stale entry
Reviewed-by: eosterlund, iklam
|
2021-10-11 12:11:11 +00:00 |
|
Martin Doerr
|
49f8ce6e9c
|
8274773: [TESTBUG] UnsafeIntrinsicsTest intermittently fails on weak memory model platform
Reviewed-by: eosterlund, goetz
|
2021-10-11 10:31:54 +00:00 |
|
Lin Zang
|
5ecc99bbf5
|
8274620: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java is timing out
Reviewed-by: cjplummer, dholmes
|
2021-10-11 01:56:34 +00:00 |
|
Roland Westrelin
|
2aacd4220a
|
8274145: C2: condition incorrectly made redundant with dominating main loop exit condition
Reviewed-by: kvn, neliasso
|
2021-10-08 14:48:35 +00:00 |
|
Doug Simon
|
b60837a7d5
|
8272586: emit abstract machine code in hs-err logs
Reviewed-by: kvn, dholmes
|
2021-10-08 08:06:53 +00:00 |
|
Yumin Qi
|
8de77634c4
|
8273152: Refactor CDS FileMapHeader loading code
Reviewed-by: ccheung, iklam
|
2021-10-07 21:33:32 +00:00 |
|
Daniel D. Daugherty
|
920e70701d
|
8274920: ProblemList 2 VectorAPI tests failing due to "assert(!vbox->is_Phi()) failed"
Reviewed-by: kvn
|
2021-10-07 17:14:26 +00:00 |
|
Jie Fu
|
722d639fad
|
8274838: runtime/cds/appcds/TestSerialGCWithCDS.java fails on Windows
Reviewed-by: iklam, hseigel
|
2021-10-07 12:42:16 +00:00 |
|
Christian Hagedorn
|
df125f680b
|
8273410: IR verification framework fails with "Should find method name in validIrRulesMap"
Reviewed-by: thartmann, neliasso
|
2021-10-06 08:21:18 +00:00 |
|
Daniel D. Daugherty
|
d4e8712c0a
|
8274797: ProblemList resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java on macosx-x64
Reviewed-by: darcy
|
2021-10-05 21:47:18 +00:00 |
|
Igor Veresov
|
83b2219220
|
8273612: Fix for JDK-8272873 causes timeout in running some tests with -Xcomp
Reviewed-by: kvn, neliasso
|
2021-10-05 19:44:17 +00:00 |
|
Christian Hagedorn
|
3953e0774c
|
8271459: C2: Missing NegativeArraySizeException when creating StringBuilder with negative capacity
Reviewed-by: roland, thartmann, neliasso
|
2021-10-05 07:02:06 +00:00 |
|
Robbin Ehn
|
7957994273
|
8273695: Safepoint deadlock on VMOperation_lock
Reviewed-by: dcubed, pchilanomate, eosterlund
|
2021-10-04 06:47:27 +00:00 |
|
Patricio Chilano Mateo
|
9573022978
|
8253197: vmTestbase/nsk/jvmti/StopThread/stopthrd007/TestDescription.java fails with "ERROR: DebuggeeSleepingThread: ThreadDeath lost"
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2021-09-30 16:02:14 +00:00 |
|
Severin Gehwolf
|
9180d9a2f9
|
8273216: JCMD does not work across container boundaries with Podman
Reviewed-by: mseledtsov, hseigel
|
2021-09-30 15:23:44 +00:00 |
|
Lin Zang
|
bfd6163471
|
8274196: Crashes in VM_HeapDumper::work after JDK-8252842
8274245: sun/tools/jmap/BasicJMapTest.java Mutex rank failures
Reviewed-by: coleenp, pliden, cjplummer
|
2021-09-30 14:44:59 +00:00 |
|
Severin Gehwolf
|
94e31e5ca5
|
8274506: TestPids.java and TestPidsLimit.java fail with podman run as root
Reviewed-by: mbaesken, cjplummer
|
2021-09-30 08:53:31 +00:00 |
|
Christian Hagedorn
|
dfc557cbea
|
8274406: RunThese30M.java failed "assert(!LCA_orig->dominates(pred_block) || early->dominates(pred_block)) failed: early is high enough"
Reviewed-by: kvn, thartmann
|
2021-09-30 08:29:43 +00:00 |
|
Roland Westrelin
|
980c50dc60
|
8272562: C2: assert(false) failed: Bad graph detected in build_loop_late
Reviewed-by: chagedorn, kvn
|
2021-09-29 14:51:33 +00:00 |
|
Claes Redestad
|
aaa36cc006
|
8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86
Reviewed-by: naoto, thartmann
|
2021-09-29 12:58:14 +00:00 |
|
Martin Doerr
|
c4d115701d
|
8271855: [TESTBUG] Wrong weakCompareAndSet assumption in UnsafeIntrinsicsTest
Reviewed-by: goetz, thartmann
|
2021-09-29 09:54:59 +00:00 |
|
Ioi Lam
|
6a573b888d
|
8273508: Support archived heap objects in SerialGC
Reviewed-by: tschatzl, ccheung
|
2021-09-28 06:23:47 +00:00 |
|
Christian Hagedorn
|
b0983df5a4
|
8274074: SIGFPE with C2 compiled code with -XX:+StressGCM
Reviewed-by: roland, thartmann
|
2021-09-27 14:05:51 +00:00 |
|
Daniel D. Daugherty
|
ab28db1428
|
8274312: ProblemList 2 serviceability/dcmd/gc tests with ZGC on macos-all
8274313: ProblemList sun/tools/jmap/BasicJMapTest.java subtests
Reviewed-by: stuefe, sspitsyn, dholmes
|
2021-09-25 13:38:00 +00:00 |
|
Smita Kamath
|
13e9ea9e92
|
8273297: AES/GCM non-AVX512+VAES CPUs suffer after 8267125
Reviewed-by: ascarpino, sviswanathan, aph
|
2021-09-24 19:21:32 +00:00 |
|
Daniel D. Daugherty
|
0aa63feca8
|
8274216: ProblemList 2 serviceability/dcmd/gc tests with ZGC on linux-all and windows-all
Reviewed-by: darcy, tschatzl
|
2021-09-23 17:14:49 +00:00 |
|
Tobias Holenstein
|
653a612a5a
|
8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN
Reviewed-by: thartmann, chagedorn
|
2021-09-23 12:59:22 +00:00 |
|
Ioi Lam
|
0fbbe4c9a7
|
8274033: Some tier-4 CDS EpsilonGC tests throw OOM
Reviewed-by: dholmes, ccheung, minqi
|
2021-09-23 03:49:06 +00:00 |
|
Aleksey Shipilev
|
c77ebe8874
|
8274060: C2: Incorrect computation after JDK-8273454
Reviewed-by: thartmann, neliasso, chagedorn
|
2021-09-22 08:40:04 +00:00 |
|
Daniel D. Daugherty
|
eeaf43b229
|
8274114: ProblemList serviceability/sa/TestJhsdbJstackMixed.java on linux-aarch64 in -Xcomp mode
Reviewed-by: cjplummer
|
2021-09-22 02:53:02 +00:00 |
|
Ao Qi
|
517405e462
|
8273965: some testlibrary_tests/ir_framework tests fail when c1 disabled
Reviewed-by: chagedorn, thartmann
|
2021-09-22 02:28:49 +00:00 |
|
Leonid Mesnik
|
a72c8aa6ad
|
8273921: Refactor NSK/JDI tests to create thread using factory
Reviewed-by: cjplummer, sspitsyn, amenkov
|
2021-09-21 23:36:16 +00:00 |
|
Stefan Karlsson
|
c60bcd09b7
|
8273928: Use named run ids when problem listing tests
Reviewed-by: pliden, kbarrett, dholmes
|
2021-09-21 07:42:36 +00:00 |
|
Alex Menkov
|
5fde4b64e2
|
8273909: vmTestbase/nsk/jdi/Event/request/request001 can still fail with "ERROR: new event is not ThreadStartEvent"
Reviewed-by: cjplummer, sspitsyn
|
2021-09-20 20:17:57 +00:00 |
|
Mikhailo Seledtsov
|
5c21c00441
|
8267163: Rename anonymous loader tests to hidden loader tests
Reviewed-by: dholmes, hseigel
|
2021-09-20 19:03:34 +00:00 |
|
Nils Eliasson
|
4d95a5d6dc
|
8273933: [TESTBUG] Test must run without preallocated exceptions
Reviewed-by: chagedorn, thartmann
|
2021-09-20 14:59:44 +00:00 |
|
Aleksey Shipilev
|
1f8af524ff
|
8273314: Add tier4 test groups
Reviewed-by: serb, iignatyev
|
2021-09-20 14:02:07 +00:00 |
|
Christian Hagedorn
|
6f3e40c16d
|
8273825: TestIRMatching.java fails after JDK-8266550
Reviewed-by: thartmann, roland
|
2021-09-20 12:56:08 +00:00 |
|
Christian Hagedorn
|
a561eac912
|
8273895: compiler/ciReplay/TestVMNoCompLevel.java fails due to wrong data size with TieredStopAtLevel=2,3
Reviewed-by: kvn, dlong
|
2021-09-20 12:53:56 +00:00 |
|
Thomas Stuefe
|
d2388b7a0f
|
8273959: Some metaspace diagnostic switches should be develop
Reviewed-by: dholmes, jiefu
|
2021-09-20 08:46:44 +00:00 |
|
Zhengyu Gu
|
7c9868c0b3
|
8273454: C2: Transform (-a)*(-b) into a*b
Reviewed-by: thartmann, eliu, chagedorn
|
2021-09-18 23:11:06 +00:00 |
|
Thomas Stuefe
|
bb9d142759
|
8273958: gtest/MetaspaceGtests executes unnecessary tests in debug builds
Reviewed-by: jiefu
|
2021-09-18 08:29:48 +00:00 |
|
Alex Menkov
|
8c022e2c17
|
8270434: JDI+UT: Unexpected event in JDI tests
Reviewed-by: sspitsyn, kevinw
|
2021-09-16 23:45:08 +00:00 |
|
Ioi Lam
|
b98290444a
|
8271073: Improve testing with VM option VerifyArchivedFields
Reviewed-by: ccheung, minqi
|
2021-09-16 23:26:55 +00:00 |
|
Christian Hagedorn
|
c86e24d4be
|
8271954: C2: assert(false) failed: Bad graph detected in build_loop_late
Reviewed-by: roland, kvn
|
2021-09-16 11:57:30 +00:00 |
|
Aleksey Shipilev
|
09ecb11927
|
8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
Reviewed-by: thartmann
|
2021-09-16 08:23:55 +00:00 |
|
Aleksey Shipilev
|
99cfc160af
|
8273805: gc/g1/TestGCLogMessages.java test should handle non-JFR configs
Reviewed-by: tschatzl, ayang
|
2021-09-16 08:22:48 +00:00 |
|
Aleksey Shipilev
|
1c5de8b86b
|
8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
Reviewed-by: thartmann
|
2021-09-16 08:12:31 +00:00 |
|
Matthias Baesken
|
d4546b6b36
|
8273526: Extend the OSContainer API pids controller with pids.current
Reviewed-by: sgehwolf, iklam
|
2021-09-16 07:08:19 +00:00 |
|