diff -r 3bb8b00832d0 -r 47b5652f2928 src/hotspot/share/ci/ciTypeFlow.hpp --- a/src/hotspot/share/ci/ciTypeFlow.hpp Fri Mar 09 13:36:39 2018 -0800 +++ b/src/hotspot/share/ci/ciTypeFlow.hpp Fri Mar 09 20:01:38 2018 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -137,7 +137,7 @@ void print_on(outputStream* st) const PRODUCT_RETURN; }; - class LocalSet VALUE_OBJ_CLASS_SPEC { + class LocalSet { private: enum Constants { max = 63 }; uint64_t _bits;