Searched refs:DEBUG (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/
H A Dj2d_md.h29 #ifndef DEBUG
/openjdk9/langtools/test/tools/javac/generics/5066774/
H A DT5066774.java32 boolean DEBUG = this instanceof Special; field in class:T5066774
/openjdk9/langtools/test/tools/javac/
H A DInnerTruth.java35 static final boolean DEBUG = true; field in class:InnerTruth
43 if (DEBUG) {
53 if (DEBUG) {
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dgnome_interface.c45 #ifdef DEBUG
54 #ifdef DEBUG
60 #ifdef DEBUG
72 #ifdef DEBUG
81 #ifdef DEBUG
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DDataPusher.java47 private static final boolean DEBUG = false; field in class:DataPusher
97 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.start(loop="+loop+")");
101 if (DEBUG || Printer.trace)Printer.trace("DataPusher.start(): calling stop()");
108 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
111 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
113 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.start()");
116 if (DEBUG || Printer.debug) Printer.debug("DataPusher.start(): Starting push");
125 if (DEBUG || Printer.err) e.printStackTrace();
127 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.start(loop="+loop+")");
131 if (DEBUG || Printe
[all...]
H A DJavaSoundAudioClip.java61 private static final boolean DEBUG = false; field in class:JavaSoundAudioClip
95 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.<init>");
143 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+"): abort - too rapdly");
148 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+")");
152 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.open()");
155 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.flush()");
159 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
165 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.loop()");
168 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.start()");
172 if (DEBUG || Printe
[all...]
/openjdk9/jdk/test/java/util/logging/bundlesearch/
H A DLoadItUp2.java37 private static final boolean DEBUG = false; field in class:LoadItUp2
51 if (DEBUG) {
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java35 public static final boolean DEBUG = false; field in class:ClassWriter
81 if (DEBUG) debugMessage("class name = " + klass.getName().asString());
115 if (DEBUG) debugMessage("constant pool length = " + len);
138 if (DEBUG) debugMessage("SourceFile index = " + _sourceFileIndex);
142 if (DEBUG) debugMessage("InnerClasses index = " + _innerClassesIndex);
148 if (DEBUG) debugMessage("ConstantValue index = " + _constantValueIndex);
152 if (DEBUG) debugMessage("Synthetic index = " + _syntheticIndex);
156 if (DEBUG) debugMessage("Deprecated index = " + _deprecatedIndex);
161 if (DEBUG) debugMessage("Code index = " + _codeIndex);
165 if (DEBUG) debugMessag
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/applet/
H A DAppletAudioClip.java53 boolean DEBUG = false /*true*/; field in class:AppletAudioClip
71 if (DEBUG) {
89 if (DEBUG) {
112 if (DEBUG) {
/openjdk9/jdk/src/java.desktop/share/native/common/awt/debug/
H A Ddebug_assert.c26 #if defined(DEBUG)
50 #endif /* defined(DEBUG) */
H A Ddebug_util.h60 #if defined(DEBUG)
68 #endif /* DEBUG */
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbAppMessage.java37 private static boolean DEBUG = Krb5.DEBUG; field in class:KrbAppMessage
57 if (DEBUG && packetSAddress == null) {
60 if (DEBUG && sAddress == null) {
/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi-config.h86 #ifdef DEBUG
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/
H A DMemoryCache.java49 private static final boolean DEBUG = sun.security.krb5.internal.Krb5.DEBUG; field in class:MemoryCache
58 if (DEBUG) {
68 if (DEBUG) {
/openjdk9/jdk/src/jdk.accessibility/windows/native/common/
H A DAccessBridgeDebug.h36 #ifdef DEBUG
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/datatype/
H A DDatatypeFactoryTest.java50 private static final boolean DEBUG = false; field in class:DatatypeFactoryTest
129 if (DEBUG) {
136 if (DEBUG) {
144 if (DEBUG) {
170 if (DEBUG) {
204 if (DEBUG) {
211 if (DEBUG) {
218 if (DEBUG) {
250 if (DEBUG) {
296 if (DEBUG) {
[all...]
H A DXMLGregorianCalendarTest.java46 private static final boolean DEBUG = false; field in class:XMLGregorianCalendarTest
81 if (DEBUG) {
91 if (DEBUG) {
100 if (DEBUG) {
111 if (DEBUG) {
147 if (DEBUG) {
157 if (DEBUG) {
168 if (DEBUG) {
180 if (DEBUG) {
/openjdk9/hotspot/src/share/vm/shark/
H A DllvmHeaders.hpp33 #ifdef DEBUG
35 #undef DEBUG macro
92 #ifdef DEBUG
93 #undef DEBUG macro
96 #define DEBUG macro
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/jgss/wrapper/
H A DSunNativeProvider.java58 static boolean DEBUG; field in class:SunNativeProvider
60 if (DEBUG) {
73 DEBUG = Boolean.parseBoolean
79 if (DEBUG) err.printStackTrace();
104 if (GSSLibStub.init(libName, DEBUG)) {
/openjdk9/hotspot/test/gc/g1/
H A DTestGCLogMessages.java47 DEBUG("debug"), enum constant in enum:TestGCLogMessages.Level
99 new LogMessageWithLevel("Redirty Cards", Level.DEBUG),
103 new LogMessageWithLevel("Code Roots Purge", Level.DEBUG),
104 new LogMessageWithLevel("String Dedup Fixup", Level.DEBUG),
105 new LogMessageWithLevel("Expand Heap After Collection", Level.DEBUG),
107 new LogMessageWithLevel("Free Collection Set", Level.DEBUG),
112 new LogMessageWithLevel("Humongous Reclaim", Level.DEBUG),
113 new LogMessageWithLevel("Humongous Register", Level.DEBUG),
115 new LogMessageWithLevel("Preserve CM Refs", Level.DEBUG),
117 new LogMessageWithLevel("Merge Per-Thread State", Level.DEBUG),
[all...]
/openjdk9/jdk/src/java.scripting/share/classes/javax/script/
H A DScriptEngineManager.java53 private static final boolean DEBUG = false; field in class:ScriptEngineManager
110 if (DEBUG) {
127 if (DEBUG) {
137 if (DEBUG) {
222 if (DEBUG) exp.printStackTrace();
231 if (DEBUG) exp.printStackTrace();
242 if (DEBUG) exp.printStackTrace();
273 if (DEBUG) exp.printStackTrace();
282 if (DEBUG) exp.printStackTrace();
292 if (DEBUG) ex
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DCredentialsUtil.java44 private static boolean DEBUG = sun.security.krb5.internal.Krb5.DEBUG; field in class:CredentialsUtil
122 if (DEBUG) {
134 if (DEBUG) {
144 if (DEBUG) {
152 if (DEBUG) {
192 if (DEBUG) {
205 if (DEBUG) {
216 if (DEBUG) {
231 if (DEBUG) {
[all...]
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java47 return logger.isLoggable(Level.DEBUG);
59 return logger.isLoggable(Level.DEBUG);
63 return logger.isLoggable(Level.DEBUG);
75 logger.log(Level.DEBUG, msg);
79 logger.log(Level.DEBUG, className + "::" + func, t);
83 logger.log(Level.DEBUG, msg, t);
131 logger.log(Level.DEBUG, msg, t);
135 logger.log(Level.DEBUG, msg);
139 logger.log(Level.DEBUG, className + "::" + func, t);
143 logger.log(Level.DEBUG, ms
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ppc64/
H A DPPC64CurrentFrameGuess.java49 private static final boolean DEBUG; field in class:PPC64CurrentFrameGuess
51 DEBUG = System.getProperty("sun.jvm.hotspot.runtime.ppc64.PPC64Frame.DEBUG") != null;
85 if (DEBUG) {
93 if (DEBUG) {
117 if (DEBUG) {
126 if (DEBUG) {
149 if (DEBUG) {
158 if (DEBUG) {
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicNarrowOopField.java36 private static final boolean DEBUG = false; field in class:BasicNarrowOopField
46 if (DEBUG) {

Completed in 159 milliseconds

1234567891011>>