2016-05-03 alanb Merge
2016-05-03 alanb 8154956: Module system implementation refresh (4/2016)
2016-05-05 lana Added tag jdk-9+117 for changeset 3715a97ba87b
2017-07-05 duke Added tag jdk-9+117 for changeset 82b8d12a553f
2017-07-05 duke Merge jdk-9+117
2017-07-05 duke Merge
2016-05-03 darcy 8155516: Suppress warnings from uses of deprecated Class.newInstance langtools
2016-05-02 jjg 8155774: move code from ModuleTestBase to toolbox
2016-05-02 ksrini 8154578: Drop residual use of addReads from javadoc
2016-05-02 rfield 8139832: JShell API: Diag constructor should not be exposed and fix typo
2016-05-02 jlahoda 8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken
2016-05-02 jlahoda 8050993: There is no record for condition in ternary operator in LineNumberTable.
2016-05-02 sadayapalam 8155028: javac crashes in silly do-while loop
2016-04-29 ksrini 8155061: javadoc incorrectly sorted items in All Classes list and Index files
2016-04-30 rfield 8139837: JShell API: make a common JShellException
2016-04-29 ksrini 8154482: javadoc tool must support legacy doclet and taglet
2016-04-29 jjg 8154270: javac wrongly rejects some class literals as annotation element values
2016-04-28 lana Merge
2016-04-28 bpatel 8154119: Module summary page should display module description
2016-04-28 rfield 8155580: jshell tool: push for -R missed added file MessageHandler.java
2016-04-28 rfield 8150382: JShell API: Allow setting remote JVM arguments
2016-04-15 jlahoda 8154283: Check for clash between package and class not working when package in a different module
2016-04-28 lana Added tag jdk-9+116 for changeset 33cf53901cac
2017-07-05 duke Merge
2016-04-28 lana Added tag jdk-9+116 for changeset f0cb22ad8db4
2017-07-05 duke Merge
2016-04-29 fyuan 8155514: jaxp.library.TestPolicy should extend the default security policy
2016-04-28 lana Merge
2016-04-28 joehw 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
2016-04-28 lana Added tag jdk-9+116 for changeset 318476412bc2
2017-07-05 duke Merge
2016-04-28 lana Merge
2016-04-28 hannesw 8155025: 0.001.toFixed(2) should return "0.00" not "0"
2016-04-27 hannesw 8134503: support ES6 parsing in Nashorn
2016-04-28 lana Added tag jdk-9+116 for changeset 973b1c28c6d2
2017-07-05 duke Merge
2016-04-28 lana Added tag jdk-9+116 for changeset bff09f64dd1c
2017-07-05 duke Merge
2016-05-03 alanb 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
2016-05-02 ascarpino 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
2016-05-02 asmotrak 8155859: Problem list tools/pack200/Pack200Props.java
2016-05-02 prr 8155784: Build failure on Linux arm64
2016-04-30 darcy 8155792: Add @jls citations to java.lang.String
2016-04-29 tvaleev 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
2016-04-29 tvaleev 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
2016-04-29 michaelm 8087124: HTTP/2 implementation
2016-04-29 psandoz 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
2016-04-29 shade 8155215: java.lang.String concatenation spec is unnecessarily strong
2016-04-29 prr Merge
2016-04-29 ssadetsky 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
2016-04-29 ssadetsky 8155606: [PIT] Robot's createScreenCapture() broken on Linux
2016-04-25 prr 8154213: clean up uses of boxed primitive constructors in the java.desktop module
2016-04-25 prr Merge
2016-04-25 avstepan 8154962: [TEST] @BeanProperty: add some tests for anonimous classes
2016-04-25 ssadetsky 8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
2016-04-21 serb 8154088: [macosx] SWT does not work on JDK 9 since b65
2016-04-21 prr Merge
2016-04-21 avstepan 8154762: [TEST] add some tests according to JDK-8132138
2016-04-20 ptbrunet 8076554: [macosx] Custom Swing text components need to allow standard accessibility
2016-04-20 psadhukhan 6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
2016-04-19 ddehaven Merge
2016-04-19 aghaisas 8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows
2016-04-18 pkbalakr 8153056: 8152647(duplicate of 6439354) Manual Test always passes
2016-04-16 serb 7102282: TEST_BUG: sun/java2d/OpenGL/GradientPaints.java should be modified
2016-04-16 serb 8141544: The interface sun.swing.UIClientPropertyKey can be made public
2016-04-16 serb 8154016: [macosx] Some HiDPI code can be removed
2016-04-15 prr 8154269: Remove unused or unnecessary Xm/Xt files and header includes
2016-04-15 alexsch 8132791: No access to SynthContext.getContext()
2016-04-15 aghaisas 8049069: JButton incorrect behaviour on button release
2016-04-15 ssadetsky 8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException
2016-04-15 ssadetsky 8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java
2016-04-15 ssadetsky 8080395: consider making sun.awt.CausedFocusEvent functionality public
2016-04-15 psadhukhan 8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
2016-04-15 psadhukhan 8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON
2016-04-15 psadhukhan 6801613: Cross-platform pageDialog and printDialog top margin entry broken
2016-04-15 psadhukhan 6921664: The number of copies and the job name are not passed to a 3rd party PrintService
2016-04-14 prr 8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java
2016-04-14 ssadetsky 8153351: GTK Menu's have no border
2016-04-14 aivanov 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
2016-04-13 psadhukhan 8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X
2016-04-29 tvaleev 8155600: Performance optimization of Arrays.asList().iterator()
2016-04-29 shade 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
2016-04-29 redestad 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
2016-04-28 smarks 8154801: deprecate Observer and Observable
2016-04-28 lana Merge
2016-04-28 cbensen 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
2016-04-28 chegar 8155578: OpenJDK build failed after JDK-8044773
2016-04-28 amlu 8154733: Fix module dependencies missed in java.rmi tests
2016-04-28 mrkam 8154381: SwingSet tests are not auto closed in jtreg
2016-04-27 chegar 8044773: Refactor jdk.net API so that it can be moved out of the base module
2016-04-27 mchung 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
2016-04-27 mhaupt 8155106: MHs.Lookup.findConstructor returns handles for array classes
2016-04-27 simonis 8155236: AIX: fix dectection of Xrender extension
2016-04-27 dfuchs 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.
2016-04-27 mhaupt 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
2016-04-27 simonis 8155156: Remove remaining sun.misc.* imports from the jdk repo
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip