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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.hpp161 bool _havesupername; // distinguish between null supername, and unknown member in class:PlaceholderEntry
183 bool havesupername() const { return _havesupername; }
184 void set_havesupername(bool havesupername) { _havesupername = havesupername; }

Completed in 32 milliseconds