On Wed, 11 Jun 2025 11:22:57 GMT, Volkan Yazici <vyaz...@openjdk.org> wrote:
> Both `javax/script/PluggableContextTest.java` and its companion > `test/jdk/javax/script/MyContext.java` were added in > [JDK-6398614](https://bugs.openjdk.org/browse/JDK-6398614). > [JDK-8246113](https://bugs.openjdk.org/browse/JDK-8246113) removed > `PluggableContextTest`, yet forgot `MyContext`, and rendered it redundant. > Remove `MyContext` too. This pull request has now been integrated. Changeset: 3a188726 Author: Volkan Yazici <vyaz...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3a1887269b9cecf9dea68637f99b0b103baafbdb Stats: 222 lines in 1 file changed: 0 ins; 222 del; 0 mod 8359225: Remove unused test/jdk/javax/script/MyContext.java Reviewed-by: sundar ------------- PR: https://git.openjdk.org/jdk/pull/25748