Merge
authordlong
Thu, 08 Oct 2015 19:16:42 +0000
changeset 33091 275888dd277e
parent 33090 141ffb78d088 (current diff)
parent 33087 5945b51448e9 (diff)
child 33092 62c99fc4931b
Merge
--- a/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Wed Oct 07 06:56:58 2015 -0400
+++ b/hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Thu Oct 08 19:16:42 2015 +0000
@@ -849,7 +849,7 @@
     __ movl(end, Address(rsp, 4 + 0)); // end
     __ subl(len, Address(rsp, 4 + 1 * wordSize));  // end - offset == length
     // Calculate address of start element
-    if (kind == Interpreter::java_util_zip_CRC32_updateByteBuffer) {
+    if (kind == Interpreter::java_util_zip_CRC32C_updateDirectByteBuffer) {
       __ movptr(buf, Address(rsp, 4 + 2 * wordSize)); // long address
       __ addptr(buf, Address(rsp, 4 + 1 * wordSize)); // + offset
       __ movl(crc, Address(rsp, 4 + 4 * wordSize)); // Initial CRC