1. c2e29a0 Merge by Alejandro Murillo · 9 years ago
  2. 5e9e467 8072384: Setting IP_TOS on java.net sockets not working on unix by Sean Coffey · 9 years ago
  3. e1c0ef6 8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError by Andreas Eriksson · 9 years ago
  4. 7b06f61 Merge by Roger Riggs · 9 years ago
  5. e985219 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel by Anton Nashatyrev · 9 years ago
  6. 41af7e7 8080628: No mnemonics on Open and Save buttons in JFileChooser by Alexey Ivanov · 9 years ago
  7. 3159f35 8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device by Roger Riggs · 9 years ago
  8. 421c0ad 8062552: Support keystore type detection for JKS and PKCS12 keystores by Vinnie Ryan · 9 years ago
  9. 554de7a 8080248: Coding regression in HKSCS charsets by Xueming Shen · 9 years ago
  10. dd781ca 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser by Aleksei Efimov · 9 years ago
  11. b9a41ac 8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection by Rob McKenna · 9 years ago
  12. 940ae16 8077822: javac does not recognize '*.java' as file if '-J' option is specified by Rob McKenna · 9 years ago
  13. c81ec40 8077102: dns_lookup_realm should be false by default by Ivan Gerasimov · 9 years ago
  14. c08928a 8078464: Path2D storage growth algorithms should be less linear by Laurent Bourgès · 9 years ago
  15. df3232a 8076419: Path2D copy constructors and clone method propagate size of arrays from source path by Phil Race · 9 years ago
  16. 1e0436a 8066985: Java Webstart downloading packed files can result in Timezone set to UTC by Mikhail Cherkasov · 9 years ago
  17. 21d6bd4 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method by Mark Sheppard · 9 years ago
  18. cc49c4a 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing by Athijegannathan Sundararajan · 9 years ago
  19. c456903 8033069: mouse wheel scroll closes combobox popup by Alexey Ivanov · 9 years ago
  20. e53fffa 8075609: java.lang.IllegalArgumentException: aContainer is not a focus cycle root of aComponent by Vivi An · 9 years ago
  21. 6ffd975 8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails by Pooja Chopra · 9 years ago
  22. 9734354 8062518: AIOBE occurs when accessing to document function in extended function in JAXP by Aleksei Efimov · 9 years ago
  23. 0411e66 8078490: Missed submissions in ForkJoinPool by Doug Lea · 9 years ago
  24. 4cea2b3 8077685: (tz) Support tzdata2015d by Aleksei Efimov · 9 years ago
  25. 0b670b4 8041642: Incorrect paint of JProgressBar in Nimbus LF by Semyon Sadetsky · 9 years ago
  26. 1d49d5c 8072769: System tray icon title freezes java by Semyon Sadetsky · 9 years ago
  27. 0e91199 8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java by Vinnie Ryan · 9 years ago
  28. aed335a 8078439: SPNEGO auth fails if client proposes MS krb5 OID by Ivan Gerasimov · 9 years ago
  29. e0eb3d0 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly by Andrew Brygin · 9 years ago
  30. 169267c 8044444: The output's 'Page-n' footer does not show completely by Alexander Scherbatiy · 9 years ago
  31. be0d241 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage by Hendrik Schreiber · 9 years ago
  32. 2f36020 8076287: Performance degradation observed with TimeZone Benchmark by Aleksei Efimov · 9 years ago
  33. 68e6a5b 6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException by Severin Gehwolf · 9 years ago
  34. 8236017 8074500: java.awt.Checkbox.setState() call causes ItemEvent to be filed by Sergey Bylokhov · 10 years ago
  35. ca74a84 8073795: JMenuBar looks bad under retina by Sergey Bylokhov · 10 years ago
  36. 5e8b6ac 8068412: [macosx] Initialization of Cocoa hangs if CoreAudio was initialized before by Sergey Bylokhov · 10 years ago
  37. 35074c2 8066132: BufferedImage::getPropertyNames() always returns null by Sergey Bylokhov · 10 years ago
  38. 90fcb8d 8015085: [macosx] Label shortening via " ... " broken when String contains combining diaeresis by Sergey Bylokhov · 10 years ago
  39. a6ac317 7180976: Pending String deadlocks UIDefaults by Sergey Bylokhov · 10 years ago
  40. dda6726 7077826: Unset and empty DISPLAY variable is handled differently by JDK by Sergey Bylokhov · 10 years ago
  41. a5e4a99 6573305: Animated icon is not visible by click on menu by Sergey Bylokhov · 10 years ago
  42. bdc8a27 6475361: Attempting to remove help menu from java.awt.MenuBar throws NullPointerException by Sergey Bylokhov · 10 years ago
  43. 4b4deb1 6459800: Some Swing classes violate encapsulation by returning internal Insets by Sergey Bylokhov · 10 years ago
  44. aee3b2f 6459798: JDesktopPane,JFileChooser violate encapsulation by returning internal Dimensions by Sergey Bylokhov · 10 years ago
  45. fde90ea 4958064: JPGWriter does not throw UnsupportedException when canWriteSequence retuns false by Sergey Bylokhov · 10 years ago
  46. d01a707 4952954: abort flag is not cleared for every write operation for JPEG ImageWriter by Sergey Bylokhov · 10 years ago
  47. 76f27d8 8077953: [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.java Compilation failed after JDK-8077387 by Jaroslav Bachorik · 9 years ago
  48. ecf9c02 8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour by Staffan Larsen · 10 years ago
  49. 6ebe80e 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed by Aleksei Efimov · 9 years ago
  50. 76a1b40 8078165: [macosx] NPE when attempting to get image from toolkit by Anton Nashatyrev · 9 years ago
  51. d003421 8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env by Weijun Wang · 9 years ago
  52. 6bd5a6e 8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException by Vinnie Ryan · 9 years ago
  53. 9a360e6 8074350: Support ISO 4217 "Current funds codes" table (A.2) by Rob McKenna · 9 years ago
  54. ffee946 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first() by Alexey Ivanov · 9 years ago
  55. 9d4f7c9 8064546: CipherInputStream throws BadPaddingException if stream is not fully read by Ivan Gerasimov · 9 years ago
  56. 35d4162 8076221: Disable RC4 cipher suites by Xue-Lei Andrew Fan · 9 years ago
  57. 4f91909 Merge by Alejandro Murillo · 9 years ago
  58. 6282dd8 8073453: Focus doesn't move when pressing Shift + Tab keys by Dmitry Markov · 9 years ago
  59. ff740dd 8077408: javax/management/remote/mandatory/notif/NotSerializableNotifTest.java fails due to Port already in use: 2468 by Shanliang Jiang · 9 years ago
  60. e433de3 8062264: KeychainStore requires non-null password to be supplied when retrieving a private key by Florian Bruckner · 9 years ago
  61. 0c1fe3d Merge by Alejandro Murillo · 10 years ago
  62. 759e549 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init> by Serguei Spitsyn · 10 years ago
  63. 035fcb9 Merge by Alejandro Murillo · 10 years ago
  64. 3c41d0c 8044860: Vectors and fixed length fields should be verified for allowed sizes by Ivan Gerasimov · 10 years ago
  65. 78b7b61 8074694: Lazy conversion of ZipEntry time by Claes Redestad · 10 years ago
  66. beb0315 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale by Serguei Spitsyn · 10 years ago
  67. 696ebb3 8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC by Kevin Walls · 10 years ago
  68. 9ecde07 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg by Staffan Larsen · 10 years ago
  69. 5bf8c5a 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues by Sergey Bylokhov · 10 years ago
  70. f058005 8071657: JDI ObjectReferenceImpl.invokeMethod() validation fails for virtual invocations of method with declaring type being an interface by Jaroslav Bachorik · 10 years ago
  71. 5516557 8074791: Long-form date format incorrect month string for Finnish locale by Masayoshi Okutsu · 10 years ago
  72. 95966d6 8066436: Minimize can cause window to disappear on osx by Nakul Natu · 10 years ago
  73. 0aa15bc 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows by Chris Hegarty · 10 years ago
  74. ef48a72 8074125: Add SerializedLogRecord test to jdk8u by Daniel Fuchs · 10 years ago
  75. fa969ea 8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking by Brian Burkhalter · 10 years ago
  76. 611b79f 8073354: TimSortStackSize2.java: test cleanup: make test run with single argument by Lev Priima · 10 years ago
  77. 21a202f 8071705: Java application menu misbehaves when running multiple screen stacked vertically by Mario Torre · 10 years ago
  78. 2cc0143 8071447: IBM1166 Locale Request for Kazakh characters by Sean Coffey · 10 years ago
  79. 8afe0a1 7178362: Socket impls should ignore unsupported proxy types rather than throwing by Sean Coffey · 10 years ago
  80. 263c86d 8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified by Claes Redestad · 10 years ago
  81. 6c4a487 8067846: (sctp) InternalError when receiving SendFailedNotification by Rob McKenna · 10 years ago
  82. ddb695c 8073124: Tune test and document TimSort runs length stack size increase by Lev Priima · 10 years ago
  83. 3440c55 8072909: TimSort fails with ArrayIndexOutOfBoundsException on worst case long arrays by Lev Priima · 10 years ago
  84. cbc81f5 8069072: GHASH performance improvement by Anthony Scarpino · 10 years ago
  85. 8206451 8072676: [macosx] Jtree icon painted over label when scrollbars present in window by Anton Nashatyrev · 10 years ago
  86. 426de18 8022313: sun/security/pkcs11/rsa/TestKeyPairGenerator.java failed in aurora by Anthony Scarpino · 10 years ago
  87. d2fb1d4 8066842: java.math.BigDecimal.divide(BigDecimal, RoundingMode) produces incorrect result by Brian Burkhalter · 10 years ago
  88. efaa097 Merge by Abhijit Saha · 10 years ago
  89. 8245c07 8069268: JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners by Vivi An · 10 years ago
  90. 9a883ed 8072030: Race condition in ThenComposeExceptionTest.java by Paul Sandoz · 10 years ago
  91. 4b3b28f 8064934: Incorrect Exception message from java.awt.Desktop.open() by Dmitry Markov · 10 years ago
  92. b5f3638 8062923: XSL: Run-time internal error in 'substring()' by Aleksei Efimov · 10 years ago
  93. ba3e106 8046817: JDK 8 schemagen tool does not generate xsd files for enum types by Aleksei Efimov · 10 years ago
  94. 8c83f99 8067344: Adjust java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent changes in java.lang.invoke by Konstantin Shefov · 10 years ago
  95. 9803512 8055045: StringIndexOutOfBoundsException while reading krb5.conf by Ivan Gerasimov · 10 years ago
  96. de487da Merge by Sean Coffey · 10 years ago
  97. 7b599aa Merge by Sean Coffey · 10 years ago
  98. 7daec4f 8068432: Inconsistent exception handling in CompletableFuture.thenCompose by Doug Lea · 10 years ago
  99. fb66984 8062170: java.security.ProviderException: Error parsing configuration with space by Ivan Gerasimov · 10 years ago
  100. 8cfc8a1 Merge by Sean Coffey · 10 years ago