have you seen JVM crashes with Grails 3.3.10 and Java 8? I keep getting constant crashes when I run my grails app in development mode and the jvm tries to JIT some code. And it's always the same method that it is trying to JIT. It's a very small and simple method but it always chokes on that. It's similar to this
https://bugs.openjdk.java.net/browse/JDK-8213828 and many others