-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 6
-
mustang
-
generic, x86
-
generic, windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123743 | 5.0u4 | Daniel Daugherty | P3 | Resolved | Fixed | b02 |
JDK-2165466 | 1.4.2 | Kevin Walls | P4 | Closed | Won't Fix |
Name: dkC59003 Date: 01/18/2000
The HotSpot VM 1.3.0rc1-S fails the test nsk/jvmdi/GetBytecodes/bytecodes001
from testbase_nsk as function GetBytecodes returns invalid byte.
Classic works fine.
To reproduce the bug run
doit.bat <jdk root directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
(To try classic VM run doit.bat <jdk root directory> -classic)
The test outputs:
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-S)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)
Name = <init>, sig = ()V: code index = 3: byte expected: 0x1, got: 0x0
======================================================================
Name: ipR10196 Date: 08/26/2003
Similar bug is revealed for the corresponding JVMTI function
GetBytecodes(). The tests affected are:
nsk/jvmti/GetBytecodes/bytecodes001
Ivan Popov <###@###.###>
======================================================================
- backported by
-
JDK-2123743 GetBytecodes returns byte 0 instead of 1
-
- Resolved
-
-
JDK-2165466 GetBytecodes returns byte 0 instead of 1
-
- Closed
-