hotspot/src/cpu/sparc/vm/sparc.ad
changeset 28719 5a9aedf87213
parent 26804 4b23f22faae6
child 28954 7dda6c26cc98
--- a/hotspot/src/cpu/sparc/vm/sparc.ad	Wed Jan 21 10:51:35 2015 +0100
+++ b/hotspot/src/cpu/sparc/vm/sparc.ad	Thu Jan 22 09:07:41 2015 +0100
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+// Copyright (c) 1998, 2015, 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
@@ -2996,7 +2996,7 @@
   %}
 
 enc_class enc_String_Equals(o0RegP str1, o1RegP str2, g3RegI cnt, notemp_iRegI result) %{
-    Label Lword_loop, Lpost_word, Lchar, Lchar_loop, Ldone;
+    Label Lchar, Lchar_loop, Ldone;
     MacroAssembler _masm(&cbuf);
 
     Register   str1_reg = reg_to_register_object($str1$$reg);