Searched refs:dump (Results 1 - 25 of 224) sorted by relevance

123456789

/openjdk7/jdk/test/com/sun/jdi/
H A DArrayLengthDumpTest.sh30 # TTY: dump <ArrayReference> command not implemented.
82 cmd dump this
83 cmd dump this.s.length
84 cmd dump this.s
85 cmd dump this.t.length
86 cmd dump this.t[1].length
87 cmd dump ArrayLengthDumpTarg.i.length
88 cmd dump this.length
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBIPUSH.java90 public void dump(DataOutputStream out) throws IOException { method in class:BIPUSH
91 super.dump(out);
H A DSIPUSH.java87 public void dump(DataOutputStream out) throws IOException { method in class:SIPUSH
88 super.dump(out);
H A DGOTO.java82 public void dump(DataOutputStream out) throws IOException { method in class:GOTO
85 super.dump(out);
H A DJSR.java82 public void dump(DataOutputStream out) throws IOException { method in class:JSR
85 super.dump(out);
H A DLOOKUPSWITCH.java81 * 0 here, until dump time. */
89 public void dump(DataOutputStream out) throws IOException { method in class:LOOKUPSWITCH
90 super.dump(out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DStandaloneTubeAssembler.java47 if (dump) {
48 // for debugging inject a dump pipe. this is left in the production code,
70 if (dump) {
71 // for debugging inject a dump pipe. this is left in the production code,
80 * Are we going to dump the message to System.out?
82 public static final boolean dump; field in class:StandaloneTubeAssembler
87 b = Boolean.getBoolean(StandaloneTubeAssembler.class.getName()+".dump");
91 dump = b;
H A DStandalonePipeAssembler.java49 if (dump) {
50 // for debugging inject a dump pipe. this is left in the production code,
75 * Are we going to dump the message to System.out?
77 private static final boolean dump; field in class:StandalonePipeAssembler
82 b = Boolean.getBoolean(StandalonePipeAssembler.class.getName()+".dump");
86 dump = b;
/openjdk7/jdk/test/sun/tools/jmap/
H A DBasic.sh54 # -dump option
56 ${JMAP} -J-XX:+UsePerfData -dump:format=b,file=${DUMPFILE} $appJavaPid
59 # check that heap dump is parsable
63 # dump file is large so remove it
66 # -dump:live option
67 ${JMAP} -J-XX:+UsePerfData -dump:live,format=b,file=${DUMPFILE} $appJavaPid
70 # check that heap dump is parsable
74 # dump file is large so remove it
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp119 void dump(); // Debug printer
152 void dump(); // Debug printer
184 void dump(); // Debug printer
204 void dump(); // Debug printer
240 void dump(); // Debug printer
280 void dump(); // Debug printer
302 void dump(); // Debug printer
327 void dump(); // Debug printer
351 void dump(); // Debug printer
402 void dump(); // Debu
[all...]
H A Dformssel.hpp302 virtual void dump(); // Debug printer
325 void dump(); // Debug printer
369 void dump();
387 void dump(); // Debug printer
415 void dump();
460 void dump();
485 void dump(); // Debug printer
507 void dump(); // Debug printer
526 void dump(); // Debug printer
556 virtual void dump(); // Debu
[all...]
/openjdk7/jdk/test/java/nio/channels/etc/
H A DShadow.java40 private static void dump(ServerSocket s) { method in class:Shadow
45 private static void dump(Socket s) { method in class:Shadow
125 dump(serverSocket);
129 dump(socket);
134 dump(acceptedSocket);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/writer/
H A DSignatureWriter.java59 new SignatureWriter(model,out).dump();
87 private void dump() throws IOException { method in class:SignatureWriter
99 dump( pkg );
104 private void dump( JPackage pkg ) throws IOException { method in class:SignatureWriter
118 dump(ci);
122 private void dump( ClassOutline ci ) throws IOException { method in class:SignatureWriter
144 // dump the field
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DInnerClasses.java137 public final void dump(DataOutputStream file) throws IOException method in class:InnerClasses
139 super.dump(file);
143 inner_classes[i].dump(file);
H A DStackMap.java122 public final void dump(DataOutputStream file) throws IOException method in class:StackMap
124 super.dump(file);
127 map[i].dump(file);
H A DDeprecated.java133 public final void dump(DataOutputStream file) throws IOException method in class:Deprecated
135 super.dump(file);
H A DPMGClass.java130 public final void dump(DataOutputStream file) throws IOException method in class:PMGClass
132 super.dump(file);
H A DSourceFile.java136 public final void dump(DataOutputStream file) throws IOException method in class:SourceFile
138 super.dump(file);
H A DSynthetic.java137 public final void dump(DataOutputStream file) throws IOException method in class:Synthetic
139 super.dump(file);
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.hpp33 // HeapDumper is used to dump the java heap to file in HPROF binary format:
35 // { HeapDumper dumper(true /* full GC before heap dump */);
36 // if (dumper.dump("/export/java.hprof")) {
40 // // dump succeeded
75 int dump(const char* path);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DPhaseCFG.java60 public void dump(PrintStream out) { method in class:PhaseCFG
66 blocks.at(i).dump(out);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dinit.cpp132 // have been set so dump the flags now.
151 SymbolTable::dump(tty);
152 StringTable::dump(tty);
/openjdk7/jdk/src/share/demo/management/FullThreadDump/
H A DFullThreadDump.java51 * a full thread dump and also detect deadlock remotely.
65 public void dump() { method in class:FullThreadDump
114 // get full thread dump and perform deadlock detection
116 ftd.dump();
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPRequest.java78 private static final boolean dump = debug.isOn("ocsp"); field in class:OCSPRequest
117 if (dump) {
/openjdk7/langtools/test/tools/javac/scope/
H A DHashCollisionTest.java118 dump("initial", starImportScope);
135 dump("imported p", starImportScope);
139 dump("imported ce", starImportScope);
153 dump("final", starImportScope);
182 void dump(String label, Scope s) throws Exception { method in class:HashCollisionTest
183 dump(label, s, System.err);
189 void dump(String label, Scope s, PrintStream out) throws Exception { method in class:HashCollisionTest

Completed in 119 milliseconds

123456789