RFR (XXS): 8131344: Missing klass.inline.hpp include in compiler files (original) (raw)
Thomas Schatzl thomas.schatzl at oracle.com
Wed Jul 15 14:19:42 UTC 2015
- Previous message: RFR 8131078: typos in ghash cpu message
- Next message: RFR (XXS): 8131344: Missing klass.inline.hpp include in compiler files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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::encode_klass() 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
- Previous message: RFR 8131078: typos in ghash cpu message
- Next message: RFR (XXS): 8131344: Missing klass.inline.hpp include in compiler files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list