src/hotspot/cpu/x86/interp_masm_x86.cpp
changeset 48826 c4d9d1b08e2e
parent 47881 0ce0ac68ace7
child 49027 8dc742d9bbab
--- a/src/hotspot/cpu/x86/interp_masm_x86.cpp	Wed Jan 31 10:55:49 2018 -0800
+++ b/src/hotspot/cpu/x86/interp_masm_x86.cpp	Fri Sep 08 10:46:46 2017 -0700
@@ -516,6 +516,8 @@
   // Add in the index
   addptr(result, tmp);
   load_heap_oop(result, Address(result, arrayOopDesc::base_offset_in_bytes(T_OBJECT)));
+  // The resulting oop is null if the reference is not yet resolved.
+  // It is Universe::the_null_sentinel() if the reference resolved to NULL via condy.
 }
 
 // load cpool->resolved_klass_at(index)