RFR: 8364545: tools/javac/launcher/SourceLauncherTest.java fails frequently

Chen Liang liach at openjdk.org
Fri Aug 1 17:31:46 UTC 2025


SourceLauncherTest is placing arbitrary assumptions on the hotspot compiler. Since this test is running the source launcher in the same JVM, we have to create separate jtreg tests to allow running the test and the in-JVM source launcher with another set of VM flags.

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

Commit messages:
 - 8364545: tools/javac/launcher/SourceLauncherTest.java fails frequently

Changes: https://git.openjdk.org/jdk/pull/26601/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26601&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8364545
  Stats: 122 lines in 2 files changed: 84 ins; 37 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/26601.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26601/head:pull/26601

PR: https://git.openjdk.org/jdk/pull/26601


More information about the compiler-dev mailing list