RFR: 8300644: Remove gc/shenandoah/jni/TestStringCriticalWithDedup.java [v2]

William Kemper wkemper at openjdk.org
Tue Jan 24 16:59:08 UTC 2023


On Tue, 24 Jan 2023 09:35:12 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

>> 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](https://bugs.openjdk.org/browse/JDK-8299673) that is not dangerous any longer. Conversely, now we kind of want deduplication to proceed regardless of JNI critical, which defeats the purpose of this test. It should be removed.
>
> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unused file

Marked as reviewed by wkemper (no project role).

-------------

PR: https://git.openjdk.org/jdk/pull/12089


More information about the hotspot-gc-dev mailing list