RFR: 8199728: Remove oopDesc::is_scavengable (original) (raw)
Stefan Karlsson stefan.karlsson at oracle.com
Mon Mar 19 09:52:28 UTC 2018
- Previous message: RFR: 8199728: Remove oopDesc::is_scavengable
- Next message: RFR: 8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, Per.
StefanK
On 2018-03-17 00:38, Per Liden wrote:
Looks good.
/Per On 03/16/2018 03:29 PM, Stefan Karlsson wrote: Hi all,
Please review this trivial patch to replace oopDesc::isscavengable() usages with Universe::heap()->isscavengable(...). http://cr.openjdk.java.net/~stefank/8199728/webrev.01/ This helps break an include dependency between oop.inline.hpp and collectedHeap.inline.hpp. I'll remove the collectedHeap.inline.hpp include in a separate RFE, since doing that requires update to many header files that transitively included collectedHeap.inline.hpp and its include files. Thanks, StefanK
- Previous message: RFR: 8199728: Remove oopDesc::is_scavengable
- Next message: RFR: 8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]