test/hotspot/jtreg/runtime/appcds/cacheObject/CheckCachedResolvedReferences.java
changeset 51990 6003e034cdd8
parent 49008 d777541fceba
equal deleted inserted replaced
51989:7ac0ac1e57b6 51990:6003e034cdd8
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    35  * @compile CheckCachedResolvedReferencesApp.java
    35  * @compile CheckCachedResolvedReferencesApp.java
    36  * @compile ../test-classes/Hello.java
    36  * @compile ../test-classes/Hello.java
    37  * @run driver ClassFileInstaller -jar app.jar CheckCachedResolvedReferencesApp
    37  * @run driver ClassFileInstaller -jar app.jar CheckCachedResolvedReferencesApp
    38  * @run driver ClassFileInstaller -jar hello.jar Hello
    38  * @run driver ClassFileInstaller -jar hello.jar Hello
    39  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    39  * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox
    40  * @run main CheckCachedResolvedReferences
    40  * @run driver CheckCachedResolvedReferences
    41  */
    41  */
    42 
    42 
    43 import jdk.test.lib.process.OutputAnalyzer;
    43 import jdk.test.lib.process.OutputAnalyzer;
    44 import sun.hotspot.WhiteBox;
    44 import sun.hotspot.WhiteBox;
    45 
    45