test/hotspot/jtreg/compiler/whitebox/BlockingCompilation.java
changeset 51341 09cc8813ae51
parent 47216 71c04702a3d5
equal deleted inserted replaced
51340:818768cd1c6c 51341:09cc8813ae51
     1 /*
     1 /*
     2  * Copyright (c) 2016 SAP SE. All rights reserved.
     2  * Copyright (c) 2016, 2018, SAP SE. 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.
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8150646 8153013
    26  * @bug 8150646 8153013
    27  * @summary Add support for blocking compiles through whitebox API
    27  * @summary Add support for blocking compiles through whitebox API
       
    28  * @requires vm.compiler1.enabled | !vm.graal.enabled
    28  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    29  * @library /test/lib /
    30  * @library /test/lib /
    30  * @build sun.hotspot.WhiteBox
    31  * @build sun.hotspot.WhiteBox
    31  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    32  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                                sun.hotspot.WhiteBox$WhiteBoxPermission