hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 43929 9a572e758c9b
parent 42650 1f304d0c888b
child 46329 53ccc37bda19
equal deleted inserted replaced
43785:1ea025bbd11d 43929:9a572e758c9b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1357   jint compute_modifier_flags(TRAPS) const;
  1357   jint compute_modifier_flags(TRAPS) const;
  1358 
  1358 
  1359   // JSR-292 support
  1359   // JSR-292 support
  1360   MemberNameTable* member_names() { return _member_names; }
  1360   MemberNameTable* member_names() { return _member_names; }
  1361   void set_member_names(MemberNameTable* member_names) { _member_names = member_names; }
  1361   void set_member_names(MemberNameTable* member_names) { _member_names = member_names; }
  1362   bool add_member_name(Handle member_name);
  1362   oop add_member_name(Handle member_name, bool intern);
  1363 
  1363 
  1364 public:
  1364 public:
  1365   // JVMTI support
  1365   // JVMTI support
  1366   jint jvmti_class_status() const;
  1366   jint jvmti_class_status() const;
  1367 
  1367