test/hotspot/jtreg/compiler/runtime/cr6891750/Test6891750.java
changeset 51323 b44abec1bcfc
parent 47216 71c04702a3d5
equal deleted inserted replaced
51322:094ba0b5001a 51323:b44abec1bcfc
     1 /*
     1 /*
     2  * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 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.
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 6891750
    26  * @bug 6891750
    27  * @summary deopt blob kills values in O5
    27  * @summary deopt blob kills values in O5
    28  * @run main compiler.runtime.cr6891750.Test6891750
    28  * @run main/othervm compiler.runtime.cr6891750.Test6891750
    29  */
    29  */
    30 
    30 
    31 package compiler.runtime.cr6891750;
    31 package compiler.runtime.cr6891750;
    32 
    32 
    33 abstract class Base6891750 extends Thread {
    33 abstract class Base6891750 extends Thread {