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

/openjdk7/jdk/test/tools/launcher/
H A DArrrghs.java64 // The Cookie or the pattern we match in the debug output.
65 final static String Cookie = "ReExec Args: "; field in class:Arrrghs
92 if (in.startsWith(Cookie)) {
93 String detectedArgument = removeExtraQuotes(in.substring(Cookie.length()));

Completed in 30 milliseconds