hotspot/src/cpu/x86/vm/interp_masm_x86.cpp
changeset 37152 29e68f1d35bb
parent 35214 d86005e0b4c2
child 37251 9fc139ad74b5
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86.cpp	Wed Mar 09 20:37:04 2016 +0000
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86.cpp	Fri Mar 18 15:14:22 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2016, 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
@@ -296,7 +296,7 @@
     Label L;
     cmpptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
     jcc(Assembler::equal, L);
-    stop("InterpreterMacroAssembler::call_VM_leaf_base:"
+    stop("InterpreterMacroAssembler::call_VM_base:"
          " last_sp != NULL");
     bind(L);
   }