Just a heads-up about JDK9: the default, even in slowdebug builds, is -Og; this eliminates useful debug helper functions. To build a proper slowdebug build, you need to build with DEBUG_CFLAGS=-O0 Andrew.