Searched defs:checkLookupTable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java1257 // checkLookupTable() is called, checkLookupTable()
1261 // checkLookupTable() is called, the current thread
1266 // addressCache, checkLookupTable() would
1273 if ((addresses = checkLookupTable(host)) == null) {
1341 private static InetAddress[] checkLookupTable(String host) { method in class:InetAddress

Completed in 4765 milliseconds