RFR: 8257988: Remove JNF dependency from libsaproc/MacosxDebuggerLocal.m
Chris Plummer
cjplummer at openjdk.java.net
Fri Jan 29 00:18:41 UTC 2021
On Thu, 28 Jan 2021 22:40:57 GMT, Phil Race <prr at openjdk.org> wrote:
> This removes the JNF dependency from the jdk.hotspot.agent module.
> The macro expansions are the same as already used in the Java desktop module - which actually uses a macro
> still but there there are hundreds of uses.
> The function of this macro code is to prevent NSExceptions escaping to Java and also to drain the auto-release pool.
> What test group would be good for verifying this change ?
For testing you want `test/jdk/sun/tools/jhsdb/` and `test/hotspot/jtreg/serviceability/sa`
-------------
PR: https://git.openjdk.java.net/jdk/pull/2304
More information about the build-dev
mailing list