You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGINT to handler- the VM may need to be forcibly terminated
34
+
Exception in thread "main" java.lang.OutOfMemoryError: unable to create new native thread
35
+
at java.lang.Thread.start0(Native Method)
36
+
at java.lang.Thread.start(Thread.java:714)
37
+
at com.brianway.learning.java.jvm.JavaVMStackOOM.stackLeakByThread(JavaVMStackOOM.java:22)
38
+
at com.brianway.learning.java.jvm.JavaVMStackOOM.main(JavaVMStackOOM.java:28)
39
+
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
40
+
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
41
+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
42
+
at java.lang.reflect.Method.invoke(Method.java:498)
43
+
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
0 commit comments