src/hotspot/cpu/s390/s390.ad
changeset 50162 f9fe56417050
parent 49943 8e1ed2a15845
child 51009 44b07bd68f6d
--- a/src/hotspot/cpu/s390/s390.ad	Wed May 16 11:11:03 2018 -0400
+++ b/src/hotspot/cpu/s390/s390.ad	Thu May 17 14:19:54 2018 +0200
@@ -2239,8 +2239,8 @@
       // Go through the vtable. Get receiver klass. Receiver already
       // checked for non-null. If we'll go thru a C2I adapter, the
       // interpreter expects method in Z_method.
-      // Use Z_method to temporarily hold the klass oop. Z_R1_scratch is destroyed
-      // by load_heap_oop_not_null.
+      // Use Z_method to temporarily hold the klass oop.
+      // Z_R1_scratch is destroyed.
       __ load_klass(Z_method, Z_R2);
 
       int entry_offset = in_bytes(Klass::vtable_start_offset()) + vtable_index * vtableEntry::size_in_bytes();