Name: asR10013 Date: 05/24/2000
The following code crashes HotSpot Client VM.
------------------------------ test.java -----------------------------
import java.awt.*;
class test {
public static void main(String args[]) {
Frame f = new Frame();
f.show();
FileDialog fd = new FileDialog(f, "test");
fd.addNotify();
}
}
------------------------------ output --------------------------------
$ java -version
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b06)
Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)
$ java test
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0x4008fea4
#
# Problematic Thread: prio=1 tid=0x804e938 nid=0x400 runnable
#
======================================================================
- duplicates
-
JDK-4341005 kestrel-linux-beta: unexpected exception in using file dialog
-
- Closed
-