JDK-8202159 : [Nestmates] JVM TI version update was incomplete
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: repo-valhalla
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-23
  • Updated: 2018-04-24
  • Resolved: 2018-04-24
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
repo-valhallaFixed
Related Reports
Relates :  
Description
We bumped the JVM TI version to 11 for the new nestmate support but omitted to update all related code:

JvmtiExport::get_jvmti_interface needs to recognize the new version.

src/share/vm/prims/jvmtiH.xsl needs an update as well.
Comments
Changeset: e02ca1ac5450 Author: dholmes Date: 2018-04-24 01:04 -0400 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/e02ca1ac5450 8202159: [Nestmates] JVM TI version update was incomplete Reviewed-by: sspitsyn ! src/hotspot/share/prims/jvmtiExport.cpp ! src/hotspot/share/prims/jvmtiH.xsl
24-04-2018