Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
8025123: SNI support in Kerberos cipher suites
2013-10-01, by xuelei
8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
2013-09-27, by drchase
8025342: NLS: unsupported translation format in jar/pack/DriverResource.java
2013-10-01, by ksrini
8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null
2013-10-01, by emc
8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping
2013-09-18, by vlivanov
8001107: @Stable annotation for constant folding of lazily evaluated variables
2013-09-23, by vlivanov
8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support
2013-10-01, by mduigou
8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix
2013-10-01, by mduigou
7057785: Add note about optional support of recursive methods for self-referential Collection/Map
2013-09-30, by mduigou
8024707: TransformerException : item() return null with node list of length != 1
2013-10-01, by aefimov
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
2013-10-01, by psandoz
8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
2013-09-30, by naoto
8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
2013-09-02, by ascarpino
8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
2013-09-18, by ascarpino
7122707: Security Providers need to have their version numbers updated for JDK8
2013-09-19, by ascarpino
8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
2013-09-30, by allwin
8023492: jfr.jar gets loaded even though it's not used
2013-09-30, by sla
8009719: core reflection should get type annotation data from the VM lazily
2013-09-30, by jfranck
8007072: Update Core Reflection for Type Annotations to match latest spec
2013-09-30, by jfranck
Merge
2013-09-27, by lana
8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
2013-09-27, by mduigou
8025128: File.createTempFile fails if prefix is absolute path
2013-09-27, by dxu
8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced.
2013-09-27, by mduigou
8023339: Refined Collection.removeIf UOE conditions
2013-09-27, by mduigou
8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
2013-09-27, by mduigou
8025502: Exclude tests due to JDK-8025427
2013-09-26, by ehelin
8024861: Incomplete token triggers GSS-API NullPointerException
2013-09-27, by weijun
8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
2013-09-26, by twisti
Merge
2013-10-08, by lana
8004050: [macosx] The 'ESC' key does not work with jdk8
2013-10-09, by leonidr
8025603: Unused methods in the awt text peers should be removed
2013-10-08, by serb
8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
2013-10-08, by serb
7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top
2013-10-08, by alexsch
7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8
2013-10-08, by malenkov
7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified
2013-10-08, by malenkov
7199196: Incremental transfer is broken because of a typo
2013-10-08, by bagiras
7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification
2013-10-08, by bagiras
8000425: FileDialog documentation should be enhanced
2013-10-08, by bagiras
8025585: Win: Popups in JFXPanel do not receive MouseWheel events
2013-10-08, by pchelko
7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux
2013-10-08, by pchelko
8025236: [javadoc] fix some errors in AWT
2013-10-08, by yan
8025840: Fix all the doclint warnings about trademark
2013-10-07, by cl
8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display
2013-10-07, by alexsch
8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
2013-10-07, by alexsch
8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index.
2013-10-04, by mcherkas
7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false)
2013-10-03, by alexsch
7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
2013-10-03, by anthony
8013553: [macosx] java.awt.FileDialog removes file extensions
2013-10-03, by bagiras
8025409: Fix javadoc comments errors and warning reported by doclint report
2013-10-02, by cl
8013563: Memory leak in JFrame on Linux
2013-10-02, by serb
8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown.
2013-10-02, by leonidr
8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
2013-10-02, by pchelko
8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
2013-10-02, by pchelko
8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
2013-10-02, by pchelko
7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
2013-10-02, by pchelko
8025145: [macosx]: java 7 does not recognize tiff image on clipboard
2013-10-01, by alitvinov
8025707: Frogot to add a file to fix for JDK-8012461
2013-10-01, by kshefov
7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS
2013-10-01, by kshefov
7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS
2013-10-01, by kshefov
8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button
2013-10-01, by kshefov
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip