Skip to content

Commit b64a1ac

Browse files
committed
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
Reviewed-by: aph, stuefe Backport-of: 5551cb66ba58cadce7291a95c5af662ade2cb7b8
1 parent 80d3bb4 commit b64a1ac

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, 2019, 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
@@ -95,6 +95,7 @@ private static long runProcess(String crasher, String signal, boolean disk) thro
9595
"-Xmx64m",
9696
"-XX:-TransmitErrorReport",
9797
"-XX:-CreateCoredumpOnCrash",
98+
"-XX:-TieredCompilation", // Avoid secondary crashes (see JDK-8293166)
9899
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED",
99100
"-XX:StartFlightRecording=" + flightRecordingOptions,
100101
crasher,

0 commit comments

Comments
 (0)