Skip to content

Commit 52a6c37

Browse files
author
Boris Ulasevich
committed
8322858: compiler/c2/aarch64/TestFarJump.java fails on AArch64 due to unexpected PrintAssembly output
Reviewed-by: aph, thartmann
1 parent 075fed9 commit 52a6c37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/hotspot/jtreg/compiler/c2/aarch64/TestFarJump.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, BELLSOFT. All rights reserved.
2+
* Copyright (c) 2024, BELLSOFT. 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
@@ -89,10 +89,9 @@ static void runVM(boolean bigCodeHeap) throws Exception {
8989
"-Xbatch",
9090
"-XX:+TieredCompilation",
9191
"-XX:+SegmentedCodeCache",
92-
"-XX:CompileOnly=" + className + "::main",
9392
"-XX:ReservedCodeCacheSize=" + (bigCodeHeap ? "256M" : "200M"),
9493
"-XX:+UnlockDiagnosticVMOptions",
95-
"-XX:+PrintAssembly",
94+
"-XX:CompileCommand=option," + className + "::main,bool,PrintAssembly,true",
9695
className};
9796

9897
ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(procArgs);

0 commit comments

Comments
 (0)