8238705: [TESTBUG] jfr/event/gc/stacktrace/TestMetaspace* are stable with Xcomp on AArch64

Reviewed-by: mseledtsov, egahlin
This commit is contained in:
Nick Gasson 2020-02-26 09:58:15 +08:00
parent bdc481e96d
commit f6e5c5a7ea
3 changed files with 3 additions and 6 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/