RFR: 8329581: Java launcher no longer prints a stack trace
Mandy Chung
mchung at openjdk.org
Fri Apr 19 17:06:57 UTC 2024
On Thu, 18 Apr 2024 20:41:05 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> Just to clarify, this would still mean converting “isStatic” and “noArgs” from local variables to fields so I am able to read them on the C side of things. Did I understand this correctly?
I'm okay with adding static boolean fields and read by the native code and the name can be explicit like `isStaticMain` and `mainWithNoArg`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18786#issuecomment-2066958511
More information about the core-libs-dev
mailing list