-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
01
-
x86
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2045603 | 1.4.0 | Clifford Click | P1 | Resolved | Fixed | beta2 |
Dies with 1.3.1; it's a bug with 1.4.0 as well, but we don't have a test case.
Compile & run the attached code in debug mode; it hits a segv in 1.3.1.
java_g -server -Xbatch -XX:+PrintOpto Hash
...
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
1 AolSecurityPrivate::computeSHA (407 bytes)
...segv in compiler...
cliff.click@eng 2001-07-20
Compile & run the attached code in debug mode; it hits a segv in 1.3.1.
java_g -server -Xbatch -XX:+PrintOpto Hash
...
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
Hash key is: B33350D1ACFDBADD6B3F6EB72FE9CE55
1 AolSecurityPrivate::computeSHA (407 bytes)
...segv in compiler...
cliff.click@eng 2001-07-20
- backported by
-
JDK-2045603 Cannot use the 'oracle' model of aliasing
- Resolved