Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feedback on new JDK 9 features

Make G1 the Default Garbage Collector

As described in JEP 248, switching to a low-pause collector in JDK 9 such as G1 should provide a better overall experience, for most users, than a throughput-oriented collector such as the Parallel GC, which is currently the default. A call for feedback and data points regarding this change went out on the hotspot-dev mailing list, where such input should be provided.

jshell: The Java Shell (Read-Eval-Print Loop)

...