hotspot/test/compiler/jsr292/CallSiteDepContextTest.java
changeset 35917 463d67f86eaa
parent 31037 01a5c5fa5681
child 36508 5f9eee6b383b
equal deleted inserted replaced
35912:679f5181ef91 35917:463d67f86eaa
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, 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.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8057967
    26  * @bug 8057967
    27  * @run main/bootclasspath -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+TraceClassUnloading
    27  * @run main/bootclasspath -Xbatch -XX:+IgnoreUnrecognizedVMOptions -Xlog:classunload
    28  *                         -XX:+PrintCompilation -XX:+TraceDependencies -XX:+TraceReferenceGC
    28  *                         -XX:+PrintCompilation -XX:+TraceDependencies -XX:+TraceReferenceGC
    29  *                         -verbose:gc java.lang.invoke.CallSiteDepContextTest
    29  *                         -verbose:gc java.lang.invoke.CallSiteDepContextTest
    30  */
    30  */
    31 package java.lang.invoke;
    31 package java.lang.invoke;
    32 
    32