fabienrenaud / java-json-benchmark

Performance testing of serialization and deserialization of Java JSON libraries
MIT License
965 stars 134 forks source link

Upgrade to JDK 17 #60

Closed bowbahdoe closed 1 year ago

bowbahdoe commented 1 year ago

Upgrades the suite to use JDK 17. Required removing the -XX:+AggressiveOpts option from the launcher since that has been removed.

fabienrenaud commented 1 year ago

Done as part of PR #64