RFR: 8330196: Make java/lang/invoke/defineHiddenClass/BasicTest release agnostic
Joe Darcy
darcy at openjdk.org
Sat Apr 13 19:18:40 UTC 2024
On Sat, 13 Apr 2024 00:40:45 GMT, Chen Liang <liach at openjdk.org> wrote:
> Thanks for this fix. I recall that I had to add this flag because otherwise compileSources fails when `@enablePreview` is there. If we can drop the preview flag, that would be the best.
Thanks; I did a quick experiment and the test still fails if the compileSources() call does not contain the --enable-preview arguments.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18769#issuecomment-2053736138
More information about the core-libs-dev
mailing list