Skip to content

Commit

Permalink
8297142: jdk/jfr/event/runtime/TestShutdown.java fails on Linux ppc64…
Browse files Browse the repository at this point in the history
…le and Linux aarch64

Backport-of: bde0e35
  • Loading branch information
schmelter-sap committed Oct 18, 2023
1 parent 0b149e0 commit 4d246bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -92,6 +92,7 @@ private static void runSubtest(int subTestIndex) throws Exception {
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",
Expand Down

0 comments on commit 4d246bb

Please sign in to comment.