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

/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp199 enum { StubQueueLimit = 10 }; // there are only a few in the world enumerator in enum:__anon215
200 static StubQueue* registered_stub_queues[StubQueueLimit];
203 for (int i = 0; i < StubQueueLimit; i++) {
214 for (int i = 0; i < StubQueueLimit; i++) {

Completed in 29 milliseconds