Hello, please reviews this small change . It adds ReleaseStringUTFChars calls at some places in early return cases . ( in src/jdk.hotspot.agent/solaris/native/libsaproc/saproc.cpp
THROW_NEW_DEBUGGER_EXCEPTION contains a return , see the macro declaration 39 #define THROW_NEW_DEBUGGER_EXCEPTION(str) { throwNewDebuggerException(env, str); return;} ) Bug/webrev : https://bugs.openjdk.java.net/browse/JDK-8230901 http://cr.openjdk.java.net/~mbaesken/webrevs/8230901.0/ Thanks, Matthias