JDK-8138581 : [JVMCI] CompilerToVM::getConstantPool method does not work according to javadoc after fix of JDK-8137159
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-09-29
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
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
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
after fixing JDK-8137159, a javadoc still doesn't document real behaviour. Latest javadoc says: "..... Otherwise the object itself is used as the base." while .cpp code in fact throws IllegalArgumentException. Either code or javadoc should be modified to be in sync