The GrowableArray is used to implement many of the internal Java virtual 
machine functionality (in the native code portions).  

In your application, one of the internal GrowableArrays was 65m in size and an 
attempt to allocate a 130m block failed.  Even if the operation succeeded in 
allocating the 130m block, a later attempt to allocate a 260m would probably 
fail.

Please vote for this Sun Java bug to be fixed as I think it would help a lot:  
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6423256

It is easy and free to register with Sun to be able to vote.

If you have a Java support agreement with Sun, also request a fix for this bug 
for the version of the jvm that you use (it would be nice to see this fixed in 
a Java 5 or at least Java 6 release.)

Good luck,
Scott

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138295#4138295

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138295
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to