diff -r 7be58576e71a -r 601146c66cad src/hotspot/share/oops/fieldInfo.hpp --- a/src/hotspot/share/oops/fieldInfo.hpp Fri Mar 09 08:01:25 2018 +0100 +++ b/src/hotspot/share/oops/fieldInfo.hpp Fri Mar 09 10:46:02 2018 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 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 @@ -35,7 +35,7 @@ // array type. FieldInfo generally shouldn't be used directly. // Fields should be queried either through InstanceKlass or through // the various FieldStreams. -class FieldInfo VALUE_OBJ_CLASS_SPEC { +class FieldInfo { friend class fieldDescriptor; friend class JavaFieldStream; friend class ClassFileParser;