Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use @argFiles to prevent issues with long command line invocations #3734

Merged
merged 2 commits into from
Sep 7, 2021

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    27c55a1 View commit details
    Browse the repository at this point in the history
  2. Use @argFiles for NativeImageGeneratorRunner's vm invocation on JDK9+

    Fixes the issue where builder vm invocation would fail on Windows due to classpath length exceeding command line length limit.
    lazar-mitrovic committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7c4a040 View commit details
    Browse the repository at this point in the history