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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapResult.java55 boolean successful = false;
64 successful = true;
70 successful = true;
74 successful = false;
78 return successful;
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DReadTimeoutTest.java89 boolean[] successful = new boolean[] { false };
90 (new SomeReader(stream, successful)).start();
95 if (successful[0])
100 if (successful[0]) {
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp162 fatal("Initialization must be successful");
181 fatal("Initialization must be successful");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp845 // A successful humongous object allocation changes the used space
889 // If the operation was successful we'll return the result even
1730 // successful, perform the allocation and return the address of the
1781 bool successful = _g1_storage.expand_by(aligned_expand_bytes); local
1782 if (successful) {
1833 return successful;

Completed in 65 milliseconds