-
Bug
-
Resolution: Fixed
-
P3
-
hs14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177236 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b36 |
JDK-2172772 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
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
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
- backported by
-
JDK-2172772 Hotspot regression test for 6512111 fails in -Xmixed mode
- Resolved
-
JDK-2177236 Hotspot regression test for 6512111 fails in -Xmixed mode
- Closed
- relates to
-
JDK-6459804 Want client (c1) compiler for x86_64 (amd64) for faster start-up
- Closed