JDK-8374852: shorten line lenght in test

This commit is contained in:
Damon Fenacci 2026-01-15 16:58:40 +01:00
parent 9bbb189f9e
commit c93d580a22

View File

@ -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