JDK-8299962 : Speed up compiler/intrinsics/unsafe/DirectByteBufferTest.java and HeapByteBufferTest.java
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2023-01-11
  • Updated: 2023-01-11
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.
JDK 21
21Unresolved
Related Reports
Relates :  
Description
These two both use ByteBufferTest.java.
Together they are the second slowest compiler test.

Idea: lower iterations from 100_000 down as much as possible.
Ensure that the "unsafe" intrinsics are still used.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11944 Date: 2023-01-11 13:51:16 +0000
11-01-2023