|
Quick Lists
|
|
Bug ID:
|
6746320
|
|
Votes
|
0
|
|
Synopsis
|
Hotspot regression test for 6512111 fails in -Xmixed mode
|
|
Category
|
hotspot:compiler1
|
|
Reported Against
|
b04
|
|
Release Fixed
|
hs14(b05)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6459804
|
|
Submit Date
|
09-SEP-2008
|
|
Description
|
The test
closed/compiler/6512111/CorruptFinalLong.java
started failing with HS14-b04 in "-client -Xmixed" mode on linux-i586, windows-i586, solaris-i586. HS14-b03 does not have this problem. It looks like a reincarnation of 6512111.
To reproduce:
$ ssh vm-v20z-34.sfbay
$ cd /tmp
$ cp /net/sqenfs-1.sfbay/export1/comp/vm/testbase/jtreg/7/HS_REGRESSION/test/closed/compiler/6512111/CorruptFinalLong.java .
$ /net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/14/pit/b04/product/linux-i586/bin/javac CorruptFinalLong.java
$ /net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/14/pit/b04/product/linux-i586/bin/java -client -Xmixed CorruptFinalLong
Posted Date : 2008-09-09 16:00:25.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The changes to merge the assemblers and make a 64-bit C1 incorrectly
changed the logic in stack2stack, resuting incorrect long moves. The
fix is to restore the original code.
Posted Date : 2008-09-09 16:41:26.0
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6e7305abe64c
Posted Date : 2008-09-09 22:49:59.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |