JDK-8133125 : methods related to metaspace method
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-08-06
  • Updated: 2015-09-29
  • Resolved: 2015-09-29
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 9
9Fixed
Description
getResolvedJavaMethodAtSlot,  (Ljava/lang/Class;)Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;
getBytecode,                               (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)[B
exceptionTableStart,                   (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)J
exceptionTableLength,                (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)I
getStackTraceElement,               (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;"I)"Ljava/lang/StackTraceElement;
methodIsIgnoredBySecurityStackWalk,           (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)Z"
doNotInlineOrCompile,                 (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)V
canInlineMethod,                          (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)Z
houldInlineMethod,                       (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)Z
getLineNumberTable,                   (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)[J
getLocalVariableTableStart,         (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)J
getLocalVariableTableLength,      (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)I
reprofile,                                       (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;)V,
allocateCompileId,                        (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;I)I
hasCompiledCodeForOSR,         (Ljdk/internal/jvmci/hotspot/HotSpotResolvedJavaMethodImpl;II)Z
Comments
hasBalancedMonitors removed
24-09-2015

getMetaspaceMethod renamed to getResolvedJavaMethodAtSlot
24-09-2015

partially integrated as http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/2b54745abd4c
23-09-2015

HotSpotResolvedJavaMethodImpl getResolvedJavaMethodAtSlot(Class<?>holder, int slot)
22-09-2015