mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
JDK-8374852: shorten line lenght in test
This commit is contained in:
parent
9bbb189f9e
commit
c93d580a22
@ -38,7 +38,9 @@ public class TestOpaqueGuardNodes {
|
||||
static byte[] bytes = new byte[42];
|
||||
|
||||
public static void main(String[] args) {
|
||||
TestFramework.runWithFlags("-XX:CompileCommand=inline,java.lang.StringCoding::*", "-XX:CompileCommand=exclude,jdk.internal.util.Preconditions::checkFromIndexSize");
|
||||
TestFramework.runWithFlags(
|
||||
"-XX:CompileCommand=inline,java.lang.StringCoding::*",
|
||||
"-XX:CompileCommand=exclude,jdk.internal.util.Preconditions::checkFromIndexSize");
|
||||
}
|
||||
|
||||
@Setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user