Searched refs:VERBOSE (Results 1 - 25 of 78) sorted by relevance

1234

/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DWeakRef.java75 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
76 DGCImpl.dgcLog.log(Log.VERBOSE,
87 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
88 DGCImpl.dgcLog.log(Log.VERBOSE,
H A DObjectTable.java172 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
173 DGCImpl.dgcLog.log(Log.VERBOSE, "add object " + oe);
212 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
213 DGCImpl.dgcLog.log(Log.VERBOSE, "remove object " + oe);
H A DTarget.java267 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
268 DGCImpl.dgcLog.log(Log.VERBOSE, "add to dirty set: " + vmid);
296 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
297 DGCImpl.dgcLog.log(Log.VERBOSE, "remove from dirty set: " + vmid);
313 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
314 DGCImpl.dgcLog.log(Log.VERBOSE,
H A DDGCImpl.java172 if (dgcLog.isLoggable(Log.VERBOSE)) {
173 dgcLog.log(Log.VERBOSE, "vmid = " + vmid);
214 if (dgcLog.isLoggable(Log.VERBOSE)) {
215 dgcLog.log(Log.VERBOSE, "id = " + id +
237 if (dgcLog.isLoggable(Log.VERBOSE)) {
238 dgcLog.log(Log.VERBOSE, "id = " + id +
H A DConnectionInputStream.java130 DGCImpl.dgcLog.log(Log.VERBOSE, "send ack");
H A DStreamRemoteCall.java65 Transport.transportLog.log(Log.VERBOSE,
100 Transport.transportLog.log(Log.VERBOSE, "getting output stream");
132 Transport.transportLog.log(Log.VERBOSE, "getting input stream");
/openjdk9/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DNonAutoClose.java75 private final static boolean VERBOSE = false; field in class:NonAutoClose
92 if (VERBOSE) {
110 if (VERBOSE) {
139 if (VERBOSE) {
160 if (VERBOSE) {
174 if (VERBOSE) {
193 if (VERBOSE) {
213 if (VERBOSE) {
235 if (VERBOSE) {
249 if (VERBOSE) {
[all...]
/openjdk9/nashorn/test/src/jdk/nashorn/internal/parser/test/
H A DParserTest.java46 private static final boolean VERBOSE = Boolean.valueOf(System.getProperty("parsertest.verbose")); field in class:ParserTest
141 if (VERBOSE) {
154 if (VERBOSE) {
179 if (VERBOSE) {
185 if (VERBOSE) {
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java148 if (multiplexLog.isLoggable(Log.VERBOSE)) {
149 multiplexLog.log(Log.VERBOSE, "operation OPEN " + id);
172 if (multiplexLog.isLoggable(Log.VERBOSE)) {
173 multiplexLog.log(Log.VERBOSE, "operation CLOSE " + id);
194 if (multiplexLog.isLoggable(Log.VERBOSE)) {
195 multiplexLog.log(Log.VERBOSE,
223 if (multiplexLog.isLoggable(Log.VERBOSE)) {
224 multiplexLog.log(Log.VERBOSE,
239 if (multiplexLog.isLoggable(Log.VERBOSE)) {
240 multiplexLog.log(Log.VERBOSE,
[all...]
H A DTCPTransport.java772 if (tcpLog.isLoggable(Log.VERBOSE)) {
773 tcpLog.log(Log.VERBOSE, "(port " + port +
786 if (tcpLog.isLoggable(Log.VERBOSE)) {
787 tcpLog.log(Log.VERBOSE, "(port " + port +
806 if (tcpLog.isLoggable(Log.VERBOSE)) {
807 tcpLog.log(Log.VERBOSE, "(port " + port +
817 if (tcpLog.isLoggable(Log.VERBOSE)) {
818 tcpLog.log(Log.VERBOSE, "(port " + port +
826 if (tcpLog.isLoggable(Log.VERBOSE)) {
827 tcpLog.log(Log.VERBOSE, "(por
[all...]
H A DTCPChannel.java254 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
255 TCPTransport.tcpLog.log(Log.VERBOSE,
271 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
272 TCPTransport.tcpLog.log(Log.VERBOSE, "using " +
352 TCPTransport.tcpLog.log(Log.VERBOSE,
450 TCPTransport.tcpLog.log(Log.VERBOSE,
H A DTCPEndpoint.java601 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
602 TCPTransport.tcpLog.log(Log.VERBOSE,
657 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
658 TCPTransport.tcpLog.log(Log.VERBOSE,
H A DTCPConnection.java187 TCPTransport.tcpLog.log(Log.VERBOSE, "exception: ", ex);
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/runtime/
H A DLog.java63 public static final Level VERBOSE = Level.FINER; field in class:Log
96 * care to interpret a range of values between BRIEF, VERBOSE and
125 (override <= LogStream.VERBOSE))
127 level = VERBOSE;
144 Level level = (override ? VERBOSE : null);
248 if (!logger.isLoggable(VERBOSE)) {
249 logger.setLevel(VERBOSE);
252 copyHandler.setLevel(Log.VERBOSE);
420 if (VERBOSE.intValue() < levelValue) {
421 levelValue = VERBOSE
[all...]
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DUnicastRef.java121 if (clientRefLog.isLoggable(Log.VERBOSE)) {
122 clientRefLog.log(Log.VERBOSE, "method: " + method);
125 if (clientCallLog.isLoggable(Log.VERBOSE)) {
139 if (clientRefLog.isLoggable(Log.VERBOSE)) {
140 clientRefLog.log(Log.VERBOSE, "opnum = " + opnum);
340 clientRefLog.log(Log.VERBOSE, "create call context");
343 if (clientCallLog.isLoggable(Log.VERBOSE)) {
373 clientRefLog.log(Log.VERBOSE, "execute call");
462 clientCallLog.log(Log.VERBOSE, "outbound call: " +
H A DLoaderHandler.java176 if (loaderLog.isLoggable(Log.VERBOSE)) {
177 loaderLog.log(Log.VERBOSE,
365 if (loaderLog.isLoggable(Log.VERBOSE)) {
366 loaderLog.log(Log.VERBOSE,
379 if (loaderLog.isLoggable(Log.VERBOSE)) {
380 loaderLog.log(Log.VERBOSE,
428 if (loaderLog.isLoggable(Log.VERBOSE)) {
429 loaderLog.log(Log.VERBOSE,
454 if (loaderLog.isLoggable(Log.VERBOSE)) {
455 loaderLog.log(Log.VERBOSE,
[all...]
/openjdk9/common/bin/
H A Didea.sh38 VERBOSE="false"
47 VERBOSE="true"
76 if [ "$VERBOSE" = "true" ] ; then
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.printer/src/org/graalvm/compiler/printer/
H A DNoDeadCodeVerifyHandler.java47 private static final int VERBOSE = 2; field in class:NoDeadCodeVerifyHandler
78 } else if (Options.NDCV.getValue() == VERBOSE) {
/openjdk9/jdk/test/java/lang/invoke/
H A DRevealDirectTest.java110 static boolean VERBOSE = false; field in class:RevealDirectTest
113 if (VERBOSE) System.out.println("@Test testSimple");
117 if (VERBOSE) System.out.println("@Test testPublicLookup");
127 if (VERBOSE) System.out.println("@Test testPublicLookupNegative");
135 if (VERBOSE) System.out.println("@Test testJavaLangClass");
141 if (VERBOSE) System.out.println("@Test testCallerSensitive");
151 if (VERBOSE) System.out.println("@Test testCallerSensitiveNegative");
163 if (VERBOSE) System.out.println("@Test testMethodHandleNatives");
168 if (VERBOSE) System.out.println("@Test testMethodHandleInvokes");
251 //if (VERBOSE) e
[all...]
/openjdk9/nashorn/test/src/jdk/nashorn/internal/codegen/test/
H A DCompilerTest.java49 private static final boolean VERBOSE = Boolean.valueOf(System.getProperty("compilertest.verbose")); field in class:CompilerTest
157 if (VERBOSE) {
174 if (VERBOSE) {
194 if (VERBOSE) {
204 if (VERBOSE) {
/openjdk9/hotspot/test/compiler/c2/
H A DTest6603011.java54 static final boolean VERBOSE = true; field in class:Test6603011
83 if (VERBOSE) {
113 if (VERBOSE) {
/openjdk9/jdk/src/java.rmi/share/classes/java/rmi/server/
H A DLogStream.java240 public static final int VERBOSE = 20; field in class:LogStream
245 * @param s name of logging level (e.g., 'SILENT', 'BRIEF', 'VERBOSE')
267 else if ("VERBOSE".startsWith(s.toUpperCase()))
268 return VERBOSE;
/openjdk9/nashorn/test/src/jdk/nashorn/api/tree/test/
H A DParseAPITest.java46 private static final boolean VERBOSE = Boolean.valueOf(System.getProperty("parserapitest.verbose")); field in class:ParseAPITest
147 if (VERBOSE) {
160 if (VERBOSE) {
173 //if (VERBOSE) {
179 if (VERBOSE) {
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DIntervalTree.java95 if (DEBUGGING && VERBOSE) {
101 if (DEBUGGING && VERBOSE) {
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceAp.java88 @SupportedOptions({WebServiceAp.DO_NOT_OVERWRITE, WebServiceAp.IGNORE_NO_WEB_SERVICE_FOUND_WARNING, WebServiceAp.VERBOSE})
95 public static final String VERBOSE = "verbose"; field in class:WebServiceAp
133 options.verbose = getOption(VERBOSE);

Completed in 114 milliseconds

1234