RFR: JDK-8063154: Checked in jvmti.h not in sync with generated jvmti.h

Erik Joelsson erik.joelsson at oracle.com
Tue Nov 1 16:22:29 UTC 2016


Hello,

The header file jvmti.h is generated in the hotspot build. There is also 
a copy of this file in the jdk repository which is the one that is 
actually included in the jdk image. This patch removes the copy and uses 
the generated file instead. JDK-8147943 fixed the generated file so that 
it has the correct license header, making the files equivalent at this 
time, so this change is not changing the build output.

Bug: https://bugs.openjdk.java.net/browse/JDK-8063154

Webrev: http://cr.openjdk.java.net/~erikj/8063154/webrev.01/

/Erik




More information about the build-dev mailing list