-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b07
The gc/shenandoah/jni/TestStringCriticalWithDedup.java test was designed to catch failure to pin strings being passed out to JNI critical users, because that used to be dangerous. After JDK-8299673 that is not dangerous any longer. Indeed, now we kind of want deduplication to to proceed regardless of JNI critical, which defeats the purpose of this test. It should be removed.