1. a26ff9e JRE-149 java/awt/event/KeyEvent/DeadKey/DeadKeyMacOSXInputText.java: Pressed char is not dead acute by Denis Fokin · 8 years ago
  2. b102594 backported the fix for JDK-7146533 by Vitaly Provodin · 8 years ago
  3. 7171ae0 backported the fix for JDK-8172009 by Vitaly Provodin · 8 years ago
  4. 13b7919 backported the fix for JDK-7087869 by Vitaly Provodin · 8 years ago
  5. dd291fd Merge with jdk8u152-b00 by Anton Tarasov · 8 years ago
  6. 507c688 JRE-168 Dialog resizing causing visual problems on Ubuntu by Alexey Ushakov · 8 years ago
  7. bd24961 JRE-168 Dialog resizing causing visual problems on Ubuntu by Alexey Ushakov · 8 years ago
  8. 7f4b986 JRE-149 java/awt/event/KeyEvent/DeadKey/DeadKeyMacOSXInputText.java: Pressed char is not dead acute by Denis Fokin · 8 years ago
  9. 3061a5e JRE-146 setLocation/getLocation for dialog windows are inconsistent on ubuntu 16.04 by Alexey Ushakov · 8 years ago
  10. df11c4a Fix for java/awt/event/KeyEvent/DeadKey/deadKeyMacOSX.java by Denis Fokin · 8 years ago
  11. ef4eaec Fix for DeadKeyMacOSXInputText by Denis Fokin · 8 years ago
  12. abf5cfb Test fix by Denis Fokin · 8 years ago
  13. 73b9c35 JRE-146 setLocation/getLocation for dialog windows are inconsistent on ubuntu 16.04 by Alexey Ushakov · 8 years ago
  14. bbd0f4b fix test compilation by Dmitry Batrak · 8 years ago
  15. 87c7039 one more variant of output for EmojiDrawingTest (for different macOS version) by Dmitry Batrak · 8 years ago
  16. 7065de4 JRE-128 Removed duplicated MultiResolutionDrawImageWithTransformTest by Vitaly Provodin · 8 years ago
  17. e8b6c58 Fix jdk/test/java/awt/Robot/HiDPIMouseClick/HiDPIRobotMouseClick.java by Anton Tarasov · 8 years ago
  18. 6f59515 JRE-128 [followup] exclude MultiResolutionImage tests by Anton Tarasov · 8 years ago
  19. 72fba57 JRE-128 exclude MultiResolutionImage tests by Anton Tarasov · 8 years ago
  20. beb6757 make EmojiDrawingTest pass on older macOS versions (which use a different version of emoji font) by Dmitry Batrak · 8 years ago
  21. 5e41901 JRE-119 [backport: JDK-8076545 Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display] by Anton Tarasov · 8 years ago
  22. c78ee38 JRE-119 [backport: JDK-8069361 SunGraphics2D.getDefaultTransform() does not include scale factor] by Anton Tarasov · 8 years ago
  23. 2fb7dee JRE-119 [backport: JDK-8073320 Windows HiDPI Graphics support] by Anton Tarasov · 8 years ago
  24. c0a1b44 EmojiDrawingTest: save actual image, if test fails by Dmitry Batrak · 8 years ago
  25. 55d5fb2 JRE-118 Emoji support by Dmitry Batrak · 8 years ago
  26. a3c5dc0 JRE-118 Emoji support by Dmitry Batrak · 8 years ago
  27. 35d5c9e JRE-33 JDK tests failures by Dmitry Batrak · 8 years ago
  28. d9c12cf JRE-33 JDK tests failures by Dmitry Batrak · 8 years ago
  29. 68d2a67 Added missing StyledFontLayoutTest by Alexey Ushakov · 8 years ago
  30. 9291e44 fixed compilation error in util/WeakHashMap/GCDuringIteration by vprovodin · 8 years ago
  31. 8170635 not for upstream: added disposing frames in order to provide the test with the chance on the second run by vprovodin · 8 years ago
  32. 53c066d Fixed the test. It failed on Windows by ArrayIndexOutOfBoundsException because coordinates were out of bounds by vprovodin · 8 years ago
  33. 82baaa6 fixed issues detected in reviewing: by vprovodin · 8 years ago
  34. 6f1c0a6 Regression test on https://bugs.openjdk.java.net/browse/JDK-8139176 by vprovodin · 8 years ago
  35. 8195432 Merge with jdk8u112-b02 by Alexey Ushakov · 8 years ago
  36. 3233168 IDEA-157673 [follow-up] After opening Preferences first time, controls are not editable, closing dialog leads to it be shown again. + exception thrown by Anton Tarasov · 8 years ago
  37. 766c236 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X by dmarkov · 8 years ago
  38. 0483fda 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method by dmarkov · 8 years ago
  39. e64c06e 8147585: Annotations with lambda expressions has parameter result in wrong behavior. by srastogi · 9 years ago
  40. 6dc8a99 IDEA-155423 [follow-up] by Anton Tarasov · 9 years ago
  41. 5c9e559 IDEA-136202 Smart quotes aren't monospace in editor tab font (backport of JDK-8073400) by Dmitry Batrak · 9 years ago
  42. ef43df6 backport original fix for JDK-7162125 from JDK 9 by Dmitry Batrak · 9 years ago
  43. 249edc9 migration from ICU to Harfbuzz - backported from JDK 9 by Dmitry Batrak · 9 years ago
  44. 5d71493 Merge by asaha · 9 years ago
  45. aeb2591 Merge by asaha · 9 years ago
  46. 4985d7e 8068761: [TEST_BUG] java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException by igerasim · 9 years ago
  47. 35714f6 8133207: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115 by igerasim · 9 years ago
  48. 1e10a14 Merge by asaha · 9 years ago
  49. 9fcb07b 8139863: [TESTBUG] Need to port tests for JDK-8134903 to 8u-dev by mhaupt · 9 years ago
  50. 1979f29 8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2 Reviewed-by: xuelei by coffeys · 9 years ago
  51. 4bffb97 8139373: [TEST_BUG] java/net/MulticastSocket/MultiDead.java failed with timeout by igerasim · 9 years ago
  52. 03a60c7 Merge by robm · 9 years ago
  53. 2fe6095 8136763: [macosx] java always returns only one value for "text/uri-list" dataflavor even if several files were copied by mcherkas · 9 years ago
  54. 8f93890 Merge by asaha · 9 years ago
  55. c1ce174 Merge by asaha · 9 years ago
  56. fb49b30 6907252: ZipFileInputStream Not Thread-Safe Reviewed-by: sherman by coffeys · 9 years ago
  57. 0e90878 8135305: InetAddress.isReachable reports true when loopback interface is specified by robm · 9 years ago
  58. 7be71cc 8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6 by robm · 9 years ago
  59. 34d9ebe Merge by kevinw · 9 years ago
  60. 584fa4c 8136534: Loading JKS keystore using non-null InputStream results in closed stream by vinnie · 9 years ago
  61. 4cffdfb 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out by igerasim · 9 years ago
  62. e76b66f 8137121: (fc) Infinite loop FileChannel.truncate Reviewed-by: alanb by igerasim · 9 years ago
  63. 455af76 Merge by asaha · 9 years ago
  64. 453e27d Merge by asaha · 9 years ago
  65. acaa4e9 Merge by asaha · 9 years ago
  66. b9035d9 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event by alexsch · 9 years ago
  67. 03e1f31 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem by okutsu · 9 years ago
  68. deb8b1f Merge by asaha · 9 years ago
  69. 31bb788 Merge by asaha · 9 years ago
  70. 1aa68f5 Merge by asaha · 9 years ago
  71. 1595e8a Merge by asaha · 9 years ago
  72. 63c3199 8072466: Deadlock when initializing MulticastSocket and DatagramSocket by igerasim · 9 years ago
  73. 871416f 8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads by igerasim · 9 years ago
  74. 39f525e 8081485: EDT auto shutdown is broken in case of new event queue usage by alitvinov · 9 years ago
  75. 5cbf0e2 Merge by asaha · 9 years ago
  76. b8b0425 8135043: ObjectStreamClass.getField(String) too restrictive by igerasim · 9 years ago
  77. 3ab2ac6 8133647: (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP by bpb · 9 years ago
  78. b4ca776 8133196: HTTPS hostname invalid issue with InetAddress by coffeys · 9 years ago
  79. c780a30 Merge by asaha · 9 years ago
  80. d301a2c 8138712: Backout JDK-8030829 and JDK-8136742 from 8u65, and 8u66 release by asaha · 9 years ago
  81. e69462b 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently by igerasim · 9 years ago
  82. d4ca500 Merge by asaha · 9 years ago
  83. 366a46e 8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently by igerasim · 9 years ago
  84. ba9bbf3 Merge by asaha · 9 years ago
  85. f5e389f 8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails by pchelko · 9 years ago
  86. dce34ab Merge by asaha · 9 years ago
  87. 737e3a6 8030829: Add MD5 to jdk.certpath.disabledAlgorithms security property by igerasim · 9 years ago
  88. 59f508a 8129120: Terminal operation properties should not be back-propagated to upstream operations by psandoz · 10 years ago
  89. 1e6ebdd 8129116: Deadlock with multimonitor fullscreen windows. by azvegint · 10 years ago
  90. 64b6900 8129532: LFMultiThreadCachingTest.java failed with ConcurrentModificationException by kshefov · 10 years ago
  91. c35024d 8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option by kshefov · 10 years ago
  92. 1baf4d2 8067005: Several java/lang/invoke tests fail due to exhausted code cache by kshefov · 10 years ago
  93. 93f61de 8055269: java/lang/invoke/MethodHandles/CatchExceptionTest.java fails intermittently by kshefov · 10 years ago
  94. 1c8a9e0 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java by kshefov · 10 years ago
  95. 47868fa 8085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not T by dl · 10 years ago
  96. b900d9d Merge by amurillo · 10 years ago
  97. 7c86b05 8080428: [TESTBUG] java/lang/invoke/8022701/MHIllegalAccess.java - FAIL: Unexpected wrapped exception java.lang.BootstrapMethodError by aeriksso · 10 years ago
  98. e14833a Merge by rriggs · 10 years ago
  99. f75e8fd 8041470: JButtons stay pressed after they have lost focus if you use the mouse wheel by anashaty · 10 years ago
  100. 7f8dc06 8081022: java/time/test/java/time/format/TestZoneTextPrinterParser.java fails by timeout on slow device by rriggs · 10 years ago