Skip to content

Commit

Permalink
8339701: Test TestPinCaseWithCFLH.java fails with -Xcomp
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed Sep 8, 2024
1 parent ea33709 commit bdfa8a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
* @build jdk.test.lib.Utils
* @run driver jdk.test.lib.util.JavaAgentBuilder
* TestPinCaseWithCFLH TestPinCaseWithCFLH.jar
* @run main/othervm/timeout=100 -Djdk.virtualThreadScheduler.maxPoolSize=1
* @run main/othervm/timeout=100 -Djdk.virtualThreadScheduler.maxPoolSize=1
* -Djdk.tracePinnedThreads=full --enable-native-access=ALL-UNNAMED
* -javaagent:TestPinCaseWithCFLH.jar TestPinCaseWithCFLH
* -javaagent:TestPinCaseWithCFLH.jar -XX:+BackgroundCompilation TestPinCaseWithCFLH
*/
public class TestPinCaseWithCFLH {

Expand Down Expand Up @@ -74,4 +74,4 @@ public static void main(String[] args) throws Exception{
t1.join();
}

}
}

0 comments on commit bdfa8a0

Please sign in to comment.