JDK-8253313 : xmlstream.hpp missing from vmIntrinsics.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-17
  • Updated: 2024-11-22
  • Resolved: 2020-09-17
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 16
16 b17Fixed
Related Reports
Cloners :  
Relates :  
Description
src/hotspot/share/classfile/vmIntrinsics.cpp: In static member function 'static void vmIntrinsics::verify_method(vmIntrinsics::ID, Method*)':

hotspot/share/classfile/vmIntrinsics.cpp:838:7: error: 'xtty' was not declared in this scope
   if (xtty != NULL) {
       ^~~~
/jdk2/neo/open/src/hotspot/share/classfile/vmIntrinsics.cpp:838:7: note: suggested alternative: 'tty'
   if (xtty != NULL) {
       ^~~~
       tty

Comments
Changeset: 6c3e483b Author: Ioi Lam <iklam@openjdk.org> Date: 2020-09-17 21:49:53 +0000 URL: https://git.openjdk.java.net/jdk/commit/6c3e483b
17-09-2020