RFR: 8282691: add jdb support for passing --enable-preview and --add-modules to the debuggee JVM

Alan Bateman alanb at openjdk.java.net
Sun Mar 6 08:42:01 UTC 2022


On Sun, 6 Mar 2022 03:00:26 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Maybe we push through this PR as-is to resolve this specific issue for loom and file a separate RFE to add -R support.

`jshell --enable-preview` allows developers to use preview features in the REPL, having `jdb --enable-preview` and passing it through to the launching debugee would be useful too.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7708


More information about the serviceability-dev mailing list