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

12

/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpInputStream.java64 if (RMIMasterSocketFactory.proxyLog.isLoggable(Log.VERBOSE)) {
65 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
98 if (RMIMasterSocketFactory.proxyLog.isLoggable(Log.VERBOSE)) {
99 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
130 if (RMIMasterSocketFactory.proxyLog.isLoggable(Log.VERBOSE)) {
131 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
140 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
150 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
160 if (RMIMasterSocketFactory.proxyLog.isLoggable(Log.VERBOSE)) {
161 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
[all...]
H A DHttpSendSocket.java94 if (RMIMasterSocketFactory.proxyLog.isLoggable(Log.VERBOSE)) {
95 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
164 RMIMasterSocketFactory.proxyLog.log(Log.VERBOSE,
/openjdk7/jdk/src/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 DDGCImpl.java126 if (dgcLog.isLoggable(Log.VERBOSE)) {
127 dgcLog.log(Log.VERBOSE, "vmid = " + vmid);
168 if (dgcLog.isLoggable(Log.VERBOSE)) {
169 dgcLog.log(Log.VERBOSE, "id = " + id +
191 if (dgcLog.isLoggable(Log.VERBOSE)) {
192 dgcLog.log(Log.VERBOSE, "id = " + id +
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 DObjectTable.java174 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
175 DGCImpl.dgcLog.log(Log.VERBOSE, "add object " + oe);
214 if (DGCImpl.dgcLog.isLoggable(Log.VERBOSE)) {
215 DGCImpl.dgcLog.log(Log.VERBOSE, "remove object " + oe);
H A DConnectionInputStream.java122 DGCImpl.dgcLog.log(Log.VERBOSE, "send ack");
H A DStreamRemoteCall.java64 Transport.transportLog.log(Log.VERBOSE,
99 Transport.transportLog.log(Log.VERBOSE, "getting output stream");
131 Transport.transportLog.log(Log.VERBOSE, "getting input stream");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DNonAutoClose.java78 private final static boolean VERBOSE = false; field in class:NonAutoClose
95 if (VERBOSE) {
113 if (VERBOSE) {
142 if (VERBOSE) {
163 if (VERBOSE) {
177 if (VERBOSE) {
196 if (VERBOSE) {
216 if (VERBOSE) {
238 if (VERBOSE) {
252 if (VERBOSE) {
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java146 if (multiplexLog.isLoggable(Log.VERBOSE)) {
147 multiplexLog.log(Log.VERBOSE, "operation OPEN " + id);
170 if (multiplexLog.isLoggable(Log.VERBOSE)) {
171 multiplexLog.log(Log.VERBOSE, "operation CLOSE " + id);
192 if (multiplexLog.isLoggable(Log.VERBOSE)) {
193 multiplexLog.log(Log.VERBOSE,
221 if (multiplexLog.isLoggable(Log.VERBOSE)) {
222 multiplexLog.log(Log.VERBOSE,
237 if (multiplexLog.isLoggable(Log.VERBOSE)) {
238 multiplexLog.log(Log.VERBOSE,
[all...]
H A DTCPChannel.java256 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
257 TCPTransport.tcpLog.log(Log.VERBOSE,
273 if (TCPTransport.tcpLog.isLoggable(Log.VERBOSE)) {
274 TCPTransport.tcpLog.log(Log.VERBOSE, "using " +
350 TCPTransport.tcpLog.log(Log.VERBOSE,
448 TCPTransport.tcpLog.log(Log.VERBOSE,
H A DTCPTransport.java783 if (tcpLog.isLoggable(Log.VERBOSE)) {
784 tcpLog.log(Log.VERBOSE, "(port " + port +
797 if (tcpLog.isLoggable(Log.VERBOSE)) {
798 tcpLog.log(Log.VERBOSE, "(port " + port +
815 if (tcpLog.isLoggable(Log.VERBOSE)) {
816 tcpLog.log(Log.VERBOSE, "(port " + port +
824 if (tcpLog.isLoggable(Log.VERBOSE)) {
825 tcpLog.log(Log.VERBOSE, "(port " + port +
837 if (tcpLog.isLoggable(Log.VERBOSE)) {
838 tcpLog.log(Log.VERBOSE, "(por
[all...]
H A DTCPConnection.java194 TCPTransport.tcpLog.log(Log.VERBOSE, "exception: ", ex);
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,
/openjdk7/jdk/src/share/classes/sun/rmi/runtime/
H A DLog.java68 public static final Level VERBOSE = Level.FINER; field in class:Log
103 * care to interpret a range of values between BRIEF, VERBOSE and
132 (override <= LogStream.VERBOSE))
134 level = VERBOSE;
151 Level level = (override ? VERBOSE : null);
250 if (!logger.isLoggable(VERBOSE)) {
251 logger.setLevel(VERBOSE);
254 copyHandler.setLevel(Log.VERBOSE);
422 if (VERBOSE.intValue() < levelValue) {
423 levelValue = VERBOSE
[all...]
/openjdk7/jdk/src/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);
343 clientRefLog.log(Log.VERBOSE, "create call context");
346 if (clientCallLog.isLoggable(Log.VERBOSE)) {
376 clientRefLog.log(Log.VERBOSE, "execute call");
465 clientCallLog.log(Log.VERBOSE, "outbound call: " +
H A DLoaderHandler.java175 if (loaderLog.isLoggable(Log.VERBOSE)) {
176 loaderLog.log(Log.VERBOSE,
364 if (loaderLog.isLoggable(Log.VERBOSE)) {
365 loaderLog.log(Log.VERBOSE,
378 if (loaderLog.isLoggable(Log.VERBOSE)) {
379 loaderLog.log(Log.VERBOSE,
427 if (loaderLog.isLoggable(Log.VERBOSE)) {
428 loaderLog.log(Log.VERBOSE,
453 if (loaderLog.isLoggable(Log.VERBOSE)) {
454 loaderLog.log(Log.VERBOSE,
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DOptionName.java45 VERBOSE("-verbose"), enum constant in enum:OptionName
/openjdk7/hotspot/test/compiler/6603011/
H A DTest.java51 static final boolean VERBOSE = true; field in class:Test
80 if (VERBOSE) {
110 if (VERBOSE) {
/openjdk7/jdk/src/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;
/openjdk7/jaxws/make/
H A DMakefile40 ifdef VERBOSE
174 $(call helpenvline, VERBOSE,\
/openjdk7/jaxp/make/
H A DMakefile40 ifdef VERBOSE
189 $(call helpenvline, VERBOSE,\
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DIntervalTree.java95 if (DEBUGGING && VERBOSE) {
101 if (DEBUGGING && VERBOSE) {
H A DRBTree.java62 protected static final boolean VERBOSE = true; field in class:RBTree
570 if (DEBUGGING && VERBOSE) {
602 if (DEBUGGING && VERBOSE) {
609 if (DEBUGGING && VERBOSE) {
/openjdk7/jdk/test/java/lang/invoke/
H A DPermuteArgsTest.java32 * java -DPermuteArgsTest.{VERBOSE=true,MAX_ARITY=5} test.java.lang.invoke.PermuteArgsTest
51 private static final boolean VERBOSE = Boolean.getBoolean(CLASS.getSimpleName()+".VERBOSE") || DRY_RUN; field in class:PermuteArgsTest
153 if (VERBOSE)
178 if (VERBOSE)
290 if (VERBOSE)

Completed in 115 milliseconds

12