changeset 23792:3953f8820df8

Remove duplicate StubRoutines from VMStructs
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 09 Nov 2016 14:41:57 -0800
parents ece41fdd7334
children e1e98e0ca9b8 f13e777eb255
files src/share/vm/jvmci/vmStructs_jvmci.hpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/jvmci/vmStructs_jvmci.hpp	Wed Nov 09 13:54:18 2016 -0800
+++ b/src/share/vm/jvmci/vmStructs_jvmci.hpp	Wed Nov 09 14:41:57 2016 -0800
@@ -83,9 +83,6 @@
   static_field(StubRoutines,                   _sha256_implCompressMB,                 address)                                      \
   static_field(StubRoutines,                   _sha512_implCompress,                   address)                                      \
   static_field(StubRoutines,                   _sha512_implCompressMB,                 address)                                      \
-  static_field(StubRoutines,                   _updateBytesCRC32,                      address)                                      \
-  static_field(StubRoutines,                   _crc_table_adr,                         address)                                      \
-  static_field(StubRoutines,                   _multiplyToLen,                         address)                                      \
                                                                                                                                      \
   nonstatic_field(JavaThread,                  _pending_deoptimization,                int)                                          \
   nonstatic_field(JavaThread,                  _pending_failed_speculation,            oop)                                          \