-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
x86
-
windows_nt
Name: dkC59003 Date: 09/13/99
Kestrel HotSpot VM crashes when running simple "Hello world!" program
with -Xcomp and -XX:+FullGCALot options.
The test runs OK on 1.3beta-O and 2.0beta-C.
Log and test source follow:
java_g -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-E)
Java(TM) HotSpot Client VM (build 1.3FCS-E-debug, mixed mode)
java_g -Xcomp -XX:+FullGCALot b4187687
VM option '+FullGCALot'
Full gc no: 100
Full gc no: 200
Full gc no: 300
Full gc no: 400
Full gc no: 500
Full gc no: 600
Full gc no: 700
[1] + Done(139) ?
319 Segmentation violation java_g
------------------------------------------------------------- b4187687.java
import java.io.PrintStream;
public class b4187687 {
public static void main(String argv[]) {
System.exit(run(argv, System.out) + 95/*STATUS_TEMP*/);
}
public static int run(String args[], PrintStream out) {
System.out.println("Hello world!");
return 0/*STATUS_PASSED*/;
}
}
======================================================================
- relates to
-
JDK-4187687 Nightly 11-5-98 EXCEPTION_ACCESS_VIOLATION# using FullGCALot in comp mode
-
- Closed
-
-
JDK-4286491 FullGCALot option still causes Segmentation violation
-
- Closed
-