-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b103
-
Not verified
The annotations j.l.invoke.{ForceInline, DontInline, Stable} are currently package private but could have use outside that package if used carefully and sparingly. For example:
1) Methods on Atomic*FieldUpdater classes may benefit from @ForceInline, as would array support methods ofJDK-8136924 to preserve existing inlining characteristics.
2) Reference.reachabilityFence (JDK-8133348) could be annotated with @DontInline rather than explicitly making the method signature known to the VM.
3) The alias jdk.vm.ci.hotspot.Stable could potentially be removed.
1) Methods on Atomic*FieldUpdater classes may benefit from @ForceInline, as would array support methods of
2) Reference.reachabilityFence (
3) The alias jdk.vm.ci.hotspot.Stable could potentially be removed.
- blocks
-
JDK-8144826 [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
-
- Resolved
-
- relates to
-
JDK-8144931 Assert class signatures are correct and refer to valid classes
-
- Closed
-