hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp
changeset 19319 0ad35be0733a
parent 18959 dbc86e75abf9
child 22505 4523090c9674
--- a/hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Wed Aug 14 15:12:00 2013 -0700
+++ b/hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Thu Aug 15 20:04:10 2013 -0400
@@ -1021,7 +1021,6 @@
     __ load_klass(rax, rax);  // get klass
     __ testptr(rax, rax);
     __ jcc(Assembler::zero, error); // if klass is NULL it is broken
-    // TODO: Future assert that klass is lower 4g memory for UseCompressedKlassPointers
 
     // return if everything seems ok
     __ bind(exit);