8297142: jdk/jfr/event/runtime/TestShutdown.java fails on Linux ppc64le and Linux aarch64
Reviewed-by: clanger
This commit is contained in:
parent
f26bd4e0e8
commit
bde0e35ded
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2022, 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
|
||||
@ -92,6 +92,7 @@ public class TestShutdownEvent {
|
||||
ProcessBuilder pb = ProcessTools.createTestJvm(
|
||||
"-Xlog:jfr=debug",
|
||||
"-XX:-CreateCoredumpOnCrash",
|
||||
"-XX:-TieredCompilation",
|
||||
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED",
|
||||
"-XX:StartFlightRecording:filename=./dumped.jfr,dumponexit=true,settings=default",
|
||||
"jdk.jfr.event.runtime.TestShutdownEvent$TestMain",
|
||||
|
Loading…
Reference in New Issue
Block a user