nashorn/test/script/trusted/optimistic_recompilation.js
changeset 24779 3bf490e146c3
parent 24778 2ff5d7041566
child 25828 077046a5d726
equal deleted inserted replaced
24778:2ff5d7041566 24779:3bf490e146c3
    26  * @test
    26  * @test
    27  * @bug 8037086,8038398
    27  * @bug 8037086,8038398
    28  * @fork
    28  * @fork
    29  * @option -Dnashorn.debug=true
    29  * @option -Dnashorn.debug=true
    30  * @option --log=recompile:quiet
    30  * @option --log=recompile:quiet
    31  * @option --lazy-compilation
       
    32  */
    31  */
    33 
    32 
    34 var forName       = java.lang.Class["forName(String)"];
    33 var forName       = java.lang.Class["forName(String)"];
    35 var RuntimeEvent  = forName("jdk.nashorn.internal.runtime.events.RuntimeEvent").static;
    34 var RuntimeEvent  = forName("jdk.nashorn.internal.runtime.events.RuntimeEvent").static;
    36 var getValue      = RuntimeEvent.class.getMethod("getValue");
    35 var getValue      = RuntimeEvent.class.getMethod("getValue");