hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 43929 9a572e758c9b
parent 43677 5228814c1da2
child 44520 0553e129e0ec
child 46327 91576389a517
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.
  1084   static int type_offset_in_bytes()             { return _type_offset; }
  1084   static int type_offset_in_bytes()             { return _type_offset; }
  1085   static int name_offset_in_bytes()             { return _name_offset; }
  1085   static int name_offset_in_bytes()             { return _name_offset; }
  1086   static int flags_offset_in_bytes()            { return _flags_offset; }
  1086   static int flags_offset_in_bytes()            { return _flags_offset; }
  1087   static int vmtarget_offset_in_bytes()         { return _vmtarget_offset; }
  1087   static int vmtarget_offset_in_bytes()         { return _vmtarget_offset; }
  1088   static int vmindex_offset_in_bytes()          { return _vmindex_offset; }
  1088   static int vmindex_offset_in_bytes()          { return _vmindex_offset; }
       
  1089 
       
  1090   static bool equals(oop mt1, oop mt2);
  1089 };
  1091 };
  1090 
  1092 
  1091 
  1093 
  1092 // Interface to java.lang.invoke.MethodType objects
  1094 // Interface to java.lang.invoke.MethodType objects
  1093 
  1095