Merge
This commit is contained in:
commit
d417d4012a
@ -40,6 +40,7 @@ import java.nio.file.Paths;
|
|||||||
* @summary Checks that unreachable classes and unreachable humongous class loader are unloaded after GC
|
* @summary Checks that unreachable classes and unreachable humongous class loader are unloaded after GC
|
||||||
* @requires vm.gc=="G1" | vm.gc=="null"
|
* @requires vm.gc=="G1" | vm.gc=="null"
|
||||||
* @requires vm.opt.G1HeapRegionSize == "null" | vm.opt.G1HeapRegionSize == "1M"
|
* @requires vm.opt.G1HeapRegionSize == "null" | vm.opt.G1HeapRegionSize == "1M"
|
||||||
|
* @requires vm.opt.ExplicitGCInvokesConcurrent != true
|
||||||
* @library /testlibrary /test/lib /
|
* @library /testlibrary /test/lib /
|
||||||
* @modules java.management
|
* @modules java.management
|
||||||
* @build sun.hotspot.WhiteBox
|
* @build sun.hotspot.WhiteBox
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -25,7 +25,7 @@ package sun.hotspot.tools.ctw;
|
|||||||
|
|
||||||
import sun.hotspot.WhiteBox;
|
import sun.hotspot.WhiteBox;
|
||||||
import jdk.internal.misc.SharedSecrets;
|
import jdk.internal.misc.SharedSecrets;
|
||||||
import sun.reflect.ConstantPool;
|
import jdk.internal.reflect.ConstantPool;
|
||||||
|
|
||||||
import java.lang.reflect.Executable;
|
import java.lang.reflect.Executable;
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/jdk.internal.reflect
|
||||||
* java.management
|
* java.management
|
||||||
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/jdk.internal.reflect
|
||||||
* java.management
|
* java.management
|
||||||
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
* @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar
|
||||||
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
|
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/jdk.internal.reflect
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
* @bug 8012447
|
* @bug 8012447
|
||||||
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
* @library /testlibrary /test/lib /testlibrary/ctw/src
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.base/sun.reflect
|
* java.base/jdk.internal.reflect
|
||||||
* java.compiler
|
* java.compiler
|
||||||
* java.management
|
* java.management
|
||||||
* jdk.jvmstat/sun.jvmstat.monitor
|
* jdk.jvmstat/sun.jvmstat.monitor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user