8238705: [TESTBUG] jfr/event/gc/stacktrace/TestMetaspace* are stable with Xcomp on AArch64
Reviewed-by: mseledtsov, egahlin
This commit is contained in:
parent
bdc481e96d
commit
f6e5c5a7ea
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,7 +29,6 @@ package jdk.jfr.event.gc.stacktrace;
|
||||
* @requires vm.hasJFR
|
||||
*
|
||||
* @requires vm.gc == "null" | vm.gc == "G1"
|
||||
* @requires !(vm.compMode == "Xcomp" & os.arch == "aarch64")
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -XX:+UseG1GC -Xlog:gc* -XX:MaxMetaspaceSize=64M jdk.jfr.event.gc.stacktrace.TestMetaspaceG1GCAllocationPendingStackTrace
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,7 +30,6 @@ package jdk.jfr.event.gc.stacktrace;
|
||||
* @requires vm.hasJFR
|
||||
*
|
||||
* @requires vm.gc == "null" | vm.gc == "Parallel"
|
||||
* @requires !(vm.compMode == "Xcomp" & os.arch == "aarch64")
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -XX:+UseParallelGC -Xlog:gc* -XX:MaxMetaspaceSize=64M jdk.jfr.event.gc.stacktrace.TestMetaspaceParallelGCAllocationPendingStackTrace
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,7 +30,6 @@ package jdk.jfr.event.gc.stacktrace;
|
||||
* @requires vm.hasJFR
|
||||
*
|
||||
* @requires vm.gc == "null" | vm.gc == "Serial"
|
||||
* @requires !(vm.compMode == "Xcomp" & os.arch == "aarch64")
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -XX:+UseSerialGC -Xlog:gc* -XX:MaxMetaspaceSize=64M -XX:+FlightRecorder jdk.jfr.event.gc.stacktrace.TestMetaspaceSerialGCAllocationPendingStackTrace
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user