Recover from an OutOfMemoryError without a restart

Posted by askullhead on Stack Overflow See other posts from Stack Overflow or by askullhead
Published on 2010-06-17T00:45:53Z Indexed on 2010/06/17 0:52 UTC
Read the original article Hit count: 241

Filed under:
|
|
  1. Can the JVM recover from an OutOfMemoryError without a restart if it gets a chance to run the GC before more object allocation requests come in?

  2. Do the various JVM implementations differ in this aspect?

© Stack Overflow or respective owner

Related posts about java

Related posts about jvm