diff -r 6bf8877eb1b9 -r 677cede5608e src/hotspot/share/ci/ciBaseObject.hpp --- a/src/hotspot/share/ci/ciBaseObject.hpp Tue Mar 12 15:42:32 2019 +0100 +++ b/src/hotspot/share/ci/ciBaseObject.hpp Thu Mar 14 09:08:17 2019 +0100 @@ -54,10 +54,6 @@ protected: uint _ident; - enum { FLAG_BITS = 1 }; - enum { - SCAVENGABLE_FLAG = 1 - }; protected: ciBaseObject(): _ident(0) {}