CTW OOM

Christian Thalinger christian.thalinger at oracle.com
Thu Jul 25 12:21:08 PDT 2013


This is something I haven't seen before.  Does anyone know where this is coming from?

cthaling at macbook:/tmp/graal$ java -XX:+CompileTheWorld -Xbootclasspath/p:$JAVA_HOME/jre/lib/rt.jar -XX:CompileTheWorldStopAt=10
Bootstrapping Graal......................................... in 51313 ms
CompileTheWorld : Compiling all classes in /Users/cthaling/build//tmp/graal/jdk-universal/jre/lib/rt.jar

CompileTheWorld (1) : WrapperGenerator$1
CompileTheWorld (2) : WrapperGenerator$AtomicType
CompileTheWorld (3) : WrapperGenerator$BaseType
CompileTheWorld (4) : WrapperGenerator$FunctionType
CompileTheWorld (5) : WrapperGenerator$StructType
CompileTheWorld (6) : WrapperGenerator
scope: Compiling.GraalCompiler.FrontEnd.ComputeLinearScanOrder.InterceptException
Exception occurred in scope: Compiling.GraalCompiler.FrontEnd.ComputeLinearScanOrder.InterceptException
Context obj java.lang.OutOfMemoryError: Java heap space
Context obj StructuredGraph:59280{HotSpotMethod<WrapperGenerator.writeFunctionCallWrapper(String, WrapperGenerator$FunctionType)>}
Use -G:+DumpOnError to enable dumping of graphs on this error
Context obj com.oracle.graal.hotspot.amd64.AMD64HotSpotRuntime at 48b03ec
Context obj DebugDumpScope[4337]
CompileTheWorld (7) : apple/applescript/AppleScriptEngine
CompileTheWorld (8) : apple/applescript/AppleScriptEngineFactory$1
CompileTheWorld (9) : apple/applescript/AppleScriptEngineFactory
CompileTheWorld (10) : apple/laf/AquaLookAndFeel
CompileTheWorld : Compiling all classes in /Users/cthaling/build/tmp/graal/jdk-universal/jre/lib/resources.jar


CompileTheWorld : Done (10 classes, 124 methods, 23597 ms)



More information about the graal-dev mailing list