8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
authoriklam
Wed, 28 Nov 2018 07:51:15 -0800
changeset 52720 fab77e2d8146
parent 52719 91ae63450fa8
child 52721 732bec44c89e
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found Reviewed-by: lfoltan, sspitsyn, shade
test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java
--- a/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java	Wed Nov 28 13:56:32 2018 +0100
+++ b/test/hotspot/jtreg/runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java	Wed Nov 28 07:51:15 2018 -0800
@@ -89,7 +89,6 @@
             // Replace classes that are loaded after JVMTI_PHASE_PRIMORDIAL. It's OK to replace
             // such
             // classes even when CDS is enabled. Nothing bad should happen.
-            "-notshared jdk/internal/vm/PostVMInitHook",
             "-notshared java/util/Locale",
             "-notshared sun/util/locale/BaseLocale",
             "-notshared java/lang/Readable",