Lines Matching refs:err

53             System.err.println("ERROR: " + message);
55 System.err.println("Usage: jhat [-stack <bool>] [-refs <bool>] [-port <port>] [-baseline <file>] [-debug <int>] [-version] [-h|-help] <file>");
56 System.err.println();
57 System.err.println("\t-J<flag> Pass <flag> directly to the runtime system. For");
58 System.err.println("\t\t\t example, -J-mx512m to use a maximum heap size of 512MB");
59 System.err.println("\t-stack false: Turn off tracking object allocation call stack.");
60 System.err.println("\t-refs false: Turn off tracking of references to objects");
61 System.err.println("\t-port <port>: Set the port for the HTTP server. Defaults to 7000");
62 System.err.println("\t-exclude <file>: Specify a file that lists data members that should");
63 System.err.println("\t\t\t be excluded from the reachableFrom query.");
64 System.err.println("\t-baseline <file>: Specify a baseline object dump. Objects in");
65 System.err.println("\t\t\t both heap dumps with the same ID and same class will");
66 System.err.println("\t\t\t be marked as not being \"new\".");
67 System.err.println("\t-debug <int>: Set debug level.");
68 System.err.println("\t\t\t 0: No debug output");
69 System.err.println("\t\t\t 1: Debug hprof file parsing");
70 System.err.println("\t\t\t 2: Debug hprof file parsing, no server");
71 System.err.println("\t-version Report version number");
72 System.err.println("\t-h|-help Print this help and exit");
73 System.err.println("\t<file> The file to read");
74 System.err.println();
75 System.err.println("For a dump file that contains multiple heap dumps,");
76 System.err.println("you may specify which dump in the file");
77 System.err.println("by appending \"#<number>\" to the file name, i.e. \"foo.hprof#3\".");
78 System.err.println();
79 System.err.println("All boolean options default to \"true\"");