| Category | ID |
Synopsis |
| hotspot:compiler2 | |
| | 6510732 | Compute consistent block frequencies |
| | 6572484 | Javac crashes hotspot VM with -server -Xcomp options on windows, 64 bit Solaris SPARC/AMD |
| | 6575679 | jbb regression 2-3% in b15 on x86 |
| | 6575876 | java -server -version should not indicate tiered VM |
| | 6578344 | assembler_i486.hpp won't compile with gcc4.1.2 |
| | 6579347 | Solaris/SPARC Server VM: endless loop in checkcast_arraycopy stub |
| | 6579506 | assert(!o-'>'is_null_object(),"null object not yet handled here.") on CTW runs |
| | 6582890 | assert(cost '>'= 0,"negative spill cost") |
| | 6584342 | assert(hd-'>'head()-'>'is_Loop(),"must begin with loop head node") |
| | 6585490 | inline_unsafe_prefetch() throws assert(saved_sp == _sp, "must have correct argument count") |
| hotspot:garbage_collector | |
| | 6530811 | regression b08: SEGV in FastScanClosure::do_oop |
| | 6558100 | CMS crash when -XX:+ParallelRefProcEnabled is set |
| | 6561906 | Assert in DisoveredListIterator::load_ptrs() too strong in certain execution contexts |
| hotspot:other | |
| | 6538429 | Make HotSpot pscan clean |
| hotspot:runtime_system | |
| | 6575068 | Hotspot Windows build fails in VS2005 due to getcwd/_getcwd POSIX name change |
| | 6576627 | Error: assert(which == imm64_operand && is_64bit,"") |
| | 6577180 | JVM crashes when multiple LineNumberTable attributes exist and the last one is empty |
| | 6578245 | Internal Error (relocInfo_amd64.cpp:67) |
| java:build | |
| | 5030005 | TARGDIR/CTARGDIR and other makefile cleanup |
| java:classes_2d | |
| | 5013322 | File Dialog is shown even when Print To File option is deselected on win32 |
| | 5020009 | OGL: improve sw-'>'surface blit performance on x86 platforms |
| | 5080051 | Media Size is not reflected on the print dialog when size, source are selected |
| | 6263951 | Java does not use fast AA text loops when regular AA hint is set |
| | 6357885 | PrinterJob.getPrinterJob().printDialog() causes IllegalArgumentException when print spooler is off |
| | 6357932 | JDK 1.5 : printing is incorrectly scaled on HP 6122, 6127 Epson R200 and likely others |
| | 6359283 | PrinterJob.pageDialog() ret. incorrect PageFormat when non-default printer used |
| | 6394243 | Printing through 2D Printing brings up 2 file dialogs successively, WinXP |
| | 6446094 | Win32PrintServiceLookup.getPrintServiceByName() should not recreate duplicate instances. |
| | 6464341 | SwingSet2 demo crashes with ACCESS_VIOLATION in [ntdll.dll+0x1c97b] on windows-amd64 |
| | 6527316 | java incorrectly claims to support Copies attribute when printing a postscript file |
| | 6527962 | Retire the non-standard package com.sun.image.jpeg.codec |
| | 6556332 | Medialib code should be separated out form the awt.dll |
| | 6567281 | TEST_BUG: /java/awt/PrintJob/BadPrinterTest threw exception |
| | 6570471 | REG: Regression Test java/awt/print/PrinterJob/PrintTextPane.java fails on Win32 |
| | 6572518 | OGL: move impl of OGLMaskBlit into shared code |
| | 6574117 | NPE in querying Win32PrintService that does not support SheetCollate when using null DocFlavor |
| | 6575331 | Java Printing: Incorrect pages range is printed when All selected |
| | 6575804 | Java2D printing: On Windows, cancelling a job on a printer connected to FILE: may not cancel it |
| | 6576507 | Setting desktop hints and mixing composites result in garbled text |
| | 6578452 | OGL: test/closed/sun/java2d/OpenGL/LargeOps.java fails |
| | 6579548 | Hebrew Character Size - correct test |
| | 6580195 | InitPrinter should not throw IllegalArgumentException |
| | 6581756 | Cannot Print text over transparent Image |
| | 6586292 | OpenJDK build does not work |
| | 6586545 | PIT: openjdk b17 pit build crashes on linux when running Java2Demo Font test |
| java:classes_awt | |
| | 4726458 | Dialogs and Frames are never garbage collected |
| | 4980161 | REG:setting focusable window state to false makes the maximized frame resizable |
| | 6451578 | A mouse listener method happens to process mouse events whose time is in the future. |
| | 6515061 | Incorrect focus owner when hiding the components |
| | 6519005 | regression: Selection the item on the choice don't work properly in vista ultimate. |
| | 6563821 | REG: ActionEvent triggered by TrayIcon always shows the same time-stamp (getWhen), win32 |
| | 6566434 | REG: Choice on a non-focusable window responds to keyboard interactions, XToolkit |
| | 6566905 | getFocusOwner() return Invisible component as focusowner |
| | 6572886 | PIT: Native Dlg's icon overlaps on the title when the dialog is parent-less and shown the first time |
| | 6573191 | PIT : ApplicationExcludeDialogTest throws java.lang.NullPoiinterException : null pData |
| | 6573198 | PIT: NullPointerException when trying print-to-file from a native print dialog, Win32 |
| | 6577648 | Fix for 6535356 should be enlarged |
| | 6577700 | Cygwin-based Windows builds should check the shell that is used to run make |
| | 6580383 | SplashScreen should not set the XErrorHandler |
| java:classes_lang | |
| | 6206031 | (process spec) minor Process spec improvements |
| java:classes_net | |
| | 6549811 | add support for delegation in HTTP/SPNEGO |
| java:classes_util | |
| | 4802633 | (coll) AbstractList.addAll(-1,emptyCollection) doesn't throw IndexOutOfBoundsException |
| | 6282094 | (fmt) String.format() with a null Locale throws NullPointerException |
| | 6302620 | Range checks are unnecessary in Arrays.fill() when filling an entire array |
| | 6499848 | (coll) WeakHashMap's HashIterator may skip entries |
| | 6573169 | (coll) Missing @serial include in Collections.java |
| java:classes_util_concurrent | |
| | 6476650 | Improve ReentrantReadWriteLock code sample |
| | 6570566 | Incorrect range check in CopyOnWriteArrayList subLists |
| | 6570575 | Cannot remove elements from CopyOnWriteArrayList subLists |
| | 6570631 | CopyOnWriteArrayList subLists prohibit even non-structural modifications to parent list |
| | 6570924 | CopyOnWriteArrayList subLists should implement RandomAccess |
| | 6576792 | ThreadPoolExecutor methods leak interrupts when run in pool threads |
| java:debugger | |
| | 6525646 | (JDWP) ThreadReference.OwnedMonitorsStackDepthInfo returns invalid error when passed thread is null |
| | 6547811 | JDWP: ReferringObjects and Instances commands return unexpected error |
| java:imageio | |
| | 6198111 | PNG ImageReader: Exception while reading pngsuite image |
| java:other | |
| | 6200709 | JNU_GetLongFieldAsPtr() should use jlong_to_ptr instead of (void*) |
| java:serialization | |
| | 6541870 | NullPointerException in ObjectInputStream with Externalizables |
| java:serviceability | |
| | 6578946 | Tools should display a better message for Kernel VM that doesn't support attach mechanism |
| jmx:classes | |
| | 4967755 | ModelMBeanAttributeInfo constructor modifies its Descriptor argument |