You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime error "java.lang.NoSuchFieldError: java.lang.String.COMPACT_STRINGS" when running JUnit tests (StringTest).
[junit] java.lang.NoSuchFieldError: java.lang.String.COMPACT_STRINGS
[junit] at java.lang.AbstractStringBuilder.getCoder(AbstractStringBuilder.java:1594)
[junit] at java.lang.String.contentEquals(String.java:273)
[junit] at gov.nasa.jpf.test.java.lang.StringTest.testContentEquals(StringTest.java:301)
[junit] at java.lang.reflect.Method.invoke(gov.nasa.jpf.vm.JPF_java_lang_reflect_Method)
[junit] at gov.nasa.jpf.util.test.TestJPF.runTestMethod(TestJPF.java:648)
The text was updated successfully, but these errors were encountered:
The value for java.lang.String#COMPACT_STRINGS is injected by JVM.
If it is set to false, bytes in value are always encoded in UTF16.
This also fixesjavapathfinder#118:
[junit] java.lang.NoSuchFieldError: java.lang.String.COMPACT_STRINGS
The value for java.lang.String#COMPACT_STRINGS is injected by JVM.
If it is set to false, bytes in value are always encoded in UTF16.
This also fixesjavapathfinder#118:
[junit] java.lang.NoSuchFieldError: java.lang.String.COMPACT_STRINGS
Runtime error "java.lang.NoSuchFieldError: java.lang.String.COMPACT_STRINGS" when running JUnit tests (StringTest).
The text was updated successfully, but these errors were encountered: