< prev index next >

src/hotspot/share/runtime/fieldType.hpp

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -67,14 +67,10 @@
      return (sig_length >= 2 &&
              (signature->byte_at(0) == 'L') &&
              (signature->byte_at(sig_length - 1) == ';'));
   }
 
-  // MVT name mangling, VM derived value type naming Foo->Foo$Value
-  static bool is_dvt_postfix(Symbol* signature);
-  static char* dvt_unmangle_vcc(Symbol* signature);
-
   // Parse field and extract array information. Works for T_ARRAY only.
   static BasicType get_array_info(Symbol* signature, FieldArrayInfo& ai, TRAPS);
 };
 
 #endif // SHARE_VM_RUNTIME_FIELDTYPE_HPP
< prev index next >