javac for AWT Headless tests throws following exception in the PIT build:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError
gnumake: *** [compilefiles] Error 3
If javac is provided with the option -J-mx128m to increase the maximum size of the heap, the compilation will be through. The same test compiles with Mantis b01 without increasing heap size.
The PIT build location:
/net/sqindia.india.sun.com/export/disk02/awt/PITBUILDS/mantis-aug-9
Java version:
java version "1.4.2-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-internal-bchristi_09_aug_2002_11_05)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2-beta-b01, mixed mode)
Test suite location:
/net/sqindia.india.sun.com/export/disk02/awt/iec_awt_ws/Headless/BAT OR
/net/sqesvr.sfbay.sun.com/export/awt/awt_ws/Headless/BAT
Steps to reproduce:
1. Set JAVA_HOME
2. run gnumake clean
3. run gnumake compile, it throws the exception mentioned above.
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError
gnumake: *** [compilefiles] Error 3
If javac is provided with the option -J-mx128m to increase the maximum size of the heap, the compilation will be through. The same test compiles with Mantis b01 without increasing heap size.
The PIT build location:
/net/sqindia.india.sun.com/export/disk02/awt/PITBUILDS/mantis-aug-9
Java version:
java version "1.4.2-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-internal-bchristi_09_aug_2002_11_05)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2-beta-b01, mixed mode)
Test suite location:
/net/sqindia.india.sun.com/export/disk02/awt/iec_awt_ws/Headless/BAT OR
/net/sqesvr.sfbay.sun.com/export/awt/awt_ws/Headless/BAT
Steps to reproduce:
1. Set JAVA_HOME
2. run gnumake clean
3. run gnumake compile, it throws the exception mentioned above.
- relates to
-
JDK-4607334 provide performance ergonomics for HotSpot
-
- Closed
-