RFR (S,trivial) 8200276: Cleanup allocation.hpp includes (original) (raw)
Stefan Karlsson stefan.karlsson at oracle.com
Tue Mar 27 08:04:05 UTC 2018
- Previous message: RFR (S,trivial) 8200276: Cleanup allocation.hpp includes
- Next message: RFR (S,trivial) 8200276: Cleanup allocation.hpp includes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Coleen,
This file is using CHeapObj and StackObj, and should keep including allocation.hpp.
These files are using MetaspaceObj:
http://cr.openjdk.java.net/~coleenp/8200276.01/webrev/src/hotspot/share/oops/cpCache.hpp.frames.html
http://cr.openjdk.java.net/~coleenp/8200276.01/webrev/src/hotspot/share/oops/array.hpp.frames.html
This file is using ReallocMark: http://cr.openjdk.java.net/~coleenp/8200276.01/webrev/src/hotspot/share/code/exceptionHandlerTable.hpp.frames.html
Thanks, StefanK
On 2018-03-27 01:56, coleen.phillimore at oracle.com wrote:
These includes are no longer needed with VALUEOBJCLASSSPEC removed in these files.
open webrev at http://cr.openjdk.java.net/~coleenp/8200276.01/webrev bug link https://bugs.openjdk.java.net/browse/JDK-8200276 Tested tier1 on oracle platforms: linux-x64, solaris-sparc, macos-x86, windows-x86. Tested open-only with --disable-precompiled-headers. Built zero on linux x64. Thanks, Coleen
- Previous message: RFR (S,trivial) 8200276: Cleanup allocation.hpp includes
- Next message: RFR (S,trivial) 8200276: Cleanup allocation.hpp includes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]