Aleksey Shipilev
f55d5ab517
8272838: Move CriticalJNI tests out of tier1
...
Reviewed-by: dholmes
2021-08-30 06:41:40 +00:00
Aleksey Shipilev
ebd62bc043
8272846: Move some runtime/Metaspace/elastic/ tests out of tier1
...
Reviewed-by: mseledtsov, stuefe
2021-08-27 09:35:26 +00:00
Lin Zang
46684a4efa
8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed out
...
Reviewed-by: cjplummer, sspitsyn
2021-08-27 09:02:23 +00:00
Yasumasa Suenaga
b16a04ebf7
8271186: Add UL option to replace newline char
...
Reviewed-by: iklam, dholmes
2021-08-27 05:06:52 +00:00
Tobias Hartmann
9166ba37b6
8272973: Incorrect compile command used by TestIllegalArrayCopyBeforeInfiniteLoop
...
Reviewed-by: chagedorn, jiefu, neliasso
2021-08-26 08:34:46 +00:00
Zhengyu Gu
7212561dd1
8267188: gc/stringdedup/TestStringDeduplicationInterned.java fails with Shenandoah
...
Reviewed-by: rkennke, shade
2021-08-25 20:16:25 +00:00
casparcwang
0f428ca533
8272570: C2: crash in PhaseCFG::global_code_motion
...
Co-authored-by: Hui Shi <hshi@openjdk.org>
Reviewed-by: thartmann, rbackman
2021-08-25 01:16:48 +00:00
Smita Kamath
0e7288ffbf
8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions
...
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
Co-authored-by: Anthony Scarpino <ascarpino@openjdk.org>
Reviewed-by: kvn, valeriep
2021-08-24 18:48:31 +00:00
Igor Ignatyev
6ace805f8c
8272856: DoubleFlagWithIntegerValue uses G1GC-only flag
...
Reviewed-by: dholmes, kbarrett
2021-08-24 18:43:54 +00:00
Patricio Chilano Mateo
7454306920
8272526: Cleanup ThreadStateTransition class
...
Reviewed-by: dholmes, rehn, coleenp
2021-08-24 14:09:59 +00:00
Aleksey Shipilev
7f80683cfe
8272783: Epsilon: Refactor tests to improve performance
...
Reviewed-by: tschatzl
2021-08-24 10:08:18 +00:00
Igor Ignatyev
709b5910c3
8272553: several hotspot runtime/CommandLine tests don't check exit code
...
Reviewed-by: dholmes
2021-08-23 18:03:13 +00:00
Denghui Dong
e8a289e77d
8272609: Add string deduplication support to SerialGC
...
Reviewed-by: kbarrett, iwalulya
2021-08-23 06:12:01 +00:00
David Holmes
f77a1a156f
8272472: StackGuardPages test doesn't build with glibc 2.34
...
Reviewed-by: shade, stuefe, jiefu
2021-08-22 01:13:27 +00:00
Vladimir Ivanov
86add21a85
8223923: C2: Missing interference with mismatched unsafe accesses
...
Reviewed-by: thartmann
2021-08-20 12:41:20 +00:00
Ivan Walulya
fb1dfc6f49
8267185
: Add string deduplication support to ParallelGC
...
Reviewed-by: kbarrett, ayang
2021-08-20 11:30:00 +00:00
Ralf Schmelter
73da66ffb7
8272318: Improve performance of HeapDumpAllTest
...
Reviewed-by: lucy, sspitsyn
2021-08-18 18:30:26 +00:00
Vladimir Ivanov
e8f1219d6f
8271276: C2: Wrong JVM state used for receiver null check
...
Reviewed-by: kvn, thartmann
2021-08-18 10:31:24 +00:00
Christian Hagedorn
79a06df811
8272567: [IR Framework] Make AbstractInfo.getRandom() static
...
Reviewed-by: thartmann
2021-08-18 06:39:22 +00:00
Tobias Hartmann
5189047d09
8272558: IR Test Framework README misses some flags
...
Reviewed-by: chagedorn
2021-08-18 04:47:58 +00:00
Mikhailo Seledtsov
ec63957f9d
8272398: Update DockerTestUtils.buildJdkDockerImage()
...
Reviewed-by: iignatyev, hseigel
2021-08-17 23:22:44 +00:00
Igor Ignatyev
fe72197102
8272551: mark hotspot runtime/modules tests which ignore external VM flags
...
Reviewed-by: mseledtsov, jiefu
2021-08-17 19:37:45 +00:00
Igor Ignatyev
05d64da7f3
8272291: mark hotspot runtime/logging tests which ignore external VM flags
...
Reviewed-by: mseledtsov, dholmes
2021-08-17 19:36:44 +00:00
Igor Ignatyev
989f39f810
8272552: mark hotspot runtime/cds tests which ignore external VM flags
...
Reviewed-by: mseledtsov, jiefu, dholmes, iklam
2021-08-17 03:45:26 +00:00
Igor Ignatyev
b2c272d4e2
8272305: several hotspot runtime/modules don't check exit codes
...
Reviewed-by: dholmes, mseledtsov
2021-08-16 16:56:15 +00:00
Christian Hagedorn
3677734584
8271471: [IR Framework] Rare occurrence of "<!-- safepoint while printing -->" in PrintIdeal/PrintOptoAssembly can let tests fail
...
Reviewed-by: kvn, thartmann
2021-08-16 14:51:11 +00:00
Albert Mingkun Yang
69cc588fce
8272235: G1: update outdated code root fixup
...
Reviewed-by: tschatzl, kbarrett
2021-08-16 09:40:56 +00:00
Ioi Lam
36e2ddad4d
8272348: Update CDS tests in anticipation of JDK-8270489
...
Reviewed-by: ccheung, minqi
2021-08-16 03:22:52 +00:00
Yi Yang
3f38a50c52
8271203: C2: assert(iff->Opcode() == Op_If || iff->Opcode() == Op_CountedLoopEnd || iff->Opcode() == Op_RangeCheck) failed: Check this code when new subtype is added
...
Reviewed-by: chagedorn, roland, thartmann
2021-08-16 02:30:57 +00:00
Daniel D. Daugherty
bd7f9b4fb9
8272459: ProblemList compiler/codecache/TestStressCodeBuffers.java on aarch64
...
Reviewed-by: iignatyev
2021-08-13 16:57:12 +00:00
Coleen Phillimore
464e874a5c
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
...
Reviewed-by: dholmes, iklam
2021-08-12 13:45:36 +00:00
Igor Ignatyev
bd27bb9cbe
8272345: macos doesn't check os::set_boot_path()
result
...
Reviewed-by: dholmes
2021-08-12 03:45:44 +00:00
Igor Ignatyev
75a06421e5
8272335: runtime/cds/appcds/MoveJDKTest.java doesn't check exit codes
...
Reviewed-by: iklam
2021-08-11 19:38:52 +00:00
Per Liden
abebbe2335
8267186: Add string deduplication support to ZGC
...
Reviewed-by: eosterlund, kbarrett, stefank
2021-08-11 11:07:12 +00:00
Christoph Göttschkes
adba09b91d
8272146: Disable Fibonacci test on memory constrained systems
...
Reviewed-by: dholmes, mseledtsov, shade
2021-08-11 08:48:18 +00:00
Hui Shi
5350b9901c
8272131: PhaseMacroExpand::generate_slow_arraycopy crash when clone null CallProjections.fallthrough_ioproj
...
Reviewed-by: neliasso, xliu, thartmann
2021-08-11 02:00:19 +00:00
Alex Menkov
b62e742045
8213714: AttachingConnector/attach/attach001 failed due to "bind failed: Address already in use"
...
Reviewed-by: sspitsyn, cjplummer
2021-08-10 19:13:18 +00:00
Matthias Baesken
089e83bf1b
8266490: Extend the OSContainer API to support the pids controller of cgroups
...
Reviewed-by: sgehwolf, lucy
2021-08-10 07:40:21 +00:00
Tobias Hartmann
2384e12888
8270098: ZGC: ZBarrierSetC2::clone_at_expansion fails with "Guard against surprises" assert
...
Reviewed-by: neliasso, kvn
2021-08-10 05:37:55 +00:00
Igor Ignatyev
3b899ef7ff
8272168: some hotspot runtime/logging tests don't check exit code
...
Reviewed-by: jiefu
2021-08-10 05:11:09 +00:00
Igor Ignatyev
eb6f3fe59d
8272169: runtime/logging/LoaderConstraintsTest.java doesn't build test.Empty
...
Reviewed-by: dholmes
2021-08-10 02:26:08 +00:00
Igor Ignatyev
9654fd73cd
8271892: mark hotspot runtime/PrintStringTableStats/PrintStringTableStatsTest.java test as ignoring external VM flags
...
Reviewed-by: dholmes
2021-08-10 02:12:38 +00:00
Igor Ignatyev
c495ede2c2
8272099: mark hotspot runtime/Monitor tests which ignore external VM flags
...
Reviewed-by: dcubed
2021-08-06 18:49:48 +00:00
Igor Ignatyev
e882087f7a
8271904: mark hotspot runtime/ClassFile tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-06 16:36:50 +00:00
Ioi Lam
e7b6f48182
8265602: -XX:DumpLoadedClassList should support custom loaders
...
Reviewed-by: ccheung, minqi
2021-08-06 05:58:48 +00:00
Igor Ignatyev
3ab95d1917
8271905: mark hotspot runtime/Metaspace tests which ignore external VM flags
...
Reviewed-by: stuefe
2021-08-05 16:32:11 +00:00
Richard Reingruber
4abe531140
8271722: [TESTBUG] gc/g1/TestMixedGCLiveThreshold.java can fail if G1 Full GC uses >1 workers
...
Reviewed-by: ayang, tschatzl
2021-08-05 07:31:14 +00:00
Yasumasa Suenaga
a007cb1a1d
8271863: ProblemList serviceability/sa/TestJmapCore.java on linux-x64 with ZGC
...
Reviewed-by: dcubed
2021-08-04 23:42:43 +00:00
Igor Ignatyev
359c7084a1
8271893: mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags
...
Reviewed-by: coleenp
2021-08-04 19:50:36 +00:00
Igor Ignatyev
a3b0143970
8271887: mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags
...
Reviewed-by: coleenp
2021-08-04 19:49:47 +00:00
Igor Ignatyev
6c17e6deb2
8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags
...
Reviewed-by: coleenp
2021-08-04 19:46:13 +00:00
Igor Ignatyev
ff7431eafe
8271886: mark hotspot runtime/InvocationTests tests which ignore external VM flags
...
Reviewed-by: coleenp
2021-08-04 19:40:05 +00:00
Igor Ignatyev
cdf3d55c82
8271890: mark hotspot runtime/Dictionary tests which ignore external VM flags
...
Reviewed-by: coleenp
2021-08-04 19:39:12 +00:00
Jatin Bhateja
392fcc9df7
8271589: fatal error with variable shift count integer rotate operation.
...
Reviewed-by: kvn, sviswanathan
2021-08-04 17:49:17 +00:00
Thomas Stuefe
eec64f5587
8256844: Make NMT late-initializable
...
Reviewed-by: coleenp, zgu
2021-08-04 12:19:02 +00:00
Jie Fu
977b8c4e16
8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails with release VMs
...
Reviewed-by: stuefe
2021-08-04 07:25:36 +00:00
Igor Ignatyev
9e769090a0
8271824: mark hotspot runtime/CompressedOops tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 05:19:33 +00:00
Igor Ignatyev
e49b7d958c
8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 05:18:10 +00:00
Igor Ignatyev
68f784778c
8271825: mark hotspot runtime/LoadClass tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 05:17:14 +00:00
Igor Ignatyev
3d40cac8ce
8271821: mark hotspot runtime/MinimalVM tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 05:16:22 +00:00
Igor Ignatyev
33ec3a4d95
8271744: mark hotspot runtime/getSysPackage tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 04:53:20 +00:00
Igor Ignatyev
b48f31d381
8271743: mark hotspot runtime/jni tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-08-04 04:51:46 +00:00
Thomas Stuefe
66c653c561
8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
...
Reviewed-by: tschatzl, rrich
2021-08-04 04:11:12 +00:00
Igor Ignatyev
68dd828088
8271224: runtime/EnclosingMethodAttr/EnclMethodAttr.java doesn't check exit code
...
Reviewed-by: mseledtsov, dholmes
2021-08-04 02:22:07 +00:00
Igor Ignatyev
34ba70a71b
8269037: jsig/Testjsig.java doesn't have to be restricted to linux only
...
Reviewed-by: mseledtsov, dholmes
2021-08-04 02:19:01 +00:00
Igor Ignatyev
659498a07f
8271829: mark hotspot runtime/Throwable tests which ignore external VM flags
...
Reviewed-by: jiefu
2021-08-04 01:59:33 +00:00
Igor Ignatyev
d3b40cb683
8271826: mark hotspot runtime/condy tests which ignore external VM flags
...
Reviewed-by: jiefu
2021-08-04 01:49:11 +00:00
Calvin Cheung
3435d299f7
8271003: hs_err improvement: handle CLASSPATH env setting longer than O_BUFLEN
...
Reviewed-by: dholmes, stuefe, iklam, minqi
2021-08-04 01:38:18 +00:00
Jesper Wilhelmsson
c8add223a1
Merge
...
Reviewed-by: mikael
2021-08-03 01:01:25 +00:00
Yumin Qi
84f0231031
8271419: Refactor test code for modifying CDS archive contents
...
Reviewed-by: iklam, ccheung
2021-08-02 23:07:43 +00:00
Igor Ignatyev
ada58d13f7
8067223: [TESTBUG] Rename Whitebox API package
...
Reviewed-by: dholmes, kvn
2021-08-02 20:44:18 +00:00
Jesper Wilhelmsson
7cc1eb3e57
Merge
2021-07-30 22:30:23 +00:00
Thomas Stuefe
cd7e30ef84
8271242: Add Arena regression tests
...
Reviewed-by: mseledtsov, coleenp
2021-07-30 16:42:40 +00:00
Christian Hagedorn
9856ace828
8268963: [IR Framework] Some default regexes matching on PrintOptoAssembly in IRNode.java do not work on all platforms
...
Reviewed-by: kvn, thartmann
2021-07-30 12:28:57 +00:00
Roland Westrelin
e351de3bd6
8271272: C2: assert(!had_error) failed: bad dominance
...
Reviewed-by: kvn, thartmann, chagedorn
2021-07-30 07:28:04 +00:00
David Holmes
4f42eb6601
8269523: runtime/Safepoint/TestAbortOnVMOperationTimeout.java failed when expecting 'VM operation took too long'
...
Reviewed-by: shade, mseledtsov
2021-07-30 04:03:11 +00:00
Chris Plummer
6180cf1f0d
8271512: ProblemList serviceability/sa/sadebugd/DebugdConnectTest.java due to 8270326
...
Reviewed-by: dcubed
2021-07-30 01:01:52 +00:00
Chris Plummer
77fbd99f79
8270341: Test serviceability/dcmd/gc/HeapDumpAllTest.java timed-out
...
Reviewed-by: dcubed
2021-07-30 00:57:53 +00:00
Chris Plummer
a1b5b818c5
8271507: ProblemList SA tests that are failing with ZGC due to JDK-8248912
...
Reviewed-by: dcubed
2021-07-30 00:56:55 +00:00
Emmanuel Bourg
d09b028407
8271396: Spelling errors
...
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
2021-07-29 16:03:31 +00:00
Christian Hagedorn
489e5fd12a
8268019: C2: assert(no_dead_loop) failed: dead loop detected
...
Reviewed-by: kvn, thartmann
2021-07-29 09:31:22 +00:00
Roland Westrelin
6afcf5f5a2
8270886: Crash in PhaseIdealLoop::verify_strip_mined_scheduling
...
Reviewed-by: kvn, thartmann
2021-07-29 07:34:20 +00:00
Jesper Wilhelmsson
a0504cff9f
Merge
2021-07-29 01:07:57 +00:00
Igor Ignatyev
20d2dc1f35
8271403: mark hotspot runtime/memory tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-07-28 23:12:03 +00:00
Igor Ignatyev
e593e3de4c
8271402: mark hotspot runtime/os tests which ignore external VM flags
...
Reviewed-by: dholmes
2021-07-28 23:11:11 +00:00
Dean Long
034788a02c
8270925: replay dump using CICrashAt does not include inlining data
...
Reviewed-by: kvn, thartmann
2021-07-28 18:50:21 +00:00
Igor Ignatyev
c8ae7e5b03
8271174: runtime/ClassFile/UnsupportedClassFileVersion.java can be run in driver mode
...
Reviewed-by: mseledtsov, dholmes
2021-07-28 15:38:26 +00:00
Christoph Göttschkes
6e1da6440b
8270908: TestParallelRefProc fails on single core machines
...
Reviewed-by: tschatzl, kbarrett
2021-07-28 14:49:02 +00:00
Nick Gasson
9bc52afa48
8271323: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -XX:TieredStopAtLevel=1
...
Reviewed-by: cjplummer, kvn
2021-07-28 01:58:02 +00:00
Jesper Wilhelmsson
a50161b750
Merge
2021-07-28 00:36:16 +00:00
Igor Ignatyev
f1e15c8c8f
8271350: runtime/Safepoint tests use OutputAnalyzer::shouldMatch instead of shouldContaint
...
Reviewed-by: mseledtsov, dholmes
2021-07-27 23:20:19 +00:00
Igor Ignatyev
cea7bc2dea
8271223: two runtime/ClassFile tests don't check exit code
...
Reviewed-by: dholmes
2021-07-27 02:59:40 +00:00
David Holmes
fde183130b
8212961: [TESTBUG] vmTestbase/nsk/stress/jni/ native code cleanup
...
Reviewed-by: stuefe, iignatyev
2021-07-27 02:49:34 +00:00
Jesper Wilhelmsson
eb6da88817
Merge
2021-07-27 00:57:58 +00:00
Dean Long
fcc7d59b99
8269342: CICrashAt=1 does not always catch first Java method
...
Reviewed-by: kvn, thartmann
2021-07-26 22:09:17 +00:00
Alex Menkov
8785737ba5
8269616: serviceability/dcmd/framework/VMVersionTest.java fails with Address already in use error
...
Reviewed-by: sspitsyn, kevinw
2021-07-26 20:16:32 +00:00
Andreas Woess
3aadae2077
8271140: Fix native frame handling in vframeStream::asJavaVFrame()
...
Reviewed-by: dnsimon, kvn, never
2021-07-26 19:47:34 +00:00
Igor Ignatyev
7ddabbff74
8271175: runtime/jni/FindClassUtf8/FindClassUtf8.java doesn't have to be run in othervm
...
Reviewed-by: dholmes
2021-07-26 17:19:33 +00:00
Igor Ignatyev
3c27f91986
8271222: two runtime/Monitor tests don't check exit code
...
Reviewed-by: dholmes
2021-07-26 17:18:26 +00:00
Christian Hagedorn
36aefa351a
8270447: [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
...
Reviewed-by: kvn, thartmann
2021-07-26 07:54:22 +00:00
Jesper Wilhelmsson
0dcfc42f23
Merge
2021-07-24 01:06:15 +00:00
Igor Veresov
7468bbcd64
8266988: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
...
Reviewed-by: kvn
2021-07-23 22:18:51 +00:00
Vladimir Kozlov
4ed548b3ee
8268261: C2: assert(n != __null) failed: Bad immediate dominator info.
...
Reviewed-by: iveresov, vlivanov
2021-07-23 18:51:25 +00:00
Igor Ignatyev
e90ed6cc38
8271173: serviceability/jvmti/GetObjectSizeClass.java doesn't check exit code
...
Reviewed-by: dholmes
2021-07-23 15:53:48 +00:00
Igor Ignatyev
b4c6229fd4
8271189: runtime/handshake/HandshakeTimeoutTest.java can be run in driver mode
...
Reviewed-by: dholmes
2021-07-23 15:32:42 +00:00
Albert Mingkun Yang
96247ae8fb
8270187: G1: Remove ConcGCThreads constraint
...
Reviewed-by: kbarrett, iwalulya
2021-07-23 13:52:55 +00:00
Jesper Wilhelmsson
9935440ede
Merge
2021-07-23 01:41:14 +00:00
Daniel D. Daugherty
a7d30123f0
8271165: ProblemList serviceability/dcmd/gc/HeapDumpAllTest.java on X64
...
8271166: ProblemList applications/jcstress/copy.java on Linux-X64
Reviewed-by: darcy
2021-07-22 23:56:22 +00:00
Igor Ignatyev
e3800e6497
8271162: runtime/StackTrace/LargeClassTest.java can be run in driver mode
...
Reviewed-by: dholmes
2021-07-22 23:54:28 +00:00
Igor Ignatyev
ee93cef8aa
8271158: runtime/handshake/HandshakeTimeoutTest.java test doesn't check exit code
...
Reviewed-by: dcubed
2021-07-22 23:53:36 +00:00
Igor Ignatyev
84be910e1d
8271169: runtime/Safepoint/TestAbortVMOnSafepointTimeout.java can be run in driver mode
...
Reviewed-by: dholmes
2021-07-22 23:21:39 +00:00
Igor Ignatyev
2d165a2bdf
8271160: runtime/jni/checked/TestCheckedJniExceptionCheck.java doesn't set -Djava.library.path
...
Reviewed-by: dcubed, dholmes
2021-07-22 22:15:25 +00:00
Leonid Mesnik
09e5321763
8225313: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatObjectCorrectnessTest.java failed with Unexpected high difference percentage
...
Reviewed-by: dholmes, kevinw
2021-07-22 18:19:16 +00:00
Leonid Mesnik
258f188bff
8270961: [TESTBUG] Move GotWrongOOMEException into vm.share.gc package
...
Reviewed-by: kbarrett, tschatzl
2021-07-22 18:18:14 +00:00
Leonid Mesnik
3cadc36060
8270336: [TESTBUG] Fix initialization in NonbranchyTree
...
Reviewed-by: kbarrett, tschatzl
2021-07-22 18:17:09 +00:00
Igor Ignatyev
4812e53791
8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code
...
Reviewed-by: jiefu, dholmes
2021-07-22 17:14:30 +00:00
Igor Ignatyev
6a9ab6a2cf
8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test
...
Reviewed-by: jiefu, dholmes, dcubed
2021-07-22 17:13:26 +00:00
Patricio Chilano Mateo
e7f9009315
8270085: Suspend during block transition may deadlock if lock held
...
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: dcubed, dholmes, coleenp
2021-07-22 14:30:19 +00:00
Daniel D. Daugherty
39b486db6d
8271126: ProblemList runtime/InvocationTests/invokevirtualTests.java
...
Backport-of: d1257d54f9
2021-07-22 14:04:34 +00:00
Jamsheed Mohammed C M
d1257d54f9
8271126: ProblemList runtime/InvocationTests/invokevirtualTests.java
...
Reviewed-by: thartmann
2021-07-22 12:04:55 +00:00
Tobias Hartmann
4119a52c4b
8270461: ZGC: Invalid oop passed to ZBarrierSetRuntime::load_barrier_on_oop_array
...
Reviewed-by: chagedorn, kvn
2021-07-22 05:59:12 +00:00
Thomas Stuefe
6096dd9765
8268893: jcmd to trim the glibc heap
...
Reviewed-by: simonis, dholmes
2021-07-22 04:07:10 +00:00
Jesper Wilhelmsson
c36755dedf
Merge
2021-07-22 00:46:18 +00:00
Igor Ignatyev
9b177a7486
8268612: a few runtime/memory tests don't check exit code
...
Reviewed-by: dholmes, mseledtsov
2021-07-21 19:47:03 +00:00
Ioi Lam
0790f04d8a
8271015: Split cds/SharedBaseAddress.java test into smaller parts
...
Reviewed-by: ccheung, minqi
2021-07-21 19:07:07 +00:00
Leonid Mesnik
b7245c6164
8269849: vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescription.java failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
...
Reviewed-by: kbarrett
2021-07-21 18:07:43 +00:00
Thomas Schatzl
57611b3021
8270991: G1 Full GC always performs heap verification after JDK-8269295
...
Reviewed-by: iwalulya, kbarrett
2021-07-21 15:41:34 +00:00
Jesper Wilhelmsson
1eeb1791ab
Merge
...
Reviewed-by: jvernee
2021-07-21 00:24:17 +00:00
Daniel D. Daugherty
8e8e87a765
8268223: Problemlist vmTestbase/nsk/jdi/HiddenClass/events/events001.java
...
Backport-of: 1e1039a7c8
2021-07-20 21:55:38 +00:00
Yi Yang
0cec11d3eb
8270307: C2: assert(false) failed: bad AD file after JDK-8267687
...
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Reviewed-by: kvn, thartmann
2021-07-20 06:10:58 +00:00
Calvin Cheung
00195b85ed
8265604: Support unlinked classes in dynamic CDS archive
...
Reviewed-by: minqi, iklam
2021-07-20 02:06:42 +00:00
Jesper Wilhelmsson
c3519c3e20
Merge
2021-07-19 23:12:55 +00:00
Kim Barrett
3fc761d97d
8269032: Stringdedup tests are failing if the ergonomically select GC does not support it
...
Reviewed-by: tschatzl, lkorinth
2021-07-19 13:43:46 +00:00
Roland Westrelin
c1304519b5
8269752: C2: assert(false) failed: Bad graph detected in build_loop_late
...
Reviewed-by: chagedorn, kvn
2021-07-19 07:31:28 +00:00
David Holmes
e7cdfebbee
8270862: Fix problem list entries for 32-bit
...
Reviewed-by: sspitsyn
2021-07-17 07:42:14 +00:00
Harold Seigel
67dc1c5bf3
8270837: fix typos in test TestSigParse.java
...
Reviewed-by: jiefu
2021-07-16 14:02:12 +00:00
David Holmes
4927ee426a
8270814: ProblemList the failing serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitor* tests
...
Reviewed-by: tschatzl, jiefu
2021-07-16 06:56:46 +00:00
Jie Fu
676d425c6b
8270459: Conflict inlining decisions by C1/C2 with the same CompileCommand
...
Reviewed-by: kvn, xliu
2021-07-16 05:45:25 +00:00
David Holmes
e35005d5ce
8268773: Improvements related to: Failed to start thread - pthread_create failed (EAGAIN)
...
Reviewed-by: stuefe, iklam
2021-07-16 02:49:40 +00:00
Christoph Göttschkes
bb82005a81
8270468: TestRangeCheckEliminated fails because methods are not compiled
...
Reviewed-by: kvn, thartmann
2021-07-15 19:53:31 +00:00
Zhengyu Gu
746fe5dc68
8270366: C2: Add associative rule to add/sub node
...
Reviewed-by: kvn, adinn
2021-07-15 16:40:30 +00:00
Thomas Schatzl
7a89ffeddd
8270014: Add scoped objects for g1 young gc verification and young gc internal timing
...
Reviewed-by: ayang, iwalulya, kbarrett
2021-07-15 08:12:36 +00:00
Andreas Woess
b1bb05bcf4
8269592
: [JVMCI] Optimize c2v_iterateFrames
...
Reviewed-by: kvn, never, dlong
2021-07-14 17:32:55 +00:00
Jesper Wilhelmsson
4a7ccf36e9
Merge
2021-07-14 01:07:52 +00:00
Severin Gehwolf
d32e42cdd4
8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
...
Backport-of: 6a9bc10873
2021-07-13 14:34:35 +00:00
Jesper Wilhelmsson
6b123b0591
Merge
2021-07-13 10:50:18 +00:00
Christian Hagedorn
040c02b942
8269795: C2: Out of bounds array load floats above its range check in loop peeling resulting in SEGV
...
Reviewed-by: thartmann, roland, kvn
2021-07-13 08:50:09 +00:00
Yumin Qi
a4e5f08fef
8267281: Call prepare_for_dynamic_dumping for jcmd dynamic_dump
...
Reviewed-by: iklam, ccheung
2021-07-12 19:03:38 +00:00
Magnus Ihse Bursie
353e9c8607
8270320: JDK-8270110 committed invalid copyright headers
...
Reviewed-by: kvn
2021-07-12 18:54:39 +00:00
Zhengyu Gu
548bb3119c
8270110: Shenandoah: Add test for JDK-8269661
...
Reviewed-by: rkennke
2021-07-12 12:22:06 +00:00
Christoph Göttschkes
999ced03cc
8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStruct field
...
Reviewed-by: cjplummer, dholmes, sspitsyn
2021-07-12 11:23:38 +00:00
Anton Kozlov
7cbb67a3f8
8267666: Add option to jcmd GC.heap_dump to use existing file
...
Reviewed-by: rschmelter, clanger
2021-07-12 11:12:52 +00:00
Severin Gehwolf
6a9bc10873
8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
...
Reviewed-by: kvn
2021-07-12 08:25:22 +00:00
Albert Mingkun Yang
86a20081ae
8051680: (ref) unnecessary process_soft_ref_reconsider
...
Reviewed-by: kbarrett, tschatzl
2021-07-12 07:53:20 +00:00
Jesper Wilhelmsson
ec975c6a05
Merge
2021-07-10 01:23:18 +00:00
Zhengyu Gu
e4c24f01ef
8270171: Shenandoah: Cleanup TestStringDedup and TestStringDedupStress tests
...
Reviewed-by: shade
2021-07-09 17:34:34 +00:00
Christian Hagedorn
f791fdf23e
8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions
...
Reviewed-by: thartmann, kvn
2021-07-09 11:53:45 +00:00
Aleksey Shipilev
676f1d76ca
8270094: Shenandoah: Provide human-readable labels for test configurations
...
Reviewed-by: zgu
2021-07-09 07:54:40 +00:00
Jatin Bhateja
62ff55d383
8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines
...
Reviewed-by: kvn, dlong
2021-07-09 03:20:59 +00:00
Jesper Wilhelmsson
dfd6b2be7d
Merge
2021-07-08 23:21:00 +00:00
Daniel D. Daugherty
9acb2a69a9
8270109: ProblemList 4 SA tests on macOS-aarch64
...
Reviewed-by: mikael
2021-07-08 19:23:21 +00:00
Aleksey Shipilev
4f322a9b6c
8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode
...
Reviewed-by: zgu
2021-07-08 16:42:03 +00:00
Coleen Phillimore
bca570c56e
8269962: SA has unused Hashtable, Dictionary classes
...
Reviewed-by: cjplummer, iklam, dholmes
2021-07-08 14:28:32 +00:00
Albert Mingkun Yang
4a45d95719
8270021: Incorrect log decorators in gc/g1/plab/TestPLABEvacuationFailure.java
...
Reviewed-by: tschatzl, iwalulya
2021-07-08 10:39:44 +00:00
Yumin Qi
f741e4ca74
8264735: Make dynamic dump repeatable
...
Reviewed-by: ccheung, iklam
2021-07-07 19:41:45 +00:00
Zhengyu Gu
bffb1a7199
8269923: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java failed with "FATAL ERROR in native method: Primitive type array expected but not received for JNI array operation"
...
Reviewed-by: dcubed, dholmes
2021-07-07 11:47:02 +00:00
Thomas Schatzl
a6850111ac
8269022: Put evacuation failure string directly into gc=info log message
...
Reviewed-by: iwalulya, lkorinth, kbarrett
2021-07-07 07:32:57 +00:00
Yi Yang
a9e201016d
8268425: Show decimal nid of OSThread instead of hex format one
...
Reviewed-by: stuefe, kevinw
2021-07-07 01:37:50 +00:00
Jesper Wilhelmsson
7a4f08ae32
Merge
2021-07-06 23:00:31 +00:00
Yumin Qi
e8206dbb17
8263538: SharedArchiveConsistency.java should test -Xshare:auto as well
...
Reviewed-by: iklam, ccheung
2021-07-06 22:27:13 +00:00
Vladimir Kozlov
e0c130f484
8269955: ProblemList compiler/vectorapi/VectorCastShape[64|128]Test.java tests on x86
...
Reviewed-by: iignatyev, dlong
2021-07-06 21:30:48 +00:00
Daniel D. Daugherty
4dfcf53a8b
8269935: ProblemList runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java on windows
...
Reviewed-by: jjg
2021-07-06 17:00:55 +00:00
Eric Liu
1166ef25e9
8268966: AArch64: 'bad AD file' in some vector conversion tests
...
Reviewed-by: aph
2021-07-06 15:59:04 +00:00
Zhengyu Gu
16aa8cbf8d
8269697: JNI_GetPrimitiveArrayCritical() should not accept object array
...
Reviewed-by: kbarrett, dholmes
2021-07-06 12:25:11 +00:00
Roland Westrelin
df1364b508
8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
...
Reviewed-by: kvn, thartmann
2021-07-06 07:03:08 +00:00
Roland Westrelin
6d8fc7249a
8268883: C2: assert(false) failed: unscheduable graph
...
Reviewed-by: chagedorn, kvn, yyang
2021-07-06 06:47:45 +00:00
Jesper Wilhelmsson
17f53f2f9c
Merge
2021-07-02 20:50:11 +00:00
Christoph Göttschkes
53ad903a82
8269135: TestDifferentProtectionDomains runs into timeout in client VM
...
Reviewed-by: dholmes, dcubed
2021-07-02 15:16:31 +00:00
Christian Hagedorn
2db9005c07
8262017: C2: assert(n != __null) failed: Bad immediate dominator info.
...
Reviewed-by: roland, neliasso, kvn
2021-07-02 07:43:57 +00:00
Jamsheed Mohammed C M
5644c4f942
8265132: C2 compilation fails with assert "missing precedence edge"
...
Reviewed-by: iveresov, kvn
2021-07-02 04:26:09 +00:00
miao zheng
2baf498eb5
8269743: test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/Test.java crash with small heap (-Xmx50m)
...
Reviewed-by: dholmes
2021-07-02 03:15:55 +00:00
Jesper Wilhelmsson
b0e186792e
Merge
2021-07-02 01:07:50 +00:00
Kim Barrett
6c76e77158
8260684: vmTestbase/gc/gctests/PhantomReference/phantom002/TestDescription.java timed out
...
Reviewed-by: pliden, lkorinth
2021-07-01 16:09:30 +00:00
Aleksey Shipilev
c16d1fc981
8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998
...
Reviewed-by: kvn, iveresov, vlivanov
2021-07-01 09:27:55 +00:00
Roland Westrelin
ad27d9b3ec
8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
...
Reviewed-by: kvn, iveresov, neliasso
2021-07-01 08:11:59 +00:00
Jesper Wilhelmsson
9def3b068e
Merge
2021-07-01 01:01:34 +00:00
Daniel D. Daugherty
aba6c55dac
8269703: ProblemList vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java on Windows-X64 with -Xcomp
...
Reviewed-by: dholmes
2021-06-30 22:13:06 +00:00
Nils Eliasson
0dc65d3c74
8268897: [TESTBUG] compiler/compilercontrol/mixed/RandomCommandsTest.java must not fail on Command.quiet
...
Reviewed-by: kvn
2021-06-30 21:05:15 +00:00
Aleksey Shipilev
23d2996fee
8269478: Shenandoah: gc/shenandoah/mxbeans tests should be more resilient
...
Reviewed-by: rkennke
2021-06-30 13:22:38 +00:00
Thomas Schatzl
a0f32cb140
8268906: gc/g1/mixedgc/TestOldGenCollectionUsage.java assumes that GCs take 1ms minimum
...
Reviewed-by: kbarrett, ayang, lkorinth
2021-06-30 09:14:26 +00:00
Wang Huang
ca283c3ac0
8265907: JVM crashes when matching VectorMaskCmp Node
...
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Ai Jiaming <aijiaming1@huawei.com>
Reviewed-by: njian, jbhateja, sviswanathan, dlong, adinn
2021-06-30 08:52:27 +00:00
Leo Korinth
6b64a7956c
8268350: Remove assert that ensures thread identifier remains the same
...
Reviewed-by: tschatzl, kbarrett
2021-06-30 07:45:39 +00:00
Leonid Mesnik
b969136b9f
8245877: assert(_value != __null) failed: resolving NULL _value in JvmtiExport::post_compiled_method_load
...
Reviewed-by: sspitsyn, dholmes, coleenp
2021-06-30 02:05:25 +00:00
Jie Fu
a661686e1e
8269065: [REDO] vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java failed with OutOfMemoryError
...
Reviewed-by: stuefe, iignatyev
2021-06-30 01:25:28 +00:00
Jesper Wilhelmsson
ee526a2ea8
Merge
2021-06-30 01:19:39 +00:00
Chris Plummer
401cb0ad55
8269232: assert(!is_jweak(handle)) failed: wrong method for detroying jweak
...
Reviewed-by: rkennke, amenkov, sspitsyn, sgehwolf
2021-06-29 18:41:19 +00:00
Alex Menkov
7a23c9cbb7
8260540: serviceability/jdwp/AllModulesCommandTest.java failed with "Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'"
...
Reviewed-by: sspitsyn, kevinw
2021-06-29 18:39:42 +00:00
Calvin Cheung
c1e2a29448
8263640: hs_err improvement: handle class path longer than O_BUFLEN
...
Reviewed-by: iklam, minqi, dholmes
2021-06-29 17:57:15 +00:00
Patricio Chilano Mateo
e238cbd596
8269530: runtime/ParallelLoad/ParallelSuperTest.java timeout
...
Reviewed-by: dholmes, coleenp
2021-06-29 14:35:13 +00:00
Thomas Schatzl
3f2c372396
8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
...
Reviewed-by: iwalulya, kbarrett
2021-06-29 14:16:21 +00:00
Zhengyu Gu
0d83dc2411
8268699: Shenandoah: Add test for JDK-8268127
...
Backport-of: e59acd9860
2021-06-29 12:29:06 +00:00
Thomas Schatzl
fc0fd96a5f
8269126: Rename G1AllowPreventiveGC option to G1UsePreventiveGC
...
Reviewed-by: kbarrett, iwalulya
2021-06-29 08:34:55 +00:00
Jesper Wilhelmsson
a29953d805
Merge
2021-06-27 23:51:05 +00:00
Christoph Göttschkes
561a3a5077
8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs
...
Reviewed-by: kvn, iveresov
2021-06-27 13:12:51 +00:00
Vladimir Kozlov
824a51693e
8269260: Add AVX512 and other SSE + AVX combinations testing for tests which generate vector instructions
...
Reviewed-by: iveresov, dlong
2021-06-25 22:48:56 +00:00
Alex Menkov
1404e4bf44
8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433
...
Reviewed-by: kevinw, dcubed
2021-06-25 22:10:48 +00:00
Thomas Stuefe
b565459f83
8267138: Stray suffix when starting gtests via GTestWrapper.java
...
Reviewed-by: shade
2021-06-25 16:33:19 +00:00
Daniel D. Daugherty
cfa6a995e1
8269316: ProblemList vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java on Linux-X64 -Xcomp
...
Reviewed-by: ccheung
2021-06-24 20:27:56 +00:00
Daniel D. Daugherty
443a79aaa1
8269314: ProblemList serviceability/dcmd/gc/RunFinalizationTest.java on Win-X64 and linux-aarch64
...
Reviewed-by: ccheung
2021-06-24 20:26:23 +00:00
Patricio Chilano Mateo
2fd7943ec1
8256425: Obsolete Biased Locking in JDK 18
...
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +00:00
Christoph Göttschkes
595446bff4
8269087: CheckSegmentedCodeCache test fails in an emulated-client VM
...
Reviewed-by: iveresov, kvn
2021-06-24 16:49:45 +00:00
Yumin Qi
7c31903dd3
8267075: jcmd VM.cds should print directory of the output files
...
Reviewed-by: ccheung
2021-06-24 14:52:47 +00:00
Yasumasa Suenaga
d3d3b221d3
8269265: ProblemList serviceability/sa/TestJmapCoreMetaspace.java with ZGC
...
Reviewed-by: cjplummer
2021-06-24 05:19:42 +00:00
Jatin Bhateja
0c3fc27a45
8268482: compiler/intrinsics/VectorizedMismatchTest.java failed with failed: length in range
...
Reviewed-by: vlivanov, neliasso
2021-06-24 03:01:01 +00:00
Alex Menkov
51d915979c
8236212: CompiledMethodLoad and CompiledMethodUnload events can be posted in START phase
...
Reviewed-by: sspitsyn, cjplummer
2021-06-24 00:29:36 +00:00
Alex Menkov
280f2d57d1
8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to send object throw not established PipeIO Listener Thread connection
...
Reviewed-by: sspitsyn, cjplummer
2021-06-24 00:28:45 +00:00
Harold Seigel
f2e690e0ee
8268720: Unspecified checks on NameAndType constants should not be performed
...
Reviewed-by: dholmes, lfoltan
2021-06-23 12:11:37 +00:00
Joshua Zhu
36d82b6ef1
8268858: Determine register pressure automatically by the number of available registers for allocation
...
Reviewed-by: kvn, dlong
2021-06-23 03:54:00 +00:00
Dean Long
ab7ff1e137
8266885: [aarch64] Crash with 'Field too big for insn' for some tests under compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
...
Reviewed-by: ngasson, dnsimon, kvn
2021-06-23 01:48:19 +00:00
Jesper Wilhelmsson
b6cfca8a89
Merge
2021-06-23 01:05:44 +00:00
Roland Westrelin
578c55bbe6
8267399: C2: java/text/Normalizer/ConformanceTest.java test failed with assertion
...
Reviewed-by: kvn, neliasso
2021-06-22 15:46:44 +00:00
Stefan Karlsson
1a818154cf
8269077: TestSystemGC uses "require vm.gc.G1" for large pages subtest
...
Reviewed-by: tschatzl, kbarrett
2021-06-22 07:44:25 +00:00
Jesper Wilhelmsson
0458113c6b
Merge
2021-06-21 23:09:01 +00:00
Roland Westrelin
d3ad8cd344
8268672: C2: assert(!loop->is_member(u_loop)) failed: can be in outer loop or out of both loops only
...
Reviewed-by: kvn, neliasso
2021-06-21 14:16:54 +00:00
Hui Shi
22ebd1926d
8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop
...
Reviewed-by: kvn, roland
2021-06-21 11:59:00 +00:00
Thomas Schatzl
cd20c01942
8268458: Add verification type for evacuation failures
...
Reviewed-by: kbarrett, iwalulya
2021-06-21 11:12:29 +00:00
Christoph Göttschkes
cbec37d45d
8269029: compiler/codegen/TestCharVect2.java fails for client VMs
...
Reviewed-by: kvn, jiefu
2021-06-21 11:08:33 +00:00
Thomas Schatzl
1692fd2eba
8017163: G1: Refactor remembered sets
...
8048504: G1: Investigate replacing the coarse and fine grained data structures in the remembered sets
6949259: G1: Merge sparse and fine remembered set hash tables
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: sjohanss, iwalulya
2021-06-21 10:06:05 +00:00
Boris Ulasevich
c294ae4fed
8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
...
Co-authored-by: Chris Cole <chris@sageembedded.com>
Reviewed-by: dsamersoff
2021-06-21 06:04:57 +00:00
Jesper Wilhelmsson
b7d78a5b66
Merge
2021-06-18 23:04:20 +00:00
Chris Plummer
8caeca003e
8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr
...
Reviewed-by: dcubed
2021-06-18 20:27:30 +00:00
Boris Ulasevich
8f2456e5b0
8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
...
Co-authored-by: Chris Cole <chris@sageembedded.com>
Reviewed-by: dsamersoff
2021-06-18 16:25:25 +00:00
Igor Ignatyev
60389eedb3
8269025: jsig/Testjsig.java doesn't check exit code
...
Reviewed-by: hseigel
2021-06-18 15:25:25 +00:00
Igor Ignatyev
21abcc4a5a
8268564: mark hotspot serviceability/attach tests which ignore external VM flags
...
Reviewed-by: sspitsyn
2021-06-18 10:06:12 +00:00
Igor Ignatyev
f83c6b8a6a
8268531: mark SDTProbesGNULinuxTest as ignoring external VM flags
...
Reviewed-by: sspitsyn
2021-06-18 10:05:15 +00:00
Igor Ignatyev
8366c6936e
8268541: mark hotspot serviceability/sa tests which ignore external VM flags
...
Reviewed-by: sspitsyn
2021-06-18 10:04:25 +00:00
Igor Ignatyev
5b198986ce
8268563: mark hotspot serviceability/jvmti tests which ignore external VM flags
...
Reviewed-by: sspitsyn
2021-06-18 10:03:21 +00:00
Igor Ignatyev
2f65d4021f
8268599: mark hotspot runtime/sealedClasses tests which ignore external VM flags
...
Reviewed-by: dholmes, mseledtsov
2021-06-18 10:01:58 +00:00
Igor Ignatyev
3e1dc0a765
8268598: mark hotspot runtime/stringtable tests which ignore external VM flags
...
Reviewed-by: hseigel, mseledtsov
2021-06-18 10:01:03 +00:00
Igor Ignatyev
58eddc8110
8268594: runtime/handshake tests don't need WhiteBox after AOT removal
...
Reviewed-by: dholmes, mseledtsov
2021-06-18 10:00:21 +00:00
Igor Ignatyev
9f4f039231
8268596: mark hotspot runtime/verifier tests which ignore external VM flags
...
Reviewed-by: hseigel, mseledtsov
2021-06-18 09:59:34 +00:00
Igor Ignatyev
4006fe735a
8268597: mark hotspot runtime/symboltable tests which ignore external VM flags
...
Reviewed-by: dholmes, mseledtsov
2021-06-18 09:58:34 +00:00
Igor Ignatyev
8ccb76eb13
8268601: mark hotspot runtime/records tests which ignore external VM flags
...
Reviewed-by: dholmes, mseledtsov
2021-06-18 09:57:44 +00:00
Igor Ignatyev
59d84787e9
8268591: a few runtime/jni tests don't need /othervm
...
Reviewed-by: dholmes, mseledtsov
2021-06-18 09:56:36 +00:00
Jesper Wilhelmsson
a051e735cd
Merge
2021-06-18 00:53:09 +00:00
Ioi Lam
bb24fa652a
8267189: Remove duplicated unregistered classes from dynamic archive
...
Reviewed-by: ccheung, minqi
2021-06-17 22:19:23 +00:00
Vladimir Ivanov
9130b8a9d7
8268371: C2: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
...
Reviewed-by: roland, kvn
2021-06-17 21:25:46 +00:00
Jesper Wilhelmsson
3637e50b30
Merge
2021-06-17 01:05:54 +00:00
Yasumasa Suenaga
ee03bc6d0a
8268863: ProblemList serviceability/sa/TestJmapCoreMetaspace.java on linux-x64 with ZGC
...
Reviewed-by: dcubed
2021-06-16 23:21:51 +00:00
Christian Hagedorn
9ad19f7838
8256934: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
...
Reviewed-by: roland, vlivanov
2021-06-16 13:02:51 +00:00
Stefan Johansson
59de99d119
8267271: Fix gc/arguments/TestNewRatioFlag.java expectedNewSize calculation
...
Reviewed-by: tschatzl, kbarrett
2021-06-16 08:59:07 +00:00
Roland Westrelin
4d545a1f86
8267988: C2: assert(!addp->is_AddP() || addp->in(AddPNode::Base)->is_top() || addp->in(AddPNode::Base) == n->in(AddPNode::Base)) failed: Base pointers must match (addp 1301)
...
Reviewed-by: chagedorn, vlivanov, kvn
2021-06-16 07:36:07 +00:00
Jesper Wilhelmsson
e0f6f70d3f
Merge
2021-06-15 22:45:28 +00:00
Daniel D. Daugherty
10068c1bac
8268830: ProblemList 3 serviceability/dcmd/framework tests with ZGC on win-x64
...
Reviewed-by: kbarrett
2021-06-15 21:48:36 +00:00
Daniel D. Daugherty
9ac0609ed1
8268828: ProblemList compiler/intrinsics/VectorizedMismatchTest.java on win-x64
...
Reviewed-by: ccheung
2021-06-15 20:36:38 +00:00
Chris Plummer
fe7a44de63
8268723: Problem list SA core file tests on OSX when using ZGC
...
Reviewed-by: dholmes, dcubed, sspitsyn
2021-06-15 18:59:04 +00:00
Nils Eliasson
e36136fa93
8268125: ZGC: Clone oop array gets wrong acopy stub
...
Reviewed-by: vlivanov
2021-06-15 11:33:12 +00:00
Nils Eliasson
d384093289
8268125: ZGC: Clone oop array gets wrong acopy stub
...
Reviewed-by: kvn, vlivanov
2021-06-15 08:53:39 +00:00
David Holmes
9f3c7e74ff
8238649: Call new Win32 API SetThreadDescription in os::set_native_thread_name
...
Co-authored-by: Markus GaisBauer <markus.gaisbauer@dynatrace.com>
Reviewed-by: stuefe, luhenry
2021-06-15 02:12:57 +00:00
Vladimir Kozlov
4d8b5c70df
8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code
...
Reviewed-by: roland, vlivanov, dcubed
2021-06-14 23:41:50 +00:00
Dean Long
702e3ff054
8268366: Incorrect calculation of has_fpu_registers in C1 linear scan
...
Reviewed-by: kvn, chagedorn
2021-06-14 19:25:49 +00:00
Zhengyu Gu
e59acd9860
8268699: Shenandoah: Add test for JDK-8268127
...
Reviewed-by: rkennke
2021-06-14 18:07:34 +00:00
Jesper Wilhelmsson
17295b1bb0
Merge
...
Reviewed-by: dcubed
2021-06-14 15:55:57 +00:00
Daniel D. Daugherty
90c1034cd4
8268644: ProblemList serviceability/sa/ClhsdbJstackXcompStress.java in -Xcomp mode
...
Reviewed-by: azvegint
2021-06-12 13:53:07 +00:00
Yi Yang
5cee23a9ed
8265518: C1: Intrinsic support for Preconditions.checkIndex
...
Reviewed-by: dfuchs, iveresov
2021-06-12 01:03:50 +00:00
Daniel D. Daugherty
6171ae4552
8268630: ProblemList serviceability/jvmti/CompiledMethodLoad/Zombie.java on linux-aarch64
...
Reviewed-by: erikj
2021-06-11 20:24:35 +00:00
Calvin Cheung
01054e6f5a
8268470: CDS dynamic dump asserts with JFR RecordingStream
...
Reviewed-by: minqi, iklam
2021-06-11 16:08:18 +00:00
Igor Ignatyev
cce8da2c60
8268602: a couple runtime/os tests don't check exit code
...
Reviewed-by: dholmes
2021-06-11 12:40:44 +00:00
Igor Ignatyev
a437ce839f
8268580: runtime/memory/LargePages/TestLargePagesFlags.java should be run in driver mode
...
Reviewed-by: dholmes
2021-06-11 05:05:23 +00:00
Igor Ignatyev
bd9c2fa73b
8268565: runtime/records/RedefineRecord.java should be run in driver mode
...
Backport-of: 94d0b0f981
2021-06-11 03:12:50 +00:00
Igor Ignatyev
94d0b0f981
8268565: runtime/records/RedefineRecord.java should be run in driver mode
...
Reviewed-by: hseigel
2021-06-11 02:44:08 +00:00
Daniel D. Daugherty
2e900da5f7
8268574: ProblemList tests failing due to UseBiasedLocking going away
...
Reviewed-by: cjplummer
2021-06-10 23:08:56 +00:00
Calvin Cheung
4fd2a14997
8267556: Enhance class paths check during runtime
...
Reviewed-by: minqi, iklam
2021-06-10 19:50:44 +00:00
Leonid Mesnik
1e1039a7c8
8268223: Problemlist vmTestbase/nsk/jdi/HiddenClass/events/events001.java
...
Reviewed-by: amenkov, sspitsyn
2021-06-10 17:41:11 +00:00
Igor Ignatyev
5b8c51f59a
8268539: several serviceability/sa tests should be run in driver mode
...
Backport-of: 78cb6776b6
2021-06-10 17:19:37 +00:00
Igor Ignatyev
78cb6776b6
8268539: several serviceability/sa tests should be run in driver mode
...
Reviewed-by: sspitsyn
2021-06-10 17:06:19 +00:00
Igor Ignatyev
74007890bb
8268542: serviceability/logging/TestFullNames.java tests only 1st test case
...
Reviewed-by: sspitsyn
2021-06-10 14:43:08 +00:00
Leo Korinth
7cd5a6e7b5
8268537: (Temporary) Disable ParallelRefProcEnabled for Parallel GC
...
Reviewed-by: stefank, sjohanss
2021-06-10 13:19:43 +00:00
Daniel D. Daugherty
f677163b8a
8266130: convert Thread-SMR stress tests from counter based to time based
...
Reviewed-by: cjplummer, dholmes
2021-06-10 13:09:26 +00:00
Igor Ignatyev
6c552a7b42
8268544: some runtime/sealedClasses tests should be run in driver mode
...
Reviewed-by: hseigel
2021-06-10 13:03:29 +00:00
Igor Ignatyev
6b6ff5360a
8268543: some runtime/verifier tests should be run in driver mode
...
Reviewed-by: hseigel
2021-06-10 12:29:44 +00:00
Igor Ignatyev
e0c0b139d3
8268534: some serviceability/jvmti tests should be run in driver mode
...
Reviewed-by: sspitsyn
2021-06-10 09:52:07 +00:00
Igor Ignatyev
92f0b6d49e
8268532: several serviceability/attach tests should be run in driver mode
...
Reviewed-by: sspitsyn
2021-06-10 09:51:22 +00:00
Igor Ignatyev
964118f7fd
8268538: mark hotspot serviceability/logging tests which ignore external VM flags
...
Reviewed-by: sspitsyn
2021-06-10 09:49:23 +00:00
Igor Ignatyev
05090fc8fd
8268536: mark hotspot serviceability/dcmd tests which ignore external VM flags
...
Reviewed-by: sspitsyn
2021-06-10 09:48:10 +00:00
Igor Ignatyev
ae29f9cacd
8268530: resourcehogs/serviceability/jvmti/GetObjectSizeOverflow.java should be run in driver mode
...
Reviewed-by: sspitsyn
2021-06-10 09:42:26 +00:00
Matthias Baesken
78b09ab049
8268463: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp
...
Reviewed-by: sspitsyn, cjplummer
2021-06-10 08:08:43 +00:00
Roland Westrelin
d4377afb99
8263303: C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: chagedorn, kvn
2021-06-10 06:56:04 +00:00
Serguei Spitsyn
dd1cbadc82
8268285: vmTestbase/nsk/jvmti/GetThreadState/thrstat002 failed with "Wrong thread "thr1" (...) state after SuspendThread"
...
Reviewed-by: lmesnik, amenkov, dholmes
2021-06-10 06:03:19 +00:00
Igor Ignatyev
2623b0bf39
8268475: execute runtime/InvocationTests w/ -UseVtableBasedCHA
...
Reviewed-by: mseledtsov, kvn
2021-06-10 03:18:39 +00:00
Yumin Qi
7ff6e7b2b1
8267954: Shared classes that failed to load should not be loaded again
...
Reviewed-by: iklam, ccheung
2021-06-09 21:33:28 +00:00
Vladimir Kozlov
81fdeb579a
8268417: Add test from JDK-8268360
...
Reviewed-by: roland, chagedorn
2021-06-09 15:15:15 +00:00
Roland Westrelin
4413142eca
8268017: C2: assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long()) failed: bad phi type
...
Reviewed-by: vlivanov, chagedorn, whuang
2021-06-09 07:58:17 +00:00
Alex Menkov
b568e87947
8237388: serviceability/dcmd/framework/VMVersionTest.java fails with connection refused error.
...
Reviewed-by: cjplummer, sspitsyn
2021-06-08 17:05:22 +00:00
Aditya Mandaleeka
81bad59042
8257774: G1: Trigger collect when free region count drops below threshold to prevent evacuation failures
...
Reviewed-by: sjohanss, tschatzl
2021-06-08 06:55:20 +00:00
Christian Hagedorn
3396b69fc9
8254129: IR Test Framework to support regex-based matching on the IR in JTreg compiler tests
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Reviewed-by: iignatyev
2021-06-07 14:11:50 +00:00
Thomas Schatzl
15715a8984
8267924: Misleading G1 eager reclaim detail logging
...
Reviewed-by: ayang, sjohanss
2021-06-07 13:18:27 +00:00
Xin Liu
b09d8b9800
8267926: AsyncLogGtest.java fails on assert with: decorator was not part of the decorator set specified at creation.
...
Reviewed-by: dholmes, phh
2021-06-07 10:19:27 +00:00
Leo Korinth
9fc914b963
8204686: Dynamic parallel reference processing support for Parallel GC
...
Reviewed-by: ayang, tschatzl, kbarrett
2021-06-07 08:02:26 +00:00
Hui Shi
3e48244084
8268301: Closed test: compiler/c2/6371167/Test.java fails after JDK-8267904
...
Reviewed-by: kvn, dlong
2021-06-07 06:26:47 +00:00