RFR (XXS): 8131344: Missing klass.inline.hpp include in compiler files (original) (raw)

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Jul 15 15:39:29 UTC 2015


Looks fine to me.

Thanks, Vladimir

On 7/15/15 7:19 AM, Thomas Schatzl wrote:

Hi all,

while working on changes for PLAB handling improvements I found that with these changes compilation would not be successful any more due to some compiler code missing some includes to oops/Klass.inline.hpp because of the use of the Klass::encodeklass() method. This change adds the additional includes to these files. I intend to push this through the hs-rt tree since all other changes will be pushed through that tree, but it changes compiler files only, so I have it out for review here. CR: https://bugs.openjdk.java.net/browse/JDK-8131344 Webrev: http://cr.openjdk.java.net/~tschatzl/8131344/webrev/ Testing: jprt Thanks, Thomas



More information about the hotspot-compiler-dev mailing list