Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4504200
Votes 1
Synopsis JVM givess error: Exception in thread "CompileThread0" java.lang.OutOfMemoryErro
Category hotspot:compiler2
Reported Against 1.3.1_01
Release Fixed
State 11-Closed, duplicate of 4484290, bug
Priority: 4-Low
Related Bugs 4390238 , 4484290 , 4504230 , 4523683
Submit Date 18-SEP-2001
Description
when running application on NT machine with flags -Xbatch
-XX:+PrintCompilation. The exact error message on the console is :
Exception in thread "CompileThread0" java.lang.OutOfMemoryError: requested
201326600 bytes

Please note that currently I can only produce this problem on NT. Also note
that there is no core dump file, since this a handled exception and not a
crash. The output file listing the compiled methods is attached to the
message.

Tried setting the maximum permenant generation size (-XX:MaxPermSize)
at 100M, but the problem still occurred at the same place with the same
output.

With the -Xcomp, 
could not display any jsp pages. The VM compiled a number of methods as
the output file shows, however, it stops doing that after a certain
point of time and does not respond to user requests any more. The VM
keeps running but the output file is no longer updated and the user gets
no output back from the jsp page.

This is the command line used to start the VM on NT:
d:\jdk1.3.1\jre\bin\java -server -Xcomp -Xbatch -XX:+PrintCompilation
-Xms1000m -Xmx1000m -Djbo.debugoutput=silent org. customer .jserv.JServ
d:\ORANT\ customer \Jserv\conf\jserv.properties  1> irec.out

The file is located at;
/net/harri/export/jle/build/licensees/ xxxxx /Irec.zip
Work Around
N/A
Evaluation
Looks like a dupe of 4484290
  xxxxx@xxxxx   2001-09-18

Closing this as a duplicate of 4484290, the fix for 4484290 has already been
integrated into 1.3.1_02 release
  xxxxx@xxxxx   2001-09-20
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang