RFR: 8250625: Compiler implementation of Pattern Matching for instanceof (Final) [v2]
Jan Lahoda
jlahoda at openjdk.java.net
Wed Oct 21 10:08:02 UTC 2020
On Wed, 21 Oct 2020 03:26:57 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> I believe plain jtreg invocations may not be always setting "-g". So probably better to be explicitly clear we need -g, as the test itself requires the debugging info/LocalVariableTable?
>
> sure I understand that the `-g` option is necessary. I was just wondering if `-g` is not passed always by jtreg. If the option is passed by default then it is superfluous, although just a comment, I understand that it is safer to pass it
I tried with a plain jtreg invocation, and it didn't pass -g (and the test failed). But it depends on how jtreg is run, of course - some runs may have -g set.
-------------
PR: https://git.openjdk.java.net/jdk/pull/559
More information about the core-libs-dev
mailing list