src/share/vm/runtime/reflection.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/reflection.cpp

src/share/vm/runtime/reflection.cpp

Print this page
rev 5732 : [mq]: comments2

*** 480,490 **** if (hc == NULL) return false; if (hc == host_klass) return true; ik = InstanceKlass::cast(hc); // There's no way to make a host class loop short of patching memory. ! // Therefore there cannot be a loop here unles there's another bug. // Still, let's check for it. assert(--inf_loop_check > 0, "no host_klass loop"); } } --- 480,490 ---- if (hc == NULL) return false; if (hc == host_klass) return true; ik = InstanceKlass::cast(hc); // There's no way to make a host class loop short of patching memory. ! // Therefore there cannot be a loop here unless there's another bug. // Still, let's check for it. assert(--inf_loop_check > 0, "no host_klass loop"); } }
src/share/vm/runtime/reflection.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File