http://cr.openjdk.java.net/~roland/8207344/webrev.00/ The crash occurs because a type being tested for can_be_value_type() has a null _klass (it's a bottom[] array). The fix is to return false for any array and true if _klass is otherwise null. Roland.