Formatting a java file using the keyboard shortcut CRTL+SHIFT+F causes the UI to freeze. If I wait long enough the JVM will run out of memory java.lang.OutOfMemoryError: Java heap space at ...
There is no reason to assume that an infinite loop will consume all of the cpu. Java compilers only do syntactical analysis, they don't look at the semantics of what you code is doing, an infinite ...