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

Prevent startup when runtime cannot be initialized #910

Merged
merged 4 commits into from Sep 19, 2019
Merged

Commits on Jul 20, 2019

  1. Fail on runtime startup errors

    Instead of just logging exceptions on startup they are not handled
    anymore and will now prevent startup of JaCoCo runtime. This strategy
    avoids deferred failures due to partially initialized runtimes.
    marchof committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    9b5e9f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Initialize Offline runtime outside class initializers

    This avoids JVM crashes, see JDK-8228485.
    marchof committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bd40de1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Still log startup exception

    marchof committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    3a4fe11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e6a6f View commit details
    Browse the repository at this point in the history