Searched refs:MAX_DIM (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp66 MAX_DIM = 255 enumerator in enum:Reflection::SomeConstants
H A Dreflection.cpp333 if (Klass::cast(k)->oop_is_array() && arrayKlass::cast(k)->dimension() >= MAX_DIM) {
350 if (len <= 0 || len > MAX_DIM) {
354 jint dimensions[MAX_DIM]; // C array copy of intArrayOop
371 if (k_dim + len > MAX_DIM) {

Completed in 31 milliseconds