hotspot/test/compiler/6932496/Test6932496.java
author ccheung
Fri, 04 Oct 2013 21:00:43 -0700
changeset 20384 49bfb2ec8f8f
parent 5547 f4b087cbb361
child 25925 4d05abb05c1a
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5048
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     1
/*
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5048
diff changeset
     2
 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
5048
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     4
 *
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     7
 * published by the Free Software Foundation.
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     8
 *
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    13
 * accompanied this code).
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    14
 *
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5048
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5048
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5048
diff changeset
    21
 * questions.
5048
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    22
 *
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    23
 */
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    24
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    25
/**
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    26
 * @test
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    27
 * @bug 6932496
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    28
 * @summary incorrect deopt of jsr subroutine on 64 bit c1
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    29
 *
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    30
 * @compile -source 1.5 -target 1.5 -XDjsrlimit=0 Test6932496.java
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    31
 * @run main/othervm -Xcomp -XX:CompileOnly=Test6932496.m Test6932496
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    32
 */
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    33
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    34
public class Test6932496 {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    35
    static class A {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    36
        volatile boolean flag = false;
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    37
    }
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    38
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    39
    static void m() {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    40
        try {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    41
        } finally {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    42
            A a = new A();
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    43
            a.flag = true;
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    44
        }
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    45
    }
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    46
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    47
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    48
    static public void main(String[] args) {
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    49
        m();
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    50
    }
c31b6243f37e 6932496: c1: deoptimization of jsr subroutine fails on sparcv9
roland
parents:
diff changeset
    51
}