author | duke |
Wed, 05 Jul 2017 17:50:24 +0200 | |
changeset 10400 | c4f9ea1ecb55 |
parent 5547 | f4b087cbb361 |
permissions | -rw-r--r-- |
3683
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
1 |
/* |
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3683
diff
changeset
|
2 |
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. |
3683
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
4 |
* |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
8 |
* |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
13 |
* accompanied this code). |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
14 |
* |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
15 |
* You should have received a copy of the GNU General Public License version |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
18 |
* |
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3683
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
3683
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:
3683
diff
changeset
|
21 |
* questions. |
3683
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
22 |
* |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
23 |
*/ |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
24 |
|
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
25 |
/** |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
26 |
* @test |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
27 |
* @bug 6795465 |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
28 |
* @summary Crash in assembler_sparc.cpp with client compiler on solaris-sparc |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
29 |
* |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
30 |
* @run main Test6795465 |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
31 |
*/ |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
32 |
|
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
33 |
public class Test6795465 { |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
34 |
static long var_1 = -1; |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
35 |
|
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
36 |
void test() { |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
37 |
long var_2 = var_1 * 1; |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
38 |
var_2 = var_2 + (new byte[1])[0]; |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
39 |
} |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
40 |
|
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
41 |
public static void main(String[] args) { |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
42 |
Test6795465 t = new Test6795465(); |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
43 |
for (int i = 0; i < 200000; i++) { |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
44 |
t.test(); |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
45 |
} |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
46 |
} |
bbf665be687c
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
never
parents:
diff
changeset
|
47 |
} |