| Category | ID |
Synopsis |
| hotspot:compiler2 | |
| | 6570219 | REG: VM crash when printing an image in different orientations, SolSparc |
| hotspot:garbage_collector | |
| | 6569768 | CMS: System.gc() may hang with -XX:+ExplicitGCInvokesConcurrent upon concurrent mode failure |
| hotspot:jvmti | |
| | 6551457 | JVMTI: reference_info in HeapReferenceCallback is not NULL for "otherwise" reference_kind |
| hotspot:runtime_system | |
| | 6487931 | JVM reports EXCEPTION_FLT_STACK_CHECK when calling a Java method through JNI |
| | 6546278 | Synchronization problem in the pseudo memory barrier code |
| | 6567018 | Hotspot build fails with gcc4 |
| | 6570268 | JDB: step002 fails assert(0 '<'= i && i '<' length(),"index out of bounds") |
| java:classes_awt | |
| | 4934185 | JCK1.5-runtime-interactive: XToolkit FileDialog does not work as expected |
| | 4977491 | Window state changes without notifying the listener on Win32 |
| | 6260676 | FileDialog.setDirectory() does not work properly, XToolkit |
| | 6457980 | regtest fails: java/awt/Focus/DisposedWindow/DisposedWindow.java |
| | 6503472 | REG: An extra icon is created on the window list (ALT+TAB list) for Native File Dialog, Win32 |
| | 6527109 | Focus problems with two SWT_AWT components inside a single SWT shell |
| | 6535356 | should fix a number of issues uncovered by static analysis tool |
| | 6558510 | Flickering upon resize on X11 platforms |
| | 6562716 | focus request queue is not updated when rejecting focus on EmbeddedFrame (win32) |
| | 6562853 | frame should not receive focus if we transfer it from another frame to owned window |
| | 6562910 | [openjdk] make sure lesstif is suitable for openjdk build |
| | 6567564 | Canvas's graphics config does not change when moved across monitors, Linux |
| | 6570669 | Typo results in an Unapproved API Change. |
| java:classes_beans | |
| | 4994649 | Long term persistence fails for JLayeredPane |
| | 5023559 | LTP: XMLEncoder emits an extraneous reference to an object with nested targets |
| | 6422403 | Bean introspection does not correctly calculate types of inherited properties |
| | 6528714 | Introspector uses interface signature in property descriptor |
| | 6531597 | LTP: Array of primitives could not be decoded |
| | 6538853 | Default FontEditor generates incorrect text representation |
| java:classes_io | |
| | 6568138 | FileDescriptors can sometimes escape being closed by the finalizer |
| java:classes_lang | |
| | 4300827 | (spec thread) ThreadDeath should note that stop is @deprecated |
| | 4708197 | (thread) ThreadGroup.setMaxPriority changes priority if param is out of range |
| | 6334268 | (process) Windows Process.exitValue() has poor error handling |
| | 6497629 | (thread) ThreadGroup.setMaxPriority checks against last set maximum, not parent's maximum |
| | 6519418 | (spec) System.nanoTime() needs substantial clarification |
| | 6523983 | (process) Raise Windows pipe buffer size (win) |
| | 6568485 | (process) Better native code hygiene (win) |
| | 6568513 | Double, Double, Toil and Trouble |
| java:classes_math | |
| | 6566349 | BigDecimal.longValueExact not thread-safe |
| java:classes_net | |
| | 6322356 | InetAddress.getLocalHost performance need to be fixed |
| | 6532906 | specification for getLocalHost() is too brief |
| | 6565001 | Should use non-zero scope_id only for link-local addr |
| java:classes_nio | |
| | 6535542 | (bf spec) ByteBuffer.allocate{Direct}?() has undocumented zero-initialization |
| java:classes_sound | |
| | 6531532 | Switch windows-amd64 to DirectSound |
| | 6537497 | update regtests with external copyrights |
| | 6541458 | remove solaris midi library support from com.sun.media.sound.Platform |
| java:classes_swing | |
| | 4252164 | Rounded Line Borders Don't Render Properly (fix included) |
| | 4776197 | JFileChooser has an easy-to-fix but serious performance bug |
| | 4895800 | Win L&F: JFileChooser should have menu button for views instead of radio buttons |
| | 4926884 | JFileChooser in details view does not select dir on pressing alphabet |
| | 6248582 | JFileChooser not matching native behaviour - kbd navigation |
| | 6337516 | NullPointerException in ToolTipManager on mouseExit |
| | 6340106 | REGRESSION: JTextPane - Selection for empty lines is not visible |
| | 6408315 | GTK: JSlider's current value is displayed over the Border |
| | 6459115 | REGRESSION: JInternalFrame within JInternalFrame Drawing Problems |
| | 6482388 | REGRESSION: LookAndFeel.getName() no longer matches LookAndFeelInfo.getName() |
| | 6491714 | JFileChooser does not work properly with File selection when filter is changed |
| | 6491856 | JTextArea Preferred Size is not even close to big enough to hold it's text |
| | 6492088 | GTK L&F: JRadioButtonMenuItem indicator cut off on Human theme |
| | 6493523 | JFileChooser: Problems with "My Documents" folder |
| | 6495511 | Cascading popups broken in 1.6 |
| | 6515169 | wrong grid header in JFileChooser |
| | 6527568 | api/javax_swing/text/html/parser/Parser/index.html#handle[Parser2010] fails on JDK7 b07 |
| | 6537965 | Remove straggling reference to SystemEventQueueUtilities |
| | 6538761 | JFileChooser has incorrect order of items in drives combobox |
| | 6540786 | BasicPopupMenuUI: MenuKeyboardHelper.uninstall() and MouseGrabber.uninstall() should be synchronized |
| | 6542405 | [OpenJDK]SwingSet2 Xml files for Netbeans Project need to be removed from the Open JDK. |
| | 6544309 | PIT:Unable to select the item's in 'input method selection' popupmenu by using keyboard. |
| | 6553636 | There is need to standardize determination of current Operating System |
| | 6554551 | JMenu Items Won't Render Icons |
| | 6559152 | editable JComboBox: Can't select with keys inside JTable |
| java:classes_util | |
| | 4917896 | (spec) UUID.compareTo() spec unclear on relationship between UUID ordering and "greater" |
| | 6359979 | (coll) Speed up collection iteration |
| | 6427291 | (coll) Comparator should mention null parameter |
| | 6433170 | (coll) CheckedCollection.addAll(Collection) breaks all-or-nothing semantic |
| | 6489956 | (coll) AbstractQueue suggests iterator().remove() is non-optional |
| | 6519662 | (coll) AbstractMap collection views should override clear and isEmpty |
| | 6529800 | (coll) ArrayList.removeAll should be O(n), but is O(n*n) |
| | 6533203 | (coll) AbstractList.ListItr.add might corrupt iterator state if enclosing add throws |
| | 6533307 | (coll) Optimize AbstractList range checking |
| | 6534606 | (fmt) "%g" does not use locale-specific decimal or group separators |
| | 6568517 | typo in Scanner.java |
| java:classes_util_concurrent | |
| | 6415572 | FutureTask run method can swallow exceptions from done method |
| | 6560953 | Periodic tasks of ScheduledThreadPoolExecutor are not decorated on a second run |
| java:debugger | |
| | 6572565 | TEST BUG: .sh tests should leave more info behind when they fail |
| jndi:ldap | |
| | 6266406 | Infinite recursive loop in com.sun.jndi.ldap.LdapSchemaCtx |