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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.hpp191 char* _upper_high_boundary; member in class:VALUE_OBJ_CLASS_SPEC
204 char* upper_high_boundary() const { return _upper_high_boundary; }
H A Dvirtualspace.cpp561 _upper_high_boundary = NULL;
599 _upper_high_boundary = high_boundary();
633 _upper_high_boundary = NULL;

Completed in 33 milliseconds