Using build 74 the system crashes in strcmp(), called from JAVA_G, when there
are 11 or more entries in jvm.cfg. The previous statement in jvm.cfg that
there is a limit of 10 entries is no longer present and the previous warning
that entries past 10 will be discarded does not occur.
Problem reproduces on both windows 2K and solaris_sparc, probably on other
platforms as well.
C:\bugs>C:\jdk1.4\bin\java_g.exe -showversion p2
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b74)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b74-debug, mixed mode)
3+5 = 8640
C:\bugs>C:\jdk1.4\bin\java_g.exe -showversion p2
|------ DIALOG BOX --------------------------------------------------|
| |
| The instruction at "0x10218ec7 referenced memory at "0xcdcdcdcd". |
| The memory could not be "read". |
| |
| ... |
|--------------------------------------------------------------------|
On solaris_sparc:
% $JAVA_HOME/bin/java tctest
Segmentation fault
are 11 or more entries in jvm.cfg. The previous statement in jvm.cfg that
there is a limit of 10 entries is no longer present and the previous warning
that entries past 10 will be discarded does not occur.
Problem reproduces on both windows 2K and solaris_sparc, probably on other
platforms as well.
C:\bugs>C:\jdk1.4\bin\java_g.exe -showversion p2
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b74)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b74-debug, mixed mode)
3+5 = 8640
C:\bugs>C:\jdk1.4\bin\java_g.exe -showversion p2
|------ DIALOG BOX --------------------------------------------------|
| |
| The instruction at "0x10218ec7 referenced memory at "0xcdcdcdcd". |
| The memory could not be "read". |
| |
| ... |
|--------------------------------------------------------------------|
On solaris_sparc:
% $JAVA_HOME/bin/java tctest
Segmentation fault