Skip to content

Commit 4dca60e

Browse files
committed
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
Reviewed-by: mdoerr Backport-of: 5551cb66ba58cadce7291a95c5af662ade2cb7b8
1 parent 41cadb7 commit 4dca60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -113,6 +113,7 @@ private static long runProcess(Class<?> crasher, String signal, boolean disk) th
113113
Process p = ProcessTools.createTestJvm(
114114
"-Xmx64m",
115115
"-XX:-CreateCoredumpOnCrash",
116+
"-XX:-TieredCompilation", // Avoid secondary crashes (see JDK-8293166)
116117
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED",
117118
"-XX:StartFlightRecording:" + flightRecordingOptions,
118119
crasher.getName(),

0 commit comments

Comments
 (0)