mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 05:45:05 +00:00
8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory
Do not run the test on minimal VM Reviewed-by: shade, sjohanss
This commit is contained in:
parent
92ddd523cc
commit
7009b948bb
@ -125,7 +125,6 @@ gc/survivorAlignment/TestPromotionToSurvivor.java 8129886 generic-all
|
||||
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
|
||||
gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
|
||||
gc/stress/gclocker/TestGCLockerWithG1.java 8179226 generic-all
|
||||
gc/stress/gclocker/TestGCLockerWithSerial.java 8180311 generic-all
|
||||
|
||||
#############################################################################
|
||||
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
* @test TestGCLockerWithSerial
|
||||
* @key gc
|
||||
* @requires vm.gc.Serial
|
||||
* @requires vm.flavor != "minimal"
|
||||
* @summary Stress Serial's GC locker by calling GetPrimitiveArrayCritical while concurrently filling up old gen.
|
||||
* @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xmx1500m -Xmx1500m -XX:+UseSerialGC TestGCLockerWithSerial
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user