Sat, 05 Oct 2013 05:30:38 -0700 8024761: JSR 292 improve performance of generic invocation
jrose [Sat, 05 Oct 2013 05:30:38 -0700] rev 20527
8024761: JSR 292 improve performance of generic invocation Summary: use a per-MH one element cache for MH.asType to speed up MH.invoke; also cache enough MH constants to cache LMF.metafactory Reviewed-by: twisti
Fri, 04 Oct 2013 16:27:12 +0100 8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash
coffeys [Fri, 04 Oct 2013 16:27:12 +0100] rev 20526
8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash Reviewed-by: mkos, chegar
Fri, 04 Oct 2013 15:25:18 -0700 8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.
bpatel [Fri, 04 Oct 2013 15:25:18 -0700] rev 20525
8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8. Reviewed-by: tbell
Fri, 04 Oct 2013 09:54:43 -0700 8021186: jdk/lambda/vm/DefaultMethodsTest.java fails
rfield [Fri, 04 Oct 2013 09:54:43 -0700] rev 20524
8021186: jdk/lambda/vm/DefaultMethodsTest.java fails Summary: remove DefaultMethodsTest from jdk/test/problemList.txt Reviewed-by: mduigou
Sat, 14 Sep 2013 22:54:38 +0100 8024834: Better return type for TemporalField resolve
rriggs [Sat, 14 Sep 2013 22:54:38 +0100] rev 20523
8024834: Better return type for TemporalField resolve Summary: Allow resolve method to return more than just ChronoLocalDate Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Sat, 14 Sep 2013 22:50:40 +0100 8024807: Add getChronlogy() to CLDT/CZDT
rriggs [Sat, 14 Sep 2013 22:50:40 +0100] rev 20522
8024807: Add getChronlogy() to CLDT/CZDT Summary: Alternative to method is clunky and hard to find Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Fri, 04 Oct 2013 12:01:29 -0400 8024999: Instant.Parse typo in example
rriggs [Fri, 04 Oct 2013 12:01:29 -0400] rev 20521
8024999: Instant.Parse typo in example Summary: javadoc only fix to correct example to use "." and "Z" Reviewed-by: sherman
Sat, 14 Sep 2013 22:46:49 +0100 8024835: Change until() to accept any compatible temporal
rriggs [Sat, 14 Sep 2013 22:46:49 +0100] rev 20520
8024835: Change until() to accept any compatible temporal Summary: Method until(Temporal,TemporalUnit) now uses from() to convert; Enhance from() methods where necessary Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Wed, 04 Sep 2013 15:18:54 +0100 8023762: Add ChronoPeriod interface and bind period to Chronology
rriggs [Wed, 04 Sep 2013 15:18:54 +0100] rev 20519
8023762: Add ChronoPeriod interface and bind period to Chronology Summary: Make Period ISO-only, adding a Chronology-specific period concept Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Fri, 30 Aug 2013 11:43:57 +0100 8023763: Rename ChronoDateImpl
rriggs [Fri, 30 Aug 2013 11:43:57 +0100] rev 20518
8023763: Rename ChronoDateImpl Summary: Rename ChronoDateImpl to ChronoLocalDateImpl Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Thu, 29 Aug 2013 20:38:46 +0100 8023764: Optimize Period addition
rriggs [Thu, 29 Aug 2013 20:38:46 +0100] rev 20517
8023764: Optimize Period addition Summary: Optimise plus/minus for common cases Reviewed-by: sherman Contributed-by: scolebourne@joda.org
Fri, 04 Oct 2013 16:05:55 +0100 8008296: keytool utility doesn't support '-importpassword' command
vinnie [Fri, 04 Oct 2013 16:05:55 +0100] rev 20516
8008296: keytool utility doesn't support '-importpassword' command Reviewed-by: weijun
Fri, 04 Oct 2013 15:00:42 +0200 8025829: Add java/lang/instrument/RetransformBigClass.sh to problemlist
allwin [Fri, 04 Oct 2013 15:00:42 +0200] rev 20515
8025829: Add java/lang/instrument/RetransformBigClass.sh to problemlist Reviewed-by: sla, jbachorik
Thu, 03 Oct 2013 15:16:14 -0400 8024427: Missing java.time.chrono serialization tests
rriggs [Thu, 03 Oct 2013 15:16:14 -0400] rev 20514
8024427: Missing java.time.chrono serialization tests Summary: Add tests and cleanup existing serialization tests Reviewed-by: sherman
Thu, 22 Aug 2013 10:01:47 -0700 8024896: Refactor java.time serialization tests into separate subpackage
rriggs [Thu, 22 Aug 2013 10:01:47 -0700] rev 20513
8024896: Refactor java.time serialization tests into separate subpackage Summary: Move serialization tests to .serial subpackage Reviewed-by: sherman Contributed-by: paul.rank@oracle.com
Thu, 03 Oct 2013 11:26:53 -0700 8020849: jdk/lambda/vm/DefaultMethodsTest.java
rfield [Thu, 03 Oct 2013 11:26:53 -0700] rev 20512
8020849: jdk/lambda/vm/DefaultMethodsTest.java Summary: Bridge generation has been removed from the VM. Fix is to remove tests that no longer make sense. Reviewed-by: ksrini
Thu, 03 Oct 2013 10:23:48 -0700 8010433: Remove lambda metafactory work-around to JDK-8005119
rfield [Thu, 03 Oct 2013 10:23:48 -0700] rev 20511
8010433: Remove lambda metafactory work-around to JDK-8005119 Summary: Restore invokespecial to lambda metafactory Reviewed-by: ksrini
Thu, 03 Oct 2013 17:40:45 +0400 8025738: locale related test fails on langtools mac 10.7 test host
kizune [Thu, 03 Oct 2013 17:40:45 +0400] rev 20510
8025738: locale related test fails on langtools mac 10.7 test host Reviewed-by: ksrini
Thu, 03 Oct 2013 16:54:55 +0400 8009213: sun/management/jdp/JdpTest.sh fails with exit code 1
dsamersoff [Thu, 03 Oct 2013 16:54:55 +0400] rev 20509
8009213: sun/management/jdp/JdpTest.sh fails with exit code 1 Summary: There's no guarantee that the java process has executed far enough to be found by jps when we try to obtain it's pid. Reviewed-by: sla
Thu, 03 Oct 2013 10:59:51 +0200 8025567: Mark relevant public stream tests as serialization hostile
psandoz [Thu, 03 Oct 2013 10:59:51 +0200] rev 20508
8025567: Mark relevant public stream tests as serialization hostile Reviewed-by: alanb
Wed, 02 Oct 2013 16:34:12 +0200 8025534: Unsafe typecast in java.util.stream.Streams.Nodes
psandoz [Wed, 02 Oct 2013 16:34:12 +0200] rev 20507
8025534: Unsafe typecast in java.util.stream.Streams.Nodes 8025538: Unsafe typecast in java.util.stream.SpinedBuffer 8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint() 8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray() Reviewed-by: chegar
Wed, 02 Oct 2013 19:13:42 -0400 8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
emc [Wed, 02 Oct 2013 19:13:42 -0400] rev 20506
8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions Summary: Fix behavior of parameter reflection API for malformed class files. Reviewed-by: darcy
Wed, 02 Oct 2013 09:38:57 -0700 8025694: Rename getStrongSecureRandom based on feedback
wetmore [Wed, 02 Oct 2013 09:38:57 -0700] rev 20505
8025694: Rename getStrongSecureRandom based on feedback 8014838: getStrongSecureRandom() should require at least one implementation Reviewed-by: mullan, darcy
Tue, 01 Oct 2013 17:48:01 +0200 6696975: JTop plugin fails if connected readonly to target JVM
egahlin [Tue, 01 Oct 2013 17:48:01 +0200] rev 20504
6696975: JTop plugin fails if connected readonly to target JVM Reviewed-by: mchung, jbachorik, sla, sjiang
Tue, 01 Oct 2013 18:20:03 +0200 8025535: Unsafe typecast in java.util.stream.SortedOps
psandoz [Tue, 01 Oct 2013 18:20:03 +0200] rev 20503
8025535: Unsafe typecast in java.util.stream.SortedOps Reviewed-by: mduigou, chegar
Wed, 02 Oct 2013 17:57:04 +0900 8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
okutsu [Wed, 02 Oct 2013 17:57:04 +0900] rev 20502
8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo Reviewed-by: peytoia
Wed, 02 Oct 2013 09:21:02 +0100 8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl
coffeys [Wed, 02 Oct 2013 09:21:02 +0100] rev 20501
8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl Reviewed-by: chegar
Wed, 02 Oct 2013 15:31:35 +0900 6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010
okutsu [Wed, 02 Oct 2013 15:31:35 +0900] rev 20500
6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010 Reviewed-by: peytoia
Tue, 01 Oct 2013 20:25:44 -0700 8025123: SNI support in Kerberos cipher suites
xuelei [Tue, 01 Oct 2013 20:25:44 -0700] rev 20499
8025123: SNI support in Kerberos cipher suites Reviewed-by: weijun, xuelei Contributed-by: Artem Smotrakov <artem.smotrakov@oracle.com>
Fri, 27 Sep 2013 13:32:32 -0400 8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
drchase [Fri, 27 Sep 2013 13:32:32 -0400] rev 20498
8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti
Tue, 01 Oct 2013 15:40:34 -0700 8025342: NLS: unsupported translation format in jar/pack/DriverResource.java
ksrini [Tue, 01 Oct 2013 15:40:34 -0700] rev 20497
8025342: NLS: unsupported translation format in jar/pack/DriverResource.java Reviewed-by: naoto, mfang
Tue, 01 Oct 2013 17:35:32 -0400 8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null
emc [Tue, 01 Oct 2013 17:35:32 -0400] rev 20496
8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null Summary: Fixed issue with type annotation reflection framework that would cause getType of AnnotatedTypes to be null if no annotations were present. Reviewed-by: darcy, jfranck
Wed, 18 Sep 2013 20:12:05 +0400 8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping
vlivanov [Wed, 18 Sep 2013 20:12:05 +0400] rev 20495
8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping Reviewed-by: jrose
Mon, 23 Sep 2013 19:51:40 +0400 8001107: @Stable annotation for constant folding of lazily evaluated variables
vlivanov [Mon, 23 Sep 2013 19:51:40 +0400] rev 20494
8001107: @Stable annotation for constant folding of lazily evaluated variables Reviewed-by: twisti, kvn, rbackman Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
Tue, 01 Oct 2013 10:37:05 -0700 8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support
mduigou [Tue, 01 Oct 2013 10:37:05 -0700] rev 20493
8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support Reviewed-by: lancea, chegar
Tue, 01 Oct 2013 10:23:00 -0700 8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix
mduigou [Tue, 01 Oct 2013 10:23:00 -0700] rev 20492
8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix Reviewed-by: henryjen, chegar, psandoz
Mon, 30 Sep 2013 15:50:06 -0700 7057785: Add note about optional support of recursive methods for self-referential Collection/Map
mduigou [Mon, 30 Sep 2013 15:50:06 -0700] rev 20491
7057785: Add note about optional support of recursive methods for self-referential Collection/Map Reviewed-by: scolebourne, darcy, mduigou Contributed-by: Stephen Colebourne <scolebourne@joda.org>
Tue, 01 Oct 2013 17:15:43 +0400 8024707: TransformerException : item() return null with node list of length != 1
aefimov [Tue, 01 Oct 2013 17:15:43 +0400] rev 20490
8024707: TransformerException : item() return null with node list of length != 1 Reviewed-by: joehw, lancea
Tue, 01 Oct 2013 12:19:20 +0200 8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
psandoz [Tue, 01 Oct 2013 12:19:20 +0200] rev 20489
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators Reviewed-by: alanb
Mon, 30 Sep 2013 16:15:49 -0700 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
naoto [Mon, 30 Sep 2013 16:15:49 -0700] rev 20488
8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted Reviewed-by: ksrini, akhil
Mon, 02 Sep 2013 09:52:08 -0700 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
ascarpino [Mon, 02 Sep 2013 09:52:08 -0700] rev 20487
8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04 Reviewed-by: vinnie
Wed, 18 Sep 2013 14:57:29 -0700 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
ascarpino [Wed, 18 Sep 2013 14:57:29 -0700] rev 20486
8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently Reviewed-by: vinnie
Thu, 19 Sep 2013 11:59:14 -0700 7122707: Security Providers need to have their version numbers updated for JDK8
ascarpino [Thu, 19 Sep 2013 11:59:14 -0700] rev 20485
7122707: Security Providers need to have their version numbers updated for JDK8 Reviewed-by: xuelei
Mon, 30 Sep 2013 14:28:53 +0200 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
allwin [Mon, 30 Sep 2013 14:28:53 +0200] rev 20484
8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c Reviewed-by: chegar, sla, sspitsyn, mgronlun
Mon, 30 Sep 2013 12:58:18 +0200 8023492: jfr.jar gets loaded even though it's not used
sla [Mon, 30 Sep 2013 12:58:18 +0200] rev 20483
8023492: jfr.jar gets loaded even though it's not used Reviewed-by: erikj, mgronlun
Mon, 30 Sep 2013 12:19:48 +0200 8009719: core reflection should get type annotation data from the VM lazily
jfranck [Mon, 30 Sep 2013 12:19:48 +0200] rev 20482
8009719: core reflection should get type annotation data from the VM lazily Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand. Reviewed-by: darcy, erikj
Mon, 30 Sep 2013 11:18:18 +0200 8007072: Update Core Reflection for Type Annotations to match latest spec
jfranck [Mon, 30 Sep 2013 11:18:18 +0200] rev 20481
8007072: Update Core Reflection for Type Annotations to match latest spec 8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods Summary: Update javadoc and implementation of reflection for type annotations to match latest spec Reviewed-by: darcy
Fri, 27 Sep 2013 18:38:00 -0700 Merge
lana [Fri, 27 Sep 2013 18:38:00 -0700] rev 20480
Merge
Fri, 27 Sep 2013 17:27:15 -0700 8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
mduigou [Fri, 27 Sep 2013 17:27:15 -0700] rev 20479
8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of Reviewed-by: briangoetz, chegar, alanb
Fri, 27 Sep 2013 17:09:25 -0700 8025128: File.createTempFile fails if prefix is absolute path
dxu [Fri, 27 Sep 2013 17:09:25 -0700] rev 20478
8025128: File.createTempFile fails if prefix is absolute path Summary: Use only the file name from the supplied prefix for backward compatibility Reviewed-by: alanb, chegar
Fri, 27 Sep 2013 13:30:35 -0700 8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced.
mduigou [Fri, 27 Sep 2013 13:30:35 -0700] rev 20477
8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced. Reviewed-by: psandoz, jjg
Fri, 27 Sep 2013 13:30:31 -0700 8023339: Refined Collection.removeIf UOE conditions
mduigou [Fri, 27 Sep 2013 13:30:31 -0700] rev 20476
8023339: Refined Collection.removeIf UOE conditions Reviewed-by: mduigou Contributed-by: paul.sandoz@oracle.com
Fri, 27 Sep 2013 10:21:04 -0700 8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
mduigou [Fri, 27 Sep 2013 10:21:04 -0700] rev 20475
8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826) Reviewed-by: alanb, chegar, dholmes, ksrini
Thu, 26 Sep 2013 16:23:45 +0200 8025502: Exclude tests due to JDK-8025427
ehelin [Thu, 26 Sep 2013 16:23:45 +0200] rev 20474
8025502: Exclude tests due to JDK-8025427 Reviewed-by: ksrini
Fri, 27 Sep 2013 15:25:18 +0800 8024861: Incomplete token triggers GSS-API NullPointerException
weijun [Fri, 27 Sep 2013 15:25:18 +0800] rev 20473
8024861: Incomplete token triggers GSS-API NullPointerException Reviewed-by: mullan
Thu, 26 Sep 2013 18:20:25 -0700 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
twisti [Thu, 26 Sep 2013 18:20:25 -0700] rev 20472
8019192: StringIndexOutOfBoundsException: in Class.getSimpleName() Reviewed-by: jrose
Tue, 08 Oct 2013 14:53:14 -0700 Merge
lana [Tue, 08 Oct 2013 14:53:14 -0700] rev 20471
Merge
Wed, 09 Oct 2013 01:03:33 +0400 8004050: [macosx] The 'ESC' key does not work with jdk8
leonidr [Wed, 09 Oct 2013 01:03:33 +0400] rev 20470
8004050: [macosx] The 'ESC' key does not work with jdk8 Reviewed-by: alexsch, serb
Tue, 08 Oct 2013 23:34:20 +0400 8025603: Unused methods in the awt text peers should be removed
serb [Tue, 08 Oct 2013 23:34:20 +0400] rev 20469
8025603: Unused methods in the awt text peers should be removed Reviewed-by: art, anthony
Tue, 08 Oct 2013 21:24:49 +0400 8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
serb [Tue, 08 Oct 2013 21:24:49 +0400] rev 20468
8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails Reviewed-by: art, anthony
Tue, 08 Oct 2013 18:45:38 +0400 7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top
alexsch [Tue, 08 Oct 2013 18:45:38 +0400] rev 20467
7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top Reviewed-by: art, anthony, serb
Tue, 08 Oct 2013 18:19:10 +0400 7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8
malenkov [Tue, 08 Oct 2013 18:19:10 +0400] rev 20466
7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8 Reviewed-by: art, anthony
Tue, 08 Oct 2013 18:10:13 +0400 7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified
malenkov [Tue, 08 Oct 2013 18:10:13 +0400] rev 20465
7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified Reviewed-by: art, serb
Tue, 08 Oct 2013 17:00:44 +0400 7199196: Incremental transfer is broken because of a typo
bagiras [Tue, 08 Oct 2013 17:00:44 +0400] rev 20464
7199196: Incremental transfer is broken because of a typo Reviewed-by: anthony, serb
Tue, 08 Oct 2013 16:56:15 +0400 7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification
bagiras [Tue, 08 Oct 2013 16:56:15 +0400] rev 20463
7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification Reviewed-by: art, anthony
Tue, 08 Oct 2013 16:04:12 +0400 8000425: FileDialog documentation should be enhanced
bagiras [Tue, 08 Oct 2013 16:04:12 +0400] rev 20462
8000425: FileDialog documentation should be enhanced Reviewed-by: serb, anthony
Tue, 08 Oct 2013 15:54:43 +0400 8025585: Win: Popups in JFXPanel do not receive MouseWheel events
pchelko [Tue, 08 Oct 2013 15:54:43 +0400] rev 20461
8025585: Win: Popups in JFXPanel do not receive MouseWheel events Reviewed-by: anthony, art
Tue, 08 Oct 2013 15:17:22 +0400 7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux
pchelko [Tue, 08 Oct 2013 15:17:22 +0400] rev 20460
7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux 8001463: Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes Reviewed-by: art, serb Contributed-by: alexander.zvegintsev@oracle.com
Tue, 08 Oct 2013 13:57:44 +0400 8025236: [javadoc] fix some errors in AWT
yan [Tue, 08 Oct 2013 13:57:44 +0400] rev 20459
8025236: [javadoc] fix some errors in AWT Reviewed-by: yan, anthony Contributed-by: Dmitry Ginzburg <dmitry.ginzburg@oracle.com>
Mon, 07 Oct 2013 11:34:44 -0700 8025840: Fix all the doclint warnings about trademark
cl [Mon, 07 Oct 2013 11:34:44 -0700] rev 20458
8025840: Fix all the doclint warnings about trademark Reviewed-by: art
Mon, 07 Oct 2013 16:42:29 +0400 8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display
alexsch [Mon, 07 Oct 2013 16:42:29 +0400] rev 20457
8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display Reviewed-by: serb, anthony
Mon, 07 Oct 2013 16:13:48 +0400 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
alexsch [Mon, 07 Oct 2013 16:13:48 +0400] rev 20456
8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix Reviewed-by: serb, anthony
Fri, 04 Oct 2013 20:13:32 +0400 8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index.
mcherkas [Fri, 04 Oct 2013 20:13:32 +0400] rev 20455
8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index. Reviewed-by: anthony, alexsch
Thu, 03 Oct 2013 19:02:45 +0400 7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false)
alexsch [Thu, 03 Oct 2013 19:02:45 +0400] rev 20454
7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false) Reviewed-by: anthony, serb
Thu, 03 Oct 2013 18:01:25 +0400 7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
anthony [Thu, 03 Oct 2013 18:01:25 +0400] rev 20453
7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure Summary: Load the lwawt native library on Mac regardless of the headless/headful mode. Also, some minor cleanup. Reviewed-by: art, serb
Thu, 03 Oct 2013 16:51:56 +0400 8013553: [macosx] java.awt.FileDialog removes file extensions
bagiras [Thu, 03 Oct 2013 16:51:56 +0400] rev 20452
8013553: [macosx] java.awt.FileDialog removes file extensions Reviewed-by: leonidr, serb
Wed, 02 Oct 2013 11:28:07 -0700 8025409: Fix javadoc comments errors and warning reported by doclint report
cl [Wed, 02 Oct 2013 11:28:07 -0700] rev 20451
8025409: Fix javadoc comments errors and warning reported by doclint report Reviewed-by: anthony, yan
Wed, 02 Oct 2013 21:02:04 +0400 8013563: Memory leak in JFrame on Linux
serb [Wed, 02 Oct 2013 21:02:04 +0400] rev 20450
8013563: Memory leak in JFrame on Linux Reviewed-by: anthony, art
Wed, 02 Oct 2013 17:06:09 +0400 8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown.
leonidr [Wed, 02 Oct 2013 17:06:09 +0400] rev 20449
8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown. Reviewed-by: anthony, serb
Wed, 02 Oct 2013 16:58:13 +0400 8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
pchelko [Wed, 02 Oct 2013 16:58:13 +0400] rev 20448
8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96 Reviewed-by: art, leonidr
Wed, 02 Oct 2013 11:50:58 +0400 8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
pchelko [Wed, 02 Oct 2013 11:50:58 +0400] rev 20447
8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build Reviewed-by: anthony, serb
Wed, 02 Oct 2013 11:32:56 +0400 8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
pchelko [Wed, 02 Oct 2013 11:32:56 +0400] rev 20446
8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28 Reviewed-by: anthony, serb
Wed, 02 Oct 2013 11:18:17 +0400 7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
pchelko [Wed, 02 Oct 2013 11:18:17 +0400] rev 20445
7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer Reviewed-by: anthony, serb
Tue, 01 Oct 2013 18:40:35 +0400 8025145: [macosx]: java 7 does not recognize tiff image on clipboard
alitvinov [Tue, 01 Oct 2013 18:40:35 +0400] rev 20444
8025145: [macosx]: java 7 does not recognize tiff image on clipboard Reviewed-by: anthony, serb Contributed-by: anton.nashatyrev@oracle.com
Tue, 01 Oct 2013 14:38:47 +0400 8025707: Frogot to add a file to fix for JDK-8012461
kshefov [Tue, 01 Oct 2013 14:38:47 +0400] rev 20443
8025707: Frogot to add a file to fix for JDK-8012461 Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:47:50 +0400 7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS
kshefov [Tue, 01 Oct 2013 13:47:50 +0400] rev 20442
7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:46:53 +0400 7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS
kshefov [Tue, 01 Oct 2013 13:46:53 +0400] rev 20441
7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:45:51 +0400 8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button
kshefov [Tue, 01 Oct 2013 13:45:51 +0400] rev 20440
8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:40:26 +0400 8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003
kshefov [Tue, 01 Oct 2013 13:40:26 +0400] rev 20439
8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003 Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:38:07 +0400 8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button
kshefov [Tue, 01 Oct 2013 13:38:07 +0400] rev 20438
8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:30:37 +0400 8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button
kshefov [Tue, 01 Oct 2013 13:30:37 +0400] rev 20437
8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 13:19:07 +0400 7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks
kshefov [Tue, 01 Oct 2013 13:19:07 +0400] rev 20436
7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks Reviewed-by: anthony, serb Contributed-by: vera.akulova@oracle.com
Tue, 01 Oct 2013 04:29:50 +0400 7150100: [macosx] "0123456789" is selected in the TextField
serb [Tue, 01 Oct 2013 04:29:50 +0400] rev 20435
7150100: [macosx] "0123456789" is selected in the TextField Reviewed-by: anthony, art
Mon, 30 Sep 2013 22:08:45 +0400 8025652: [macos] build failed
malenkov [Mon, 30 Sep 2013 22:08:45 +0400] rev 20434
8025652: [macos] build failed Reviewed-by: serb
Fri, 27 Sep 2013 22:25:58 +0400 7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed
malenkov [Fri, 27 Sep 2013 22:25:58 +0400] rev 20433
7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed Reviewed-by: anthony, serb
Fri, 27 Sep 2013 22:17:24 +0400 8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface
malenkov [Fri, 27 Sep 2013 22:17:24 +0400] rev 20432
8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface Reviewed-by: art, mchung
Fri, 27 Sep 2013 18:35:00 +0400 8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
pchelko [Fri, 27 Sep 2013 18:35:00 +0400] rev 20431
8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails Reviewed-by: anthony, serb
Fri, 27 Sep 2013 17:04:16 +0400 8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true
pchelko [Fri, 27 Sep 2013 17:04:16 +0400] rev 20430
8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true Reviewed-by: serb, anthony
Fri, 27 Sep 2013 14:29:27 +0400 8024122: [TEST] need test to cover JDK-7146572
pchelko [Fri, 27 Sep 2013 14:29:27 +0400] rev 20429
8024122: [TEST] need test to cover JDK-7146572 Reviewed-by: anthony, yan Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Fri, 27 Sep 2013 12:35:43 +0400 8025249: [javadoc] fix some javadoc errors in javax/swing/
yan [Fri, 27 Sep 2013 12:35:43 +0400] rev 20428
8025249: [javadoc] fix some javadoc errors in javax/swing/ Reviewed-by: alexsch, yan Contributed-by: Taras Ledkov <taras.ledkov@oracle.com>
Tue, 08 Oct 2013 14:37:33 -0700 Merge
lana [Tue, 08 Oct 2013 14:37:33 -0700] rev 20427
Merge
Fri, 04 Oct 2013 16:17:59 -0700 8025940: Windows build fails after the fix for 8025280
jchen [Fri, 04 Oct 2013 16:17:59 -0700] rev 20426
8025940: Windows build fails after the fix for 8025280 Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 13:49:52 -0700 8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11
jchen [Thu, 03 Oct 2013 13:49:52 -0700] rev 20425
8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11 Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 13:41:53 -0700 8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font
jchen [Thu, 03 Oct 2013 13:41:53 -0700] rev 20424
8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 13:35:26 -0700 8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe
jchen [Thu, 03 Oct 2013 13:35:26 -0700] rev 20423
8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 13:26:45 -0700 8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d
jchen [Thu, 03 Oct 2013 13:26:45 -0700] rev 20422
8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 13:16:31 -0700 8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation
jchen [Thu, 03 Oct 2013 13:16:31 -0700] rev 20421
8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation Reviewed-by: prr, jgodinez
Thu, 03 Oct 2013 11:28:37 +0400 8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput()
bae [Thu, 03 Oct 2013 11:28:37 +0400] rev 20420
8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput() Reviewed-by: prr, jgodinez
Wed, 02 Oct 2013 11:22:07 -0700 7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36
prr [Wed, 02 Oct 2013 11:22:07 -0700] rev 20419
7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36 Reviewed-by: prr, jchen
Wed, 02 Oct 2013 11:16:07 -0700 8025837: Extraneous changes in the fix for 8007386
prr [Wed, 02 Oct 2013 11:16:07 -0700] rev 20418
8025837: Extraneous changes in the fix for 8007386 Reviewed-by: jgodinez, jchen
Wed, 02 Oct 2013 10:06:28 +0400 8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately.
vadim [Wed, 02 Oct 2013 10:06:28 +0400] rev 20417
8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately. Reviewed-by: ceisserer, prr, bae
Tue, 01 Oct 2013 15:36:53 -0700 8007386: On physical machine (video card is Intel Q45) the text is blank.
prr [Tue, 01 Oct 2013 15:36:53 -0700] rev 20416
8007386: On physical machine (video card is Intel Q45) the text is blank. Reviewed-by: prr, jchen
Mon, 30 Sep 2013 12:50:52 +0400 8001119: [fingbugs] Evaluate necessity to make some arrays package protected
vadim [Mon, 30 Sep 2013 12:50:52 +0400] rev 20415
8001119: [fingbugs] Evaluate necessity to make some arrays package protected Reviewed-by: prr, bae
Fri, 27 Sep 2013 13:06:47 -0700 8020190: Fatal: Bug in native code: jfieldID must match object
prr [Fri, 27 Sep 2013 13:06:47 -0700] rev 20414
8020190: Fatal: Bug in native code: jfieldID must match object Reviewed-by: jgodinez, vadim
Fri, 27 Sep 2013 13:04:54 -0700 6870661: Setting a custom PrintService on a PrinterJob leads to a PrinterException
jgodinez [Fri, 27 Sep 2013 13:04:54 -0700] rev 20413
6870661: Setting a custom PrintService on a PrinterJob leads to a PrinterException Reviewed-by: prr, jgodinez Contributed-by: patrick@reini.net
Thu, 10 Oct 2013 10:09:19 -0700 Added tag jdk8-b111 for changeset ff73e351b200
cl [Thu, 10 Oct 2013 10:09:19 -0700] rev 20412
Added tag jdk8-b111 for changeset ff73e351b200
Wed, 05 Jul 2017 19:15:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:15:37 +0200] rev 20411
Merge
Fri, 11 Oct 2013 13:00:40 -0700 Added tag hs25-b54 for changeset aa8bcabd9d44
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20410
Added tag hs25-b54 for changeset aa8bcabd9d44
Fri, 11 Oct 2013 13:00:40 -0700 Merge
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20409
Merge
Fri, 11 Oct 2013 08:27:21 -0700 Merge
jcoomes [Fri, 11 Oct 2013 08:27:21 -0700] rev 20408
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip