JDK-8080605 : VarHandles micro/nano-benchmark tests
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-05-18
  • Updated: 2019-03-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Relates :  
Description
Create micro/nano-benchmark tests using JMH to verify there are no performance regressions compared to Unsafe and bytecode access.

Current JMH benchmarks are at:
  http://cr.openjdk.java.net/~shade/8080605/

The pre-built JAR can be executed with default settings, as "java -jar benchmarks.jar".
If you want to build the suite, then you need a VarHandles-enabled build (latest JDK 9 EA would probably suffice at some point)