Merge from subtype.
[cacao.git] / src / vm / jit / builtin.cpp
index b4d8f9c77ad2c816edbf10ea6c17155b898b36c8..f2c1a5f6b4d7523b023732cfbb94d96cd5069f44 100644 (file)
@@ -643,8 +643,9 @@ bool builtin_canstore(java_handle_objectarray_t *oa, java_handle_t *o)
 #if USES_NEW_SUBTYPE
 /* fast_subtype_check **********************************************************
 
-   Checks if s is a subtype of t, using the restricted subtype relation (see
-   Cliff Click and John Rose: Fast subtype checking in the Hotspot JVM.)
+   Checks if s is a subtype of t, using both the restricted subtype relation
+   and the overflow array (see Cliff Click and John Rose: Fast subtype checking
+   in the Hotspot JVM.)
 
    RETURN VALUE:
       1......s is a subtype of t.