> In the static JDK image, a single humongous java executable is generated, and 
> no other launcher, such as javac. This makes it impossible to run our jtreg 
> tests, which assume these are present.
> 
> The solution is fortunately simply: we just need to add a bunch of trivial 
> launchers, which are thin wrappers that execute the main java binary, with 
> the proper arguments. This will result in the same behavior as the normal 
> dynamic launchers, only that we will need to take the detour of launching 
> another process instead of calling directly into the JLI library.

Magnus Ihse Bursie has updated the pull request with a new target base due to a 
merge or a rebase. The pull request now contains 23 commits:

 - Merge branch 'master' into static-relaunchers
 - Fix typo
 - Remove debug code
 - Use strlen to get literal string lenght
 - Merge branch 'master' into static-relaunchers
 - Update based on review
 - Merge branch 'master' into static-relaunchers
 - Use ReadFile instead
 - Merge branch 'master' into static-relaunchers
 - Remove problemlisting
 - ... and 13 more: https://git.openjdk.org/jdk/compare/0737a562...a925dc3e

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

Changes: https://git.openjdk.org/jdk/pull/24380/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24380&range=10
  Stats: 818 lines in 14 files changed: 628 ins; 144 del; 46 mod
  Patch: https://git.openjdk.org/jdk/pull/24380.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24380/head:pull/24380

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

Reply via email to