Searched refs:bug (Results 1 - 22 of 22) sorted by relevance

/openjdk7/langtools/test/tools/javac/7023703/
H A DT7023703neg.java25 * @bug 7023703
33 final int bug;
39 bug = 0; //ok
43 final int bug;
49 bug = 0; //ok
53 final int bug;
59 bug = 0; //ok
63 final int bug;
69 bug = 0; //ok
H A DT7023703pos.java25 * @bug 7023703
33 final int bug;
37 bug = 0; //ok
41 final int bug;
47 bug = 0; //ok
51 final int bug;
55 bug = 0; //ok
59 final int bug;
63 bug = 0; //ok
/openjdk7/langtools/test/tools/javac/
H A DPrivateUplevelConstant.java26 * @bug 4098737
38 Object bug = new Object() {
/openjdk7/langtools/test/tools/javac/generics/diamond/
H A DT6951833.java26 * @bug 6951833
35 T6951833<String> bug = new T6951833<>(); field in class:T6951833
/openjdk7/hotspot/test/compiler/6579789/
H A DTest6579789.java27 * @bug 6579789
29 * @run main/othervm -Xcomp -XX:UseSSE=0 -XX:CompileOnly=Test6579789.bug Test6579789
34 bug(4);
36 public static void bug(int n) { method in class:Test6579789
/openjdk7/langtools/test/tools/javac/generics/
H A DT4661029.java25 * @bug 4661029
33 public static <E> void bug(E[] a, E e) { method in class:T4661029
/openjdk7/hotspot/test/compiler/6912517/
H A DTest.java26 * @bug 6912517
27 * @summary JIT bug compiles out (and stops running) code that needs to be run. Causes NPE.
33 * Highlights a bug with the JIT compiler.
72 Test bug = new Test(id);
73 bug.setShouldCheckThreads(true);
102 // this should never be null. but with the JIT bug, it will be.
/openjdk7/jdk/test/javax/swing/JSpinner/6463712/
H A Dbug6463712.java32 * @bug 6463712
54 bug6463712 bug = new bug6463712();
/openjdk7/hotspot/test/runtime/6626217/
H A Dbug_21227.java14 bug_21227 bug = new many_loader();
26 many_loader[] x2 = bug.make(iface);
36 System.out.println("bug.make() "+ld1+":"+cl1);
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DNative2AsciiTests.sh27 # @bug 4630463 4630971 4636448 4701617 4721296 4710890 6247817 7021987
42 bug=$1; shift
56 echo "$bug passed"
58 echo "$bug failed"
64 # as documented. 4630463 fixes a bug in the ISO-8859-1 encoder which
74 # 4636448 Fixed bug whereby output file was clobbered if infile and outfile
75 # referred to same filename. This bug only applies to Solaris/Linux, since on
/openjdk7/jdk/test/sun/nio/cs/
H A DFindEncoderBugs.java26 * @bug 6233345 6381699 6381702 6381705 6381706
91 boolean bug(String format, Object... args) { method in class:FindEncoderBugs.Reporter
201 static boolean bug(String format, Object... args) { method in class:FindEncoderBugs.CharsetTester
202 return reporter.bug(format, args);
223 bug("Lone high surrogate not UNDERFLOW: %s %s",
230 bug("Lone low surrogate not MALFORMED[1]: %s %s",
243 bug("Unpaired low surrogate not MALFORMED[1]: %s %s",
258 bug("Unpaired high surrogate not MALFORMED[1]: %s %s",
275 bug("Legal supplementary character bug
[all...]
H A DFindDecoderBugs.java26 * @bug 6380723
91 boolean bug(String format, Object... args) { method in class:FindDecoderBugs.Reporter
190 static boolean bug(String format, Object... args) { method in class:FindDecoderBugs.CharsetTester
191 return reporter.bug(format, args);
209 bug("OVERFLOW, but there's lots of room: %s %s",
212 // bug("OVERFLOW, yet remaining() == 0: %s %s",
215 bug("remaining() < CoderResult.length(): %s %s",
218 // reporter. bug("output only if input consumed: %s %s",
225 bug("Coding operation not idempotent: %s%n %s%n %s",
229 bug("Buffe
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh32 # @bug 4629548
38 # Run this script to see the bug. See comments at the end
39 # of the .java file for info on what the bug looks like.
90 To see this bug, do this
166 The bug is that you will frequently see step events missing.
175 This is bug:
H A DMixedSuspendTest.sh27 # @bug 6224859
64 // If the bug occurs, this resume hangs in the back-end
H A DRedefineMulti.sh27 # @bug 4724076
52 // The bug is that "After update..." is printed instead because
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.java44 * bug -- Bug has occurred in javah
102 fatal("Error loading resources. Please file a bug report.", mre);
132 public void bug(String key) throws Exit { method in class:Util
133 bug(key, null);
136 public void bug(String key, Exception e) throws Exit { method in class:Util
138 dl.report(createDiagnostic(Diagnostic.Kind.NOTE, "bug.report"));
H A DGen.java146 util.bug("encoding.iso8859_1.not.found");
249 util.bug("tried.to.define.non.static");
275 /* bug for bug */
282 /* bug for bug */
H A DJNI.java182 util.bug("jni.unknown.type");
H A DLLNI.java462 declaration, but there seems to be a bug in the "BinaryField"
554 util.bug("jni.unknown.type");
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES126 Changed warning/error callback functions to fix bug - this means you
139 Fixed bug with Borland 64K memory allocation (Alexander Lehmann)
140 Fixed bug in interlace handling (Smarasderagd, I think)
170 Fixed bug in pngwutil.c allocating "up_row" twice and "avg_row" never
171 Fixed bug in PNG file signature compares when start != 0
205 Fixed serious bug with < 8bpp images introduced in 0.95
206 Fixed 256-color transparency bug (Greg Roelofs)
220 Fixed bug in gamma handling of 4-bit grayscale
252 Fixed a longstanding "packswap" bug in pngtrans.c
294 Fixed a bug i
[all...]
/openjdk7/jdk/make/docs/
H A DMakefile42 # Url to bug filing site
45 # Common line for how to submit a bug or rfe
46 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp57 // Note: This is a special bug reporting site for the JVM
968 } else if (strcmp(key, "java.vendor.url.bug") == 0) {
1923 // bug 4788986.
2569 // Get around early Solaris scheduling bug

Completed in 131 milliseconds