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
Mon, 07 Oct 2013 15:51:17 +0200 8025996: Track metaspace usage when metaspace is expanded
stefank [Mon, 07 Oct 2013 15:51:17 +0200] rev 20407
8025996: Track metaspace usage when metaspace is expanded Reviewed-by: coleenp, ehelin
Mon, 07 Oct 2013 15:51:08 +0200 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
stefank [Mon, 07 Oct 2013 15:51:08 +0200] rev 20406
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces Reviewed-by: brutisso, jmasa, coleenp
Wed, 09 Oct 2013 10:57:01 +0200 8003420: NPG: make new GC root for pd_set
tschatzl [Wed, 09 Oct 2013 10:57:01 +0200] rev 20405
8003420: NPG: make new GC root for pd_set Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam
Wed, 09 Oct 2013 11:18:53 -0700 8010506: Typos and errors in descriptions of vm options in globals.hpp
tamao [Wed, 09 Oct 2013 11:18:53 -0700] rev 20404
8010506: Typos and errors in descriptions of vm options in globals.hpp Summary: Fix typos and errors in descriptions of vm options in globals.hpp Reviewed-by: jmasa, jwilhelm
Tue, 08 Oct 2013 17:35:51 +0200 8014555: G1: Memory ordering problem with Conc refinement and card marking
mgerdin [Tue, 08 Oct 2013 17:35:51 +0200] rev 20403
8014555: G1: Memory ordering problem with Conc refinement and card marking Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
Fri, 04 Oct 2013 13:33:02 +0200 8025526: VirtualSpace should support per-instance disabling of large pages
mgerdin [Fri, 04 Oct 2013 13:33:02 +0200] rev 20402
8025526: VirtualSpace should support per-instance disabling of large pages Summary: Add a new initialization function to VirtualSpace which allows the caller to override the max commit granularity. Reviewed-by: stefank, ehelin, tschatzl
Sat, 05 Oct 2013 08:01:36 -0700 Merge
stefank [Sat, 05 Oct 2013 08:01:36 -0700] rev 20401
Merge
Sat, 05 Oct 2013 10:14:58 +0200 8024838: Significant slowdown due to transparent huge pages
stefank [Sat, 05 Oct 2013 10:14:58 +0200] rev 20400
8024838: Significant slowdown due to transparent huge pages Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM. Reviewed-by: jwilhelm, tschatzl, brutisso
Fri, 04 Oct 2013 22:08:37 +0200 8025854: Use "young gen" instead of "eden"
jwilhelm [Fri, 04 Oct 2013 22:08:37 +0200] rev 20399
8025854: Use "young gen" instead of "eden" Summary: Changed a few descriptions and variable names to young gen. Reviewed-by: tschatzl, jcoomes
Thu, 03 Oct 2013 21:36:29 +0200 8025852: Remove unnecessary setters in collector policy classes
jwilhelm [Thu, 03 Oct 2013 21:36:29 +0200] rev 20398
8025852: Remove unnecessary setters in collector policy classes Summary: Use instance variables directly within the collector policy classes and remove unused setters. Reviewed-by: tschatzl, jcoomes
Thu, 10 Oct 2013 13:25:51 -0700 Merge
ccheung [Thu, 10 Oct 2013 13:25:51 -0700] rev 20397
Merge
Wed, 09 Oct 2013 17:57:17 -0400 8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
acorn [Wed, 09 Oct 2013 17:57:17 -0400] rev 20396
8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed Summary: Missed initialization. Thanks Coleen. Reviewed-by: coleenp, minqi
Tue, 08 Oct 2013 16:58:23 -0400 8026022: Verifier: allow anon classes to invokespecial host class/intf methods.
acorn [Tue, 08 Oct 2013 16:58:23 -0400] rev 20395
8026022: Verifier: allow anon classes to invokespecial host class/intf methods. Reviewed-by: coleenp, bharadwaj
Tue, 08 Oct 2013 11:37:54 +0200 Merge
kevinw [Tue, 08 Oct 2013 11:37:54 +0200] rev 20394
Merge
Tue, 08 Oct 2013 09:33:51 +0100 8019375: Internal symbol table size should be tunable.
kevinw [Tue, 08 Oct 2013 09:33:51 +0100] rev 20393
8019375: Internal symbol table size should be tunable. Reviewed-by: coleenp, kamg
Tue, 08 Oct 2013 02:56:06 -0400 8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
dholmes [Tue, 08 Oct 2013 02:56:06 -0400] rev 20392
8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use Reviewed-by: alanb, dholmes, twisti Contributed-by: mandy.chung@oracle.com
Mon, 07 Oct 2013 12:20:28 -0400 8009130: Lambda: Fix access controls, loader constraints.
acorn [Mon, 07 Oct 2013 12:20:28 -0400] rev 20391
8009130: Lambda: Fix access controls, loader constraints. Summary: New default methods list with inherited superinterface methods Reviewed-by: minqi, sspitsyn, coleenp
Sun, 06 Oct 2013 16:13:50 +0200 8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
mseledtsov [Sun, 06 Oct 2013 16:13:50 +0200] rev 20390
8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh Summary: added -XX:-TransmitErrorReport to the test Reviewed-by: stefank, ctornqvi
Sat, 05 Oct 2013 10:56:46 -0400 Merge
sla [Sat, 05 Oct 2013 10:56:46 -0400] rev 20389
Merge
Fri, 04 Oct 2013 13:44:49 +0200 6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
sla [Fri, 04 Oct 2013 13:44:49 +0200] rev 20388
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2" Summary: Adds support for large(>4G) heap dumps in hprof format. Adds tests and updates testlibrary. Reviewed-by: sla, allwin Contributed-by: fredrik.arvidsson@oracle.com
Sat, 05 Oct 2013 15:18:57 +0200 8025922: JNI access to Strings need to check if the value field is non-null
sla [Sat, 05 Oct 2013 15:18:57 +0200] rev 20387
8025922: JNI access to Strings need to check if the value field is non-null Reviewed-by: dholmes, dcubed
Fri, 04 Oct 2013 13:01:07 +0200 8016845: SA is unable to use hsdis on windows
sla [Fri, 04 Oct 2013 13:01:07 +0200] rev 20386
8016845: SA is unable to use hsdis on windows Summary: Added sadis.c to the build to provide missing symbols in sawindbg.dll. Added code to use the correct hsdisXXX.dll filename on different windows platforms. Reviewed-by: sla, mgerdin Contributed-by: fredrik.arvidsson@oracle.com
Fri, 04 Oct 2013 12:45:39 +0200 8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK.
erikj [Fri, 04 Oct 2013 12:45:39 +0200] rev 20385
8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK. Reviewed-by: sla, ctornqvi
Fri, 04 Oct 2013 21:00:43 -0700 Merge
ccheung [Fri, 04 Oct 2013 21:00:43 -0700] rev 20384
Merge
Sat, 05 Oct 2013 03:14:53 +0200 Merge
coleenp [Sat, 05 Oct 2013 03:14:53 +0200] rev 20383
Merge
Sat, 05 Oct 2013 00:58:43 +0200 Merge
coleenp [Sat, 05 Oct 2013 00:58:43 +0200] rev 20382
Merge
Wed, 02 Oct 2013 09:18:56 -0700 8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
mikael [Wed, 02 Oct 2013 09:18:56 -0700] rev 20381
8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions Summary: The two functions were used to support JDK 1.3 but are no longer in use Reviewed-by: coleenp, ctornqvi, twisti, dsamersoff
Sat, 05 Oct 2013 00:53:02 +0200 Merge
coleenp [Sat, 05 Oct 2013 00:53:02 +0200] rev 20380
Merge
Thu, 03 Oct 2013 18:50:58 -0400 8025004: -XX:+CheckUnhandledOops asserts for JDK 8 Solaris fastdebug binaries
coleenp [Thu, 03 Oct 2013 18:50:58 -0400] rev 20379
8025004: -XX:+CheckUnhandledOops asserts for JDK 8 Solaris fastdebug binaries Summary: Remove unnecessary volatile keyword on stack locals within instanceKlass.cpp to work around Solaris Studio C++ compiler issue Reviewed-by: coleenp, dcubed Contributed-by: lois.foltan@oracle.com
Thu, 03 Oct 2013 18:53:27 -0400 8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
coleenp [Thu, 03 Oct 2013 18:53:27 -0400] rev 20378
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV Summary: Redefined class in stack trace may not be found by method_idnum so handle null. Reviewed-by: sla, dcubed, sspitsyn
Thu, 03 Oct 2013 12:39:58 +0400 8022616: u4 should not be used as a type for thread_id
dsamersoff [Thu, 03 Oct 2013 12:39:58 +0400] rev 20377
8022616: u4 should not be used as a type for thread_id Summary: Usage of u4 as a type for thread_id cause a compilation error on platform, where thread_id is a pointer Reviewed-by: sla, sspitsyn, minqi
Thu, 03 Oct 2013 04:42:57 +0200 Merge
dsamersoff [Thu, 03 Oct 2013 04:42:57 +0200] rev 20376
Merge
Wed, 02 Oct 2013 22:27:23 +0400 8025250: SA: Sync linux and bsd versions of ps_core file
dsamersoff [Wed, 02 Oct 2013 22:27:23 +0400] rev 20375
8025250: SA: Sync linux and bsd versions of ps_core file Summary: linux/ps_core.c and bsd/ps_core.c share most of code, but it has different formatting, comments etc. Reviewed-by: sla, minqi
Thu, 03 Oct 2013 01:12:27 +0200 Merge
dsamersoff [Thu, 03 Oct 2013 01:12:27 +0200] rev 20374
Merge
Wed, 02 Oct 2013 20:58:44 +0400 8025283: Nits in os_bsd file breaks compilation of open hotspot
dsamersoff [Wed, 02 Oct 2013 20:58:44 +0400] rev 20373
8025283: Nits in os_bsd file breaks compilation of open hotspot Summary: Couple of nits in os_bsd.cpp brake compilation of open hotspot on non-apple platforms Reviewed-by: sla, sspitsyn
Wed, 02 Oct 2013 15:06:38 -0400 Merge
coleenp [Wed, 02 Oct 2013 15:06:38 -0400] rev 20372
Merge
Wed, 02 Oct 2013 13:02:40 -0400 8025569: -XX:+CheckUnhandledOops crashes on Windows
coleenp [Wed, 02 Oct 2013 13:02:40 -0400] rev 20371
8025569: -XX:+CheckUnhandledOops crashes on Windows Summary: Disable CHECK_UNHANDLED_OOPS in fastdebug builds for JDK 8 on WIndows 32 & 64 bit machines Reviewed-by: coleenp, ctornqvi, zgu Contributed-by: lois.foltan@oracle.com
Wed, 02 Oct 2013 15:17:20 +0200 8025671: Test name changed, test list not updated. Test6878713.sh
mseledtsov [Wed, 02 Oct 2013 15:17:20 +0200] rev 20370
8025671: Test name changed, test list not updated. Test6878713.sh Summary: Removed the obsolete test from the test group file Reviewed-by: sla, ctornqvi, dholmes
Tue, 01 Oct 2013 15:41:39 -0400 Merge
coleenp [Tue, 01 Oct 2013 15:41:39 -0400] rev 20369
Merge
Tue, 01 Oct 2013 14:23:07 -0400 8025570: Naked oop in test/serviceability/ParserTest
coleenp [Tue, 01 Oct 2013 14:23:07 -0400] rev 20368
8025570: Naked oop in test/serviceability/ParserTest Summary: Fix for two naked objArrayOop(s) oops causing test failure Reviewed-by: coleenp, ctornqvi Contributed-by: lois.foltan@oracle.com
Fri, 04 Oct 2013 14:19:56 -0700 8025859: new hotspot build - hs25-b54
amurillo [Fri, 04 Oct 2013 14:19:56 -0700] rev 20367
8025859: new hotspot build - hs25-b54 Reviewed-by: jcoomes
Thu, 10 Oct 2013 10:08:55 -0700 Added tag jdk8-b111 for changeset 269723de7103
cl [Thu, 10 Oct 2013 10:08:55 -0700] rev 20366
Added tag jdk8-b111 for changeset 269723de7103
Wed, 16 Oct 2013 11:55:44 -0700 Merge
katleman [Wed, 16 Oct 2013 11:55:44 -0700] rev 20365
Merge
Mon, 14 Oct 2013 11:54:17 +0200 8025921: Make LOG=debug output more readable
erikj [Mon, 14 Oct 2013 11:54:17 +0200] rev 20364
8025921: Make LOG=debug output more readable Reviewed-by: tbell, ihse
Thu, 10 Oct 2013 14:58:19 +0200 8001931: The new build system whitespace cleanup
ihse [Thu, 10 Oct 2013 14:58:19 +0200] rev 20363
8001931: The new build system whitespace cleanup Reviewed-by: tbell, simonis, erikj
Wed, 09 Oct 2013 18:51:32 -0700 8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1
tbell [Wed, 09 Oct 2013 18:51:32 -0700] rev 20362
8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1 Reviewed-by: erikj
Mon, 14 Oct 2013 18:53:53 -0400 Merge
jqzuo [Mon, 14 Oct 2013 18:53:53 -0400] rev 20361
Merge
Thu, 03 Oct 2013 09:52:21 -0400 Merge
pbhat [Thu, 03 Oct 2013 09:52:21 -0400] rev 20360
Merge
Thu, 26 Sep 2013 11:20:57 -0400 Merge
pbhat [Thu, 26 Sep 2013 11:20:57 -0400] rev 20359
Merge
Wed, 25 Sep 2013 10:50:37 -0400 8025262: new64jre/new64jdk wrappers should be removed, build 32-bit AU during windows-amd64 builds instead
billyh [Wed, 25 Sep 2013 10:50:37 -0400] rev 20358
8025262: new64jre/new64jdk wrappers should be removed, build 32-bit AU during windows-amd64 builds instead Reviewed-by: amenkov, jqzuo
Thu, 19 Sep 2013 14:01:25 -0400 Merge
pbhat [Thu, 19 Sep 2013 14:01:25 -0400] rev 20357
Merge
Thu, 12 Sep 2013 12:08:55 -0400 Merge
pbhat [Thu, 12 Sep 2013 12:08:55 -0400] rev 20356
Merge
Thu, 05 Sep 2013 11:23:45 -0400 Merge
pbhat [Thu, 05 Sep 2013 11:23:45 -0400] rev 20355
Merge
Fri, 30 Aug 2013 10:14:15 -0400 Merge
pbhat [Fri, 30 Aug 2013 10:14:15 -0400] rev 20354
Merge
Fri, 23 Aug 2013 09:45:35 -0400 Merge
pbhat [Fri, 23 Aug 2013 09:45:35 -0400] rev 20353
Merge
Fri, 16 Aug 2013 14:33:34 -0400 Merge
pbhat [Fri, 16 Aug 2013 14:33:34 -0400] rev 20352
Merge
Fri, 09 Aug 2013 14:54:09 -0400 Merge
pbhat [Fri, 09 Aug 2013 14:54:09 -0400] rev 20351
Merge
Fri, 02 Aug 2013 09:41:11 -0400 Merge
pbhat [Fri, 02 Aug 2013 09:41:11 -0400] rev 20350
Merge
Thu, 25 Jul 2013 17:26:09 -0400 Merge
pbhat [Thu, 25 Jul 2013 17:26:09 -0400] rev 20349
Merge
Thu, 18 Jul 2013 16:49:18 -0400 Merge
pbhat [Thu, 18 Jul 2013 16:49:18 -0400] rev 20348
Merge
Fri, 05 Jul 2013 11:00:42 -0400 Merge
pbhat [Fri, 05 Jul 2013 11:00:42 -0400] rev 20347
Merge
Fri, 21 Jun 2013 18:56:49 -0400 Merge
pbhat [Fri, 21 Jun 2013 18:56:49 -0400] rev 20346
Merge
Mon, 10 Jun 2013 16:15:16 -0400 Merge
jqzuo [Mon, 10 Jun 2013 16:15:16 -0400] rev 20345
Merge
Thu, 30 May 2013 16:00:16 -0400 Merge
pbhat [Thu, 30 May 2013 16:00:16 -0400] rev 20344
Merge
Fri, 11 Oct 2013 00:06:56 -0700 Merge
lana [Fri, 11 Oct 2013 00:06:56 -0700] rev 20343
Merge
Tue, 08 Oct 2013 14:54:53 -0700 Merge
lana [Tue, 08 Oct 2013 14:54:53 -0700] rev 20342
Merge
Fri, 04 Oct 2013 15:26:37 -0700 8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8.
bpatel [Fri, 04 Oct 2013 15:26:37 -0700] rev 20341
8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8. Reviewed-by: tbell
Wed, 02 Oct 2013 04:21:42 +0100 8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification
alanb [Wed, 02 Oct 2013 04:21:42 +0100] rev 20340
8006843: org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification Reviewed-by: mduigou, tbell
Thu, 10 Oct 2013 10:08:45 -0700 Added tag jdk8-b111 for changeset b46e3359ae47
cl [Thu, 10 Oct 2013 10:08:45 -0700] rev 20339
Added tag jdk8-b111 for changeset b46e3359ae47
Wed, 05 Jul 2017 19:15:04 +0200 Added tag jdk8-b111 for changeset b9a0f6c693f3
duke [Wed, 05 Jul 2017 19:15:04 +0200] rev 20338
Added tag jdk8-b111 for changeset b9a0f6c693f3
Wed, 05 Jul 2017 19:15:04 +0200 Merge jdk8-b111
duke [Wed, 05 Jul 2017 19:15:04 +0200] rev 20337
Merge
Wed, 05 Jul 2017 19:15:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:15:01 +0200] rev 20336
Merge
Wed, 02 Oct 2013 13:26:54 -0700 Added tag jdk8-b110 for changeset f5f4ff5ce376
katleman [Wed, 02 Oct 2013 13:26:54 -0700] rev 20335
Added tag jdk8-b110 for changeset f5f4ff5ce376
Wed, 05 Jul 2017 19:14:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:57 +0200] rev 20334
Merge
Wed, 02 Oct 2013 13:26:41 -0700 Added tag jdk8-b110 for changeset f5f4a0ff651d
katleman [Wed, 02 Oct 2013 13:26:41 -0700] rev 20333
Added tag jdk8-b110 for changeset f5f4a0ff651d
Wed, 05 Jul 2017 19:14:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:54 +0200] rev 20332
Merge
Wed, 02 Oct 2013 13:26:39 -0700 Added tag jdk8-b110 for changeset 8bf1be227a28
katleman [Wed, 02 Oct 2013 13:26:39 -0700] rev 20331
Added tag jdk8-b110 for changeset 8bf1be227a28
Wed, 05 Jul 2017 19:14:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:50 +0200] rev 20330
Merge
Wed, 02 Oct 2013 13:26:56 -0700 Added tag jdk8-b110 for changeset 95df1088d4af
katleman [Wed, 02 Oct 2013 13:26:56 -0700] rev 20329
Added tag jdk8-b110 for changeset 95df1088d4af
Wed, 05 Jul 2017 19:14:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:47 +0200] rev 20328
Merge
Wed, 02 Oct 2013 13:26:26 -0700 Added tag jdk8-b110 for changeset 14f8ce49437e
katleman [Wed, 02 Oct 2013 13:26:26 -0700] rev 20327
Added tag jdk8-b110 for changeset 14f8ce49437e
Wed, 05 Jul 2017 19:14:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:44 +0200] rev 20326
Merge
Tue, 08 Oct 2013 13:10:15 -0700 Merge
katleman [Tue, 08 Oct 2013 13:10:15 -0700] rev 20325
Merge
Thu, 03 Oct 2013 11:27:16 +0200 8024522: java.time packages missing from src.zip
erikj [Thu, 03 Oct 2013 11:27:16 +0200] rev 20324
8024522: java.time packages missing from src.zip Reviewed-by: tbell
Tue, 01 Oct 2013 15:13:16 +0200 8016024: Remove solaris path from FillCacheFind
ihse [Tue, 01 Oct 2013 15:13:16 +0200] rev 20323
8016024: Remove solaris path from FillCacheFind Reviewed-by: erikj
Wed, 02 Oct 2013 13:26:45 -0700 Added tag jdk8-b110 for changeset e78392f8a04b
katleman [Wed, 02 Oct 2013 13:26:45 -0700] rev 20322
Added tag jdk8-b110 for changeset e78392f8a04b
Wed, 05 Jul 2017 19:14:40 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:40 +0200] rev 20321
Merge
Fri, 04 Oct 2013 14:10:09 -0700 Added tag hs25-b53 for changeset 2e003ae41242
amurillo [Fri, 04 Oct 2013 14:10:09 -0700] rev 20320
Added tag hs25-b53 for changeset 2e003ae41242
Fri, 04 Oct 2013 14:10:08 -0700 Merge
amurillo [Fri, 04 Oct 2013 14:10:08 -0700] rev 20319
Merge
Fri, 04 Oct 2013 13:37:25 -0700 Merge
jcoomes [Fri, 04 Oct 2013 13:37:25 -0700] rev 20318
Merge
Thu, 03 Oct 2013 17:16:23 +0200 8025853: Remove unnecessary uses of GenerationSizer
jwilhelm [Thu, 03 Oct 2013 17:16:23 +0200] rev 20317
8025853: Remove unnecessary uses of GenerationSizer Summary: Removed stray includes and some minor cleanup of GenerationSizer Reviewed-by: tschatzl, jcoomes
Thu, 03 Oct 2013 13:19:19 +0200 8025855: Simplify GenRemSet code slightly
jwilhelm [Thu, 03 Oct 2013 13:19:19 +0200] rev 20316
8025855: Simplify GenRemSet code slightly Summary: Remove a few redundant switch-statements Reviewed-by: jcoomes, tschatzl
Wed, 02 Oct 2013 18:24:58 +0200 Merge
ehelin [Wed, 02 Oct 2013 18:24:58 +0200] rev 20315
Merge
Mon, 30 Sep 2013 11:39:07 +0200 8025226: TestPerfCountersAndMemoryPools.java fails with -Xmixed or -Xcomp
ehelin [Mon, 30 Sep 2013 11:39:07 +0200] rev 20314
8025226: TestPerfCountersAndMemoryPools.java fails with -Xmixed or -Xcomp Reviewed-by: brutisso, mgerdin
Wed, 02 Oct 2013 14:33:32 +0200 8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs.
mgerdin [Wed, 02 Oct 2013 14:33:32 +0200] rev 20313
8012525: gc/metaspace/G1AddMetaspaceDependency.java Test fails a safepoint timeout assertion or hangs. Reviewed-by: brutisso, tschatzl
Tue, 01 Oct 2013 15:21:14 +0200 8025313: MetaspaceMemoryPool incorrectly reports undefined size for max
ehelin [Tue, 01 Oct 2013 15:21:14 +0200] rev 20312
8025313: MetaspaceMemoryPool incorrectly reports undefined size for max Reviewed-by: stefank, tschatzl
Tue, 01 Oct 2013 07:52:52 +0200 8025605: G1: Heap expansion logging misleading for fully expanded heap
brutisso [Tue, 01 Oct 2013 07:52:52 +0200] rev 20311
8025605: G1: Heap expansion logging misleading for fully expanded heap Reviewed-by: tschatzl, jwilhelm, jmasa
Mon, 30 Sep 2013 12:43:59 +0200 8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads
tschatzl [Mon, 30 Sep 2013 12:43:59 +0200] rev 20310
8025441: G1: assert "assert(thread < _num_vtimes) failed: just checking" fails when G1ConcRefinementThreads > ParallelGCThreads Summary: The initialization for the remembered set summary data structures used the wrong thread count, i.e. number of worker threads instead of number of refinement threads. Reviewed-by: brutisso
Tue, 24 Sep 2013 14:46:29 +0200 8025305: Cleanup CardTableModRefBS usage in G1
mgerdin [Tue, 24 Sep 2013 14:46:29 +0200] rev 20309
8025305: Cleanup CardTableModRefBS usage in G1 Summary: Move some G1 specific code from CardTableModRefBS to G1SATBCardTableModRefBS. Reviewed-by: brutisso, tschatzl, ehelin
Fri, 27 Sep 2013 13:41:07 +0200 Merge
tschatzl [Fri, 27 Sep 2013 13:41:07 +0200] rev 20308
Merge
Fri, 27 Sep 2013 11:18:26 +0200 Merge
tschatzl [Fri, 27 Sep 2013 11:18:26 +0200] rev 20307
Merge
Fri, 27 Sep 2013 10:23:12 +0200 8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space
mgerdin [Fri, 27 Sep 2013 10:23:12 +0200] rev 20306
8025279: metaspace/flags/maxMetaspaceSize throws OOM: out of Compressed Klass space Summary: Only put "Compressed class space" as OOM cause if actually using Compressed class space Reviewed-by: jwilhelm, stefank, ehelin, coleenp
Thu, 26 Sep 2013 12:49:45 +0200 8014078: G1: improve remembered set summary information by providing per region type information
tschatzl [Thu, 26 Sep 2013 12:49:45 +0200] rev 20305
8014078: G1: improve remembered set summary information by providing per region type information Summary: Add memory consumption breakdown on a per region type in the G1 remembered set summary statistics. This simplifies remembered set memory consumption analysis. Reviewed-by: brutisso
Thu, 03 Oct 2013 10:35:32 -0700 Merge
vladidan [Thu, 03 Oct 2013 10:35:32 -0700] rev 20304
Merge
Thu, 03 Oct 2013 10:25:54 -0400 Merge
jprovino [Thu, 03 Oct 2013 10:25:54 -0400] rev 20303
Merge
Fri, 27 Sep 2013 13:53:43 -0400 Merge
jiangli [Fri, 27 Sep 2013 13:53:43 -0400] rev 20302
Merge
Fri, 27 Sep 2013 13:49:57 -0400 8024990: JT_JDK: 11 failures with SIGSEGV on arm-sflt platforms in nightly fastdebug build.
jiangli [Fri, 27 Sep 2013 13:49:57 -0400] rev 20301
8024990: JT_JDK: 11 failures with SIGSEGV on arm-sflt platforms in nightly fastdebug build. Summary: Enable patching for load_appendix_id. Reviewed-by: kvn, dlong, bdelsart
Thu, 03 Oct 2013 16:38:21 +0400 Merge
iveresov [Thu, 03 Oct 2013 16:38:21 +0400] rev 20300
Merge
Wed, 02 Oct 2013 06:17:10 -0700 8025233: Move sun.invoke.Stable into java.lang.invoke package
vlivanov [Wed, 02 Oct 2013 06:17:10 -0700] rev 20299
8025233: Move sun.invoke.Stable into java.lang.invoke package Reviewed-by: twisti, iveresov
Fri, 27 Sep 2013 13:36:25 -0400 8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME)
drchase [Fri, 27 Sep 2013 13:36:25 -0400] rev 20298
8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME) Summary: Copied null-checks from templateInterpreter_CPU into methodHandles_CPU Reviewed-by: jrose, twisti
Mon, 30 Sep 2013 15:42:39 -0700 8025599: Missing store barrier with OptimizeStringConcat
twisti [Mon, 30 Sep 2013 15:42:39 -0700] rev 20297
8025599: Missing store barrier with OptimizeStringConcat Reviewed-by: kvn, twisti Contributed-by: Axel Siebenborn <axel.siebenborn@sap.com>
Fri, 27 Sep 2013 11:52:24 +0400 8014447: Object.hashCode intrinsic breaks inline caches
shade [Fri, 27 Sep 2013 11:52:24 +0400] rev 20296
8014447: Object.hashCode intrinsic breaks inline caches Summary: Try to inline as normal method first, then fall back to intrinsic. Reviewed-by: kvn, twisti
Sat, 28 Sep 2013 12:42:22 -0700 8025613: clang: remove -Wno-unused-value
twisti [Sat, 28 Sep 2013 12:42:22 -0700] rev 20295
8025613: clang: remove -Wno-unused-value Reviewed-by: iveresov
Sat, 28 Sep 2013 12:32:10 +0400 8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
iignatyev [Sat, 28 Sep 2013 12:32:10 +0400] rev 20294
8023452: TestCase$Helper(java.lang.Object) must be osr_compiled Reviewed-by: kvn
Sat, 28 Sep 2013 12:32:09 +0400 8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
iignatyev [Sat, 28 Sep 2013 12:32:09 +0400] rev 20293
8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc Reviewed-by: twisti
Fri, 27 Sep 2013 15:43:03 -0700 Merge
adlertz [Fri, 27 Sep 2013 15:43:03 -0700] rev 20292
Merge
Fri, 27 Sep 2013 12:43:51 -0700 Merge
adlertz [Fri, 27 Sep 2013 12:43:51 -0700] rev 20291
Merge
Fri, 27 Sep 2013 10:50:55 +0200 8020151: PSR:PERF Large performance regressions when code cache is filled
anoll [Fri, 27 Sep 2013 10:50:55 +0200] rev 20290
8020151: PSR:PERF Large performance regressions when code cache is filled Summary: Code cache sweeping based on method hotness; removed speculatively disconnect Reviewed-by: kvn, iveresov
Fri, 27 Sep 2013 08:39:19 +0200 8024924: Intrinsify java.lang.Math.addExact
rbackman [Fri, 27 Sep 2013 08:39:19 +0200] rev 20289
8024924: Intrinsify java.lang.Math.addExact Reviewed-by: kvn, twisti
Thu, 26 Sep 2013 12:07:53 -0700 8024545: make develop and notproduct flag values available in product builds
twisti [Thu, 26 Sep 2013 12:07:53 -0700] rev 20288
8024545: make develop and notproduct flag values available in product builds Reviewed-by: dholmes, kvn
Tue, 01 Oct 2013 11:06:35 -0400 Merge
zgu [Tue, 01 Oct 2013 11:06:35 -0400] rev 20287
Merge
Tue, 01 Oct 2013 09:21:43 -0400 Merge
zgu [Tue, 01 Oct 2013 09:21:43 -0400] rev 20286
Merge
Tue, 01 Oct 2013 08:54:05 -0400 8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails
zgu [Tue, 01 Oct 2013 08:54:05 -0400] rev 20285
8022187: Missing ResourceMark crash when assertion using FormatBufferResource fails Summary: Uses stack for the format buffer instead of resource memory Reviewed-by: kvn, coleenp
Tue, 01 Oct 2013 08:10:42 -0400 8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default.
acorn [Tue, 01 Oct 2013 08:10:42 -0400] rev 20284
8011311: Private interface methods. Default conflicts:ICCE. no erased_super_default. Reviewed-by: coleenp, bharadwaj, minqi
Fri, 27 Sep 2013 10:08:56 -0400 Merge
zgu [Fri, 27 Sep 2013 10:08:56 -0400] rev 20283
Merge
Thu, 26 Sep 2013 10:25:02 -0400 7195622: CheckUnhandledOops has limited usefulness now
hseigel [Thu, 26 Sep 2013 10:25:02 -0400] rev 20282
7195622: CheckUnhandledOops has limited usefulness now Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
Wed, 25 Sep 2013 17:47:51 +0200 8024492: [TESTBUG] Test library class Platform.java needs to include methods for missing OS's and architectures
ctornqvi [Wed, 25 Sep 2013 17:47:51 +0200] rev 20281
8024492: [TESTBUG] Test library class Platform.java needs to include methods for missing OS's and architectures Summary: Added methods for 32bit, arm, ppc, x64 and x86 Reviewed-by: zgu, hseigel, mseledtsov
Wed, 25 Sep 2013 17:47:22 +0200 8024677: [TESTBUG] Move tests for classes in /testlibrary
ctornqvi [Wed, 25 Sep 2013 17:47:22 +0200] rev 20280
8024677: [TESTBUG] Move tests for classes in /testlibrary Summary: Moved the tests to /testlibrary_tests and updated TEST.groups Reviewed-by: dholmes, sla
Wed, 25 Sep 2013 13:58:13 +0200 8023956: Provide a work-around to broken Linux 32 bit "Exec Shield" using CS for NX emulation (crashing with SI_KERNEL)
dsimms [Wed, 25 Sep 2013 13:58:13 +0200] rev 20279
8023956: Provide a work-around to broken Linux 32 bit "Exec Shield" using CS for NX emulation (crashing with SI_KERNEL) Summary: Execute some code at a high virtual address value, and keep mapped Reviewed-by: coleenp, zgu
Thu, 26 Sep 2013 13:41:34 -0700 8025536: new hotspot build - hs25-b53
amurillo [Thu, 26 Sep 2013 13:41:34 -0700] rev 20278
8025536: new hotspot build - hs25-b53 Reviewed-by: jcoomes
Wed, 02 Oct 2013 13:26:31 -0700 Added tag jdk8-b110 for changeset 5feed41054de
katleman [Wed, 02 Oct 2013 13:26:31 -0700] rev 20277
Added tag jdk8-b110 for changeset 5feed41054de
Tue, 08 Oct 2013 13:09:20 -0700 Merge
katleman [Tue, 08 Oct 2013 13:09:20 -0700] rev 20276
Merge
Mon, 07 Oct 2013 18:19:15 +0200 8005924: Make it possible to set both --with-user-release-suffix and --with-build-number
erikj [Mon, 07 Oct 2013 18:19:15 +0200] rev 20275
8005924: Make it possible to set both --with-user-release-suffix and --with-build-number Reviewed-by: ihse, tbell
Mon, 07 Oct 2013 13:11:40 +0200 8025920: webrev.ksh does not provide any details about changes in zip files
thurka [Mon, 07 Oct 2013 13:11:40 +0200] rev 20274
8025920: webrev.ksh does not provide any details about changes in zip files Summary: Add support for diffs for zip files Reviewed-by: ksrini, chegar
Thu, 03 Oct 2013 11:26:11 +0200 8008944: Correct typos
ihse [Thu, 03 Oct 2013 11:26:11 +0200] rev 20273
8008944: Correct typos Reviewed-by: tbell, erikj
Wed, 02 Oct 2013 13:26:25 -0700 Added tag jdk8-b110 for changeset 6766207925ff
katleman [Wed, 02 Oct 2013 13:26:25 -0700] rev 20272
Added tag jdk8-b110 for changeset 6766207925ff
Wed, 05 Jul 2017 19:14:20 +0200 Added tag jdk8-b110 for changeset b5d2bf482a3e
duke [Wed, 05 Jul 2017 19:14:20 +0200] rev 20271
Added tag jdk8-b110 for changeset b5d2bf482a3e
Wed, 05 Jul 2017 19:14:19 +0200 Merge jdk8-b110
duke [Wed, 05 Jul 2017 19:14:19 +0200] rev 20270
Merge
Wed, 05 Jul 2017 19:14:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:16 +0200] rev 20269
Merge
Thu, 26 Sep 2013 17:23:00 -0700 Merge
lana [Thu, 26 Sep 2013 17:23:00 -0700] rev 20268
Merge
Thu, 26 Sep 2013 15:04:15 -0700 8011738: Write test to check for bootstrap attributes for lambda expressions in class file
sogoel [Thu, 26 Sep 2013 15:04:15 -0700] rev 20267
8011738: Write test to check for bootstrap attributes for lambda expressions in class file Reviewed-by: mcimadamore
Thu, 26 Sep 2013 19:06:09 +0100 8025139: javac patch for using bootstrap compiler for debugging is not working properly
vromero [Thu, 26 Sep 2013 19:06:09 +0100] rev 20266
8025139: javac patch for using bootstrap compiler for debugging is not working properly Reviewed-by: jjg
Thu, 26 Sep 2013 20:07:43 +0200 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing
jlahoda [Thu, 26 Sep 2013 20:07:43 +0200] rev 20265
8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing Summary: Making HtmlTree.NONENCODING_CHARS final Reviewed-by: jjg
Wed, 25 Sep 2013 22:26:42 -0700 8004825: javadoc crash DocletAbortException
bpatel [Wed, 25 Sep 2013 22:26:42 -0700] rev 20264
8004825: javadoc crash DocletAbortException Reviewed-by: jjg
Wed, 25 Sep 2013 14:04:24 -0700 8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java
jjg [Wed, 25 Sep 2013 14:04:24 -0700] rev 20263
8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java Reviewed-by: bpatel
Wed, 25 Sep 2013 14:02:16 -0700 Merge
mfang [Wed, 25 Sep 2013 14:02:16 -0700] rev 20262
Merge
Wed, 25 Sep 2013 07:36:37 -0700 Merge
mfang [Wed, 25 Sep 2013 07:36:37 -0700] rev 20261
Merge
Tue, 24 Sep 2013 14:35:24 -0700 Merge
mfang [Tue, 24 Sep 2013 14:35:24 -0700] rev 20260
Merge
Tue, 24 Sep 2013 14:20:33 -0700 8025215: jdk8 l10n resource file translation update 4
mfang [Tue, 24 Sep 2013 14:20:33 -0700] rev 20259
8025215: jdk8 l10n resource file translation update 4 Reviewed-by: naoto, yhuang
Wed, 25 Sep 2013 11:07:05 -0700 8025407: TypeAnnotations does not use Context
jjg [Wed, 25 Sep 2013 11:07:05 -0700] rev 20258
8025407: TypeAnnotations does not use Context Reviewed-by: jfranck
Tue, 24 Sep 2013 16:12:06 -0700 8016328: Regression : Javadoc i18n regression caused by fix for 8012375
bpatel [Tue, 24 Sep 2013 16:12:06 -0700] rev 20257
8016328: Regression : Javadoc i18n regression caused by fix for 8012375 Reviewed-by: jjg
Tue, 24 Sep 2013 13:48:12 -0700 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg [Tue, 24 Sep 2013 13:48:12 -0700] rev 20256
8002154: [doclint] doclint should check for issues which are errors in javadoc Reviewed-by: bpatel
Tue, 24 Sep 2013 11:46:25 -0700 8025272: doclint needs to check for valid usage of @value tag
jjg [Tue, 24 Sep 2013 11:46:25 -0700] rev 20255
8025272: doclint needs to check for valid usage of @value tag Reviewed-by: bpatel
Tue, 24 Sep 2013 10:51:28 -0700 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg [Tue, 24 Sep 2013 10:51:28 -0700] rev 20254
8025246: [doclint] doclint is showing error on anchor already defined when it's not Reviewed-by: bpatel
Tue, 24 Sep 2013 10:48:11 -0700 8025050: Doclint doesn't recognize <dfn> tag
jjg [Tue, 24 Sep 2013 10:48:11 -0700] rev 20253
8025050: Doclint doesn't recognize <dfn> tag Reviewed-by: bpatel
Mon, 23 Sep 2013 15:37:59 -0400 6499673: Assertion check for TypeVariable.getUpperBound() fails.
emc [Mon, 23 Sep 2013 15:37:59 -0400] rev 20252
6499673: Assertion check for TypeVariable.getUpperBound() fails. Summary: Fix TypeVariable.getUpperBound to return results as specified Reviewed-by: jjg
Mon, 23 Sep 2013 18:29:27 +0400 4881267: improve diagnostic for "instanceof T" for type parameter T
kizune [Mon, 23 Sep 2013 18:29:27 +0400] rev 20251
4881267: improve diagnostic for "instanceof T" for type parameter T Reviewed-by: vromero, jjg
Mon, 23 Sep 2013 17:27:38 +0400 7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
kizune [Mon, 23 Sep 2013 17:27:38 +0400] rev 20250
7154966: CRs found to be in Fixed state with no test and no noreg- keyword. Reviewed-by: ksrini
Mon, 23 Sep 2013 10:42:38 +0200 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
alundblad [Mon, 23 Sep 2013 10:42:38 +0200] rev 20249
6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() Summary: Static factory method ListBuffer.lb removed. Replaced by constructor calls. Reviewed-by: jfranck, jjg
Mon, 23 Sep 2013 10:10:07 +0200 8024988: javac, LVT test harness should generate tests .class files in the scratch folder
alundblad [Mon, 23 Sep 2013 10:10:07 +0200] rev 20248
8024988: javac, LVT test harness should generate tests .class files in the scratch folder Summary: Set the CLASS_OUTPUT location to the scratch directory. Changed the argument to checkClassFile accordingly. Reviewed-by: jjg, vromero
Sun, 22 Sep 2013 20:20:38 -0700 Merge
lana [Sun, 22 Sep 2013 20:20:38 -0700] rev 20247
Merge
Fri, 20 Sep 2013 19:16:55 -0700 Merge
lana [Fri, 20 Sep 2013 19:16:55 -0700] rev 20246
Merge
Sun, 22 Sep 2013 12:53:03 +0100 8024696: Missing null check in bound method reference capture
vromero [Sun, 22 Sep 2013 12:53:03 +0100] rev 20245
8024696: Missing null check in bound method reference capture Reviewed-by: jjg, briangoetz
Fri, 20 Sep 2013 16:33:35 +0200 8023835: TreeMaker.QualIdent() too leafy
jlahoda [Fri, 20 Sep 2013 16:33:35 +0200] rev 20244
8023835: TreeMaker.QualIdent() too leafy Reviewed-by: jjg
Thu, 19 Sep 2013 19:18:37 -0700 8025110: TreeCopier does not correctly copy LabeledStatementTree
jjg [Thu, 19 Sep 2013 19:18:37 -0700] rev 20243
8025110: TreeCopier does not correctly copy LabeledStatementTree Reviewed-by: jjg Contributed-by: Werner Dietl <wdietl@gmail.com>
Thu, 19 Sep 2013 20:57:37 +0100 8024437: Inferring the exception thrown: sometimes fails to compile
vromero [Thu, 19 Sep 2013 20:57:37 +0100] rev 20242
8024437: Inferring the exception thrown: sometimes fails to compile Reviewed-by: jjg
Thu, 19 Sep 2013 08:26:26 -0700 8024609: sjavac assertion fails during call to BuildState.collectArtifacts
ohrstrom [Thu, 19 Sep 2013 08:26:26 -0700] rev 20241
8024609: sjavac assertion fails during call to BuildState.collectArtifacts Reviewed-by: jjg
Thu, 19 Sep 2013 17:05:08 +0200 8022567: Javac Should Generate Warnings For Raw Array Type
jlahoda [Thu, 19 Sep 2013 17:05:08 +0200] rev 20240
8022567: Javac Should Generate Warnings For Raw Array Type Reviewed-by: jjg
Thu, 19 Sep 2013 17:05:32 +0400 8017248: Compiler Diacritics Issue
kizune [Thu, 19 Sep 2013 17:05:32 +0400] rev 20239
8017248: Compiler Diacritics Issue Reviewed-by: naoto
Wed, 18 Sep 2013 22:47:06 -0700 8024096: some javadoc tests may contain false positive results
bpatel [Wed, 18 Sep 2013 22:47:06 -0700] rev 20238
8024096: some javadoc tests may contain false positive results Reviewed-by: jjg
Wed, 18 Sep 2013 17:13:26 -0700 8015249: javadoc fails to document static final fields in annotation types
bpatel [Wed, 18 Sep 2013 17:13:26 -0700] rev 20237
8015249: javadoc fails to document static final fields in annotation types Reviewed-by: jjg
Wed, 18 Sep 2013 14:39:27 +0200 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
alundblad [Wed, 18 Sep 2013 14:39:27 +0200] rev 20236
8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length Summary: exception_table_langth renamed to exception_table_length Reviewed-by: jfranck, jjg
Tue, 17 Sep 2013 14:17:13 -0700 8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
jjg [Tue, 17 Sep 2013 14:17:13 -0700] rev 20235
8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL Reviewed-by: darcy
Thu, 26 Sep 2013 10:43:55 -0700 Added tag jdk8-b109 for changeset 70dd6db0a869
cl [Thu, 26 Sep 2013 10:43:55 -0700] rev 20234
Added tag jdk8-b109 for changeset 70dd6db0a869
Wed, 05 Jul 2017 19:14:08 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:08 +0200] rev 20233
Merge
Thu, 26 Sep 2013 10:43:28 -0700 Added tag jdk8-b109 for changeset 839c7fc1db4c
cl [Thu, 26 Sep 2013 10:43:28 -0700] rev 20232
Added tag jdk8-b109 for changeset 839c7fc1db4c
Wed, 05 Jul 2017 19:14:05 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:05 +0200] rev 20231
Merge
Thu, 26 Sep 2013 10:43:25 -0700 Added tag jdk8-b109 for changeset 927782ec0a1e
cl [Thu, 26 Sep 2013 10:43:25 -0700] rev 20230
Added tag jdk8-b109 for changeset 927782ec0a1e
Wed, 05 Jul 2017 19:14:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:01 +0200] rev 20229
Merge
Thu, 26 Sep 2013 17:23:22 -0700 Merge
lana [Thu, 26 Sep 2013 17:23:22 -0700] rev 20228
Merge
Thu, 26 Sep 2013 16:37:21 +0530 Merge
sundar [Thu, 26 Sep 2013 16:37:21 +0530] rev 20227
Merge
Thu, 26 Sep 2013 11:47:24 +0200 8025486: RegExp constructor arguments are not evaluated in right order
hannesw [Thu, 26 Sep 2013 11:47:24 +0200] rev 20226
8025486: RegExp constructor arguments are not evaluated in right order Reviewed-by: sundar
Thu, 26 Sep 2013 10:14:24 +0200 8025197: String replace method fails with regexp /$/gi
hannesw [Thu, 26 Sep 2013 10:14:24 +0200] rev 20225
8025197: String replace method fails with regexp /$/gi Reviewed-by: sundar
Wed, 25 Sep 2013 16:37:56 +0200 8025434: RegExp lastIndex can exceed int range
hannesw [Wed, 25 Sep 2013 16:37:56 +0200] rev 20224
8025434: RegExp lastIndex can exceed int range Reviewed-by: lagergren, sundar
Wed, 25 Sep 2013 08:17:37 +0530 8025325: parseFloat does not handle '.' in exponent part
sundar [Wed, 25 Sep 2013 08:17:37 +0530] rev 20223
8025325: parseFloat does not handle '.' in exponent part Reviewed-by: hannesw
Tue, 24 Sep 2013 20:43:42 +0530 8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed
sundar [Tue, 24 Sep 2013 20:43:42 +0530] rev 20222
8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed Reviewed-by: jlaskey, hannesw
Mon, 23 Sep 2013 14:20:45 +0530 Merge
sundar [Mon, 23 Sep 2013 14:20:45 +0530] rev 20221
Merge
Sat, 21 Sep 2013 10:11:15 +0200 8025163: Date methods should not return -0
hannesw [Sat, 21 Sep 2013 10:11:15 +0200] rev 20220
8025163: Date methods should not return -0 Reviewed-by: lagergren, jlaskey
Fri, 20 Sep 2013 22:37:08 +0530 8025149: JSON.stringify does not handle 'space' argument as per the spec.
sundar [Fri, 20 Sep 2013 22:37:08 +0530] rev 20219
8025149: JSON.stringify does not handle 'space' argument as per the spec. Reviewed-by: jlaskey, hannesw
Fri, 20 Sep 2013 20:55:43 +0530 8025147: Trailing comma is not allowed in JSONArray and JSONObject
sundar [Fri, 20 Sep 2013 20:55:43 +0530] rev 20218
8025147: Trailing comma is not allowed in JSONArray and JSONObject Reviewed-by: hannesw, jlaskey
Fri, 20 Sep 2013 19:17:04 -0700 Merge
lana [Fri, 20 Sep 2013 19:17:04 -0700] rev 20217
Merge
Fri, 20 Sep 2013 12:11:08 +0200 8022587: ClassCache is not optimal and leaks Source instances
hannesw [Fri, 20 Sep 2013 12:11:08 +0200] rev 20216
8022587: ClassCache is not optimal and leaks Source instances Reviewed-by: lagergren, attila
Fri, 20 Sep 2013 12:56:07 +0530 8025111: undefined or null 'with' expression in empty with block should throw TypeError
sundar [Fri, 20 Sep 2013 12:56:07 +0530] rev 20215
8025111: undefined or null 'with' expression in empty with block should throw TypeError Reviewed-by: lagergren, hannesw
Thu, 19 Sep 2013 23:48:37 +0530 8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
sundar [Thu, 19 Sep 2013 23:48:37 +0530] rev 20214
8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError Reviewed-by: jlaskey
Thu, 19 Sep 2013 21:20:47 +0530 8025080: Object literal getter, setter function with number format property name results in ClassFormatError
sundar [Thu, 19 Sep 2013 21:20:47 +0530] rev 20213
8025080: Object literal getter, setter function with number format property name results in ClassFormatError Reviewed-by: lagergren, hannesw
Thu, 19 Sep 2013 15:39:01 +0200 8023154: compileAllTests fails with: 2 tests failed to compile
hannesw [Thu, 19 Sep 2013 15:39:01 +0200] rev 20212
8023154: compileAllTests fails with: 2 tests failed to compile Reviewed-by: sundar, jlaskey
Thu, 19 Sep 2013 13:34:01 +0530 8025048: true as case label results in ClassCastException
sundar [Thu, 19 Sep 2013 13:34:01 +0530] rev 20211
8025048: true as case label results in ClassCastException Reviewed-by: lagergren
Wed, 18 Sep 2013 16:36:25 +0530 8024973: Using a different ScriptContext with a CompiledScript results in ScriptException
sundar [Wed, 18 Sep 2013 16:36:25 +0530] rev 20210
8024973: Using a different ScriptContext with a CompiledScript results in ScriptException Reviewed-by: jlaskey, hannesw
Wed, 18 Sep 2013 13:06:17 +0530 8024972: for (LeftHandSideExpression in Expression) crashes the compiler
sundar [Wed, 18 Sep 2013 13:06:17 +0530] rev 20209
8024972: for (LeftHandSideExpression in Expression) crashes the compiler Reviewed-by: lagergren, hannesw
Thu, 26 Sep 2013 10:43:59 -0700 Added tag jdk8-b109 for changeset a9c63e60bf10
cl [Thu, 26 Sep 2013 10:43:59 -0700] rev 20208
Added tag jdk8-b109 for changeset a9c63e60bf10
Wed, 05 Jul 2017 19:13:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:54 +0200] rev 20207
Merge
Thu, 26 Sep 2013 10:43:08 -0700 Added tag jdk8-b109 for changeset 663d34cd5856
cl [Thu, 26 Sep 2013 10:43:08 -0700] rev 20206
Added tag jdk8-b109 for changeset 663d34cd5856
Wed, 05 Jul 2017 19:13:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:51 +0200] rev 20205
Merge
Wed, 02 Oct 2013 15:08:29 +0200 Merge
erikj [Wed, 02 Oct 2013 15:08:29 +0200] rev 20204
Merge
Tue, 01 Oct 2013 11:08:23 +0200 8019219: Fix typo in jdk/makefiles "default" targets
ihse [Tue, 01 Oct 2013 11:08:23 +0200] rev 20203
8019219: Fix typo in jdk/makefiles "default" targets Reviewed-by: erikj
Tue, 01 Oct 2013 12:45:47 -0700 Merge
katleman [Tue, 01 Oct 2013 12:45:47 -0700] rev 20202
Merge
Fri, 27 Sep 2013 16:29:44 -0700 8020552: [launcher] changes to support removal of Solaris 32-bit distribution
ksrini [Fri, 27 Sep 2013 16:29:44 -0700] rev 20201
8020552: [launcher] changes to support removal of Solaris 32-bit distribution 8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
Thu, 26 Sep 2013 17:21:47 -0700 Merge
lana [Thu, 26 Sep 2013 17:21:47 -0700] rev 20200
Merge
Thu, 26 Sep 2013 11:13:34 -0700 8025173: HashMap.put() replacing an existing key can trigger a resize()
bchristi [Thu, 26 Sep 2013 11:13:34 -0700] rev 20199
8025173: HashMap.put() replacing an existing key can trigger a resize() Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin
Wed, 25 Sep 2013 07:36:29 -0700 Merge
mfang [Wed, 25 Sep 2013 07:36:29 -0700] rev 20198
Merge
Tue, 24 Sep 2013 14:34:55 -0700 Merge
mfang [Tue, 24 Sep 2013 14:34:55 -0700] rev 20197
Merge
Tue, 24 Sep 2013 14:17:42 -0700 8025215: jdk8 l10n resource file translation update 4
mfang [Tue, 24 Sep 2013 14:17:42 -0700] rev 20196
8025215: jdk8 l10n resource file translation update 4 Reviewed-by: naoto, yhuang
Wed, 25 Sep 2013 09:47:24 +0200 8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
dfuchs [Wed, 25 Sep 2013 09:47:24 +0200] rev 20195
8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout Summary: Arbitrary timeouts in the tests @run lines where too agressive for some configurations. The tests will now run with default timeout. Reviewed-by: alanb, mchung
Thu, 29 Aug 2013 11:08:42 +0200 8014659: NPG: performance counters for compressed klass space
stefank [Thu, 29 Aug 2013 11:08:42 +0200] rev 20194
8014659: NPG: performance counters for compressed klass space Reviewed-by: jmasa, sla Contributed-by: erik.helin@oracle.com
Sun, 22 Sep 2013 20:21:11 -0700 Merge
lana [Sun, 22 Sep 2013 20:21:11 -0700] rev 20193
Merge
Fri, 20 Sep 2013 19:15:59 -0700 Merge
lana [Fri, 20 Sep 2013 19:15:59 -0700] rev 20192
Merge
Mon, 23 Sep 2013 04:05:42 +0100 8023130: (process) ProcessBuilder#inheritIO does not work on Windows
alanb [Mon, 23 Sep 2013 04:05:42 +0100] rev 20191
8023130: (process) ProcessBuilder#inheritIO does not work on Windows Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov@oracle.com
Fri, 20 Sep 2013 17:11:32 -0700 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
psandoz [Fri, 20 Sep 2013 17:11:32 -0700] rev 20190
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb
Fri, 20 Sep 2013 15:12:05 -0700 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
bpb [Fri, 20 Sep 2013 15:12:05 -0700] rev 20189
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Fri, 20 Sep 2013 11:07:06 -0700 8024253: ThreadLocal random can use SecureRandom for the initial seed
psandoz [Fri, 20 Sep 2013 11:07:06 -0700] rev 20188
8024253: ThreadLocal random can use SecureRandom for the initial seed Reviewed-by: psandoz, chegar, alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Guy Steele <guy.steele@oracle.com>
Fri, 20 Sep 2013 16:40:32 +0200 7200277: [parfait] potential buffer overflow in npt/utf.c
sla [Fri, 20 Sep 2013 16:40:32 +0200] rev 20187
7200277: [parfait] potential buffer overflow in npt/utf.c Reviewed-by: dsamersoff, dcubed
Fri, 20 Sep 2013 17:56:54 +0400 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
kizune [Fri, 20 Sep 2013 17:56:54 +0400] rev 20186
8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales Reviewed-by: naoto, ksrini
Fri, 20 Sep 2013 10:15:02 +0200 8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
sla [Fri, 20 Sep 2013 10:15:02 +0200] rev 20185
8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch Reviewed-by: dcubed
Fri, 20 Sep 2013 10:14:35 +0200 8024985: com/sun/jdi/StepTest.java failed since jdk8b107
sla [Fri, 20 Sep 2013 10:14:35 +0200] rev 20184
8024985: com/sun/jdi/StepTest.java failed since jdk8b107 Reviewed-by: dcubed
Thu, 19 Sep 2013 20:41:54 -0700 8024405: Spliterators.spliterator should support CONCURRENT characteristic
psandoz [Thu, 19 Sep 2013 20:41:54 -0700] rev 20183
8024405: Spliterators.spliterator should support CONCURRENT characteristic Reviewed-by: martin
Wed, 18 Sep 2013 10:49:34 -0700 8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
psandoz [Wed, 18 Sep 2013 10:49:34 -0700] rev 20182
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException Reviewed-by: henryjen, alanb
Thu, 19 Sep 2013 10:06:30 -0700 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
sherman [Thu, 19 Sep 2013 10:06:30 -0700] rev 20181
8023113: tools/jar/ChangeDir.java fails if /tmp/a exists Summary: updated the test case Reviewed-by: alanb
Thu, 19 Sep 2013 16:14:13 +0200 8011940: java.lang.Class.getAnnotations() always enters synchronized method
plevart [Thu, 19 Sep 2013 16:14:13 +0200] rev 20180
8011940: java.lang.Class.getAnnotations() always enters synchronized method Reviewed-by: jfranck, chegar, psandoz, shade
Thu, 19 Sep 2013 17:04:45 +0400 8017248: Compiler Diacritics Issue
kizune [Thu, 19 Sep 2013 17:04:45 +0400] rev 20179
8017248: Compiler Diacritics Issue Reviewed-by: naoto
Wed, 18 Sep 2013 15:13:10 +0100 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
ewang [Wed, 18 Sep 2013 15:13:10 +0100] rev 20178
8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb
Wed, 18 Sep 2013 21:37:45 +0800 8011402: Move blacklisting certificate logic from hard code to data
weijun [Wed, 18 Sep 2013 21:37:45 +0800] rev 20177
8011402: Move blacklisting certificate logic from hard code to data Reviewed-by: erikj, mullan
Wed, 18 Sep 2013 14:10:24 +0100 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
alanb [Wed, 18 Sep 2013 14:10:24 +0100] rev 20176
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx) Reviewed-by: alanb, coffeys Contributed-by: nmaurer@redhat.com, alan.bateman@oracle.com
Wed, 18 Sep 2013 18:22:49 +0800 8012615: Realm.getRealmsList returns realms list in wrong
weijun [Wed, 18 Sep 2013 18:22:49 +0800] rev 20175
8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei
Wed, 18 Sep 2013 08:51:23 +0200 8023954: MBean*Info.equals: throw NPE
sjiang [Wed, 18 Sep 2013 08:51:23 +0200] rev 20174
8023954: MBean*Info.equals: throw NPE Reviewed-by: dfuchs, dholmes
Thu, 26 Sep 2013 17:18:12 -0700 Merge
lana [Thu, 26 Sep 2013 17:18:12 -0700] rev 20173
Merge
Thu, 26 Sep 2013 16:10:36 +0400 8025218: [javadoc] some errors in java/awt classes
yan [Thu, 26 Sep 2013 16:10:36 +0400] rev 20172
8025218: [javadoc] some errors in java/awt classes Reviewed-by: yan Contributed-by: Dmitry Zinkevich <dmitry.zinkevich@oracle.com>
Thu, 26 Sep 2013 10:48:56 +0200 8025160: Recent Java Accessibility Bridge push has make failures
ptbrunet [Thu, 26 Sep 2013 10:48:56 +0200] rev 20171
8025160: Recent Java Accessibility Bridge push has make failures Reviewed-by: tbell, erikj
Wed, 25 Sep 2013 17:42:15 +0400 7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean)
alexsch [Wed, 25 Sep 2013 17:42:15 +0400] rev 20170
7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean) Reviewed-by: malenkov, serb
Wed, 25 Sep 2013 17:35:22 +0400 8025085: [javadoc] some errors in javax/swing
yan [Wed, 25 Sep 2013 17:35:22 +0400] rev 20169
8025085: [javadoc] some errors in javax/swing Reviewed-by: alexsch Contributed-by: Dmitry Zinkevich <dmitry.zinkevich@oracle.com>
Wed, 25 Sep 2013 17:08:31 +0400 8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth
alexsch [Wed, 25 Sep 2013 17:08:31 +0400] rev 20168
8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth Reviewed-by: serb, alexsch Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 25 Sep 2013 16:52:46 +0400 8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear
kshefov [Wed, 25 Sep 2013 16:52:46 +0400] rev 20167
8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear Reviewed-by: anthony, serb
Wed, 25 Sep 2013 16:12:07 +0400 8024987: Copy/paste regression since JDK8 b86
pchelko [Wed, 25 Sep 2013 16:12:07 +0400] rev 20166
8024987: Copy/paste regression since JDK8 b86 Reviewed-by: serb, anthony
Wed, 25 Sep 2013 16:17:42 +0400 8007155: [macosx] Disabled panel takes mouse input in JLayeredPane
alexsch [Wed, 25 Sep 2013 16:17:42 +0400] rev 20165
8007155: [macosx] Disabled panel takes mouse input in JLayeredPane Reviewed-by: serb, anthony
Wed, 25 Sep 2013 14:06:15 +0400 8023310: Thread contention in the method Beans.IsDesignTime()
malenkov [Wed, 25 Sep 2013 14:06:15 +0400] rev 20164
8023310: Thread contention in the method Beans.IsDesignTime() Reviewed-by: art, sfriberg
Tue, 24 Sep 2013 18:24:03 +0400 8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily
leonidr [Tue, 24 Sep 2013 18:24:03 +0400] rev 20163
8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily Reviewed-by: anthony, serb
Tue, 24 Sep 2013 18:20:31 +0400 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX
kshefov [Tue, 24 Sep 2013 18:20:31 +0400] rev 20162
8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb
Tue, 24 Sep 2013 18:13:24 +0400 7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS
kshefov [Tue, 24 Sep 2013 18:13:24 +0400] rev 20161
7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:56:32 +0400 7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS
kshefov [Tue, 24 Sep 2013 17:56:32 +0400] rev 20160
7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:46:19 +0400 7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over
kshefov [Tue, 24 Sep 2013 17:46:19 +0400] rev 20159
7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Tue, 24 Sep 2013 17:04:47 +0400 8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes
yan [Tue, 24 Sep 2013 17:04:47 +0400] rev 20158
8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes Reviewed-by: alexsch
Tue, 24 Sep 2013 16:36:00 +0400 8025230: [cleanup] some more javadoc formatting fixes for swing
yan [Tue, 24 Sep 2013 16:36:00 +0400] rev 20157
8025230: [cleanup] some more javadoc formatting fixes for swing Reviewed-by: alexsch
Tue, 24 Sep 2013 12:25:50 +0400 8025114: Eliminate doclint errors in java.awt.dnd package javadoc
yan [Tue, 24 Sep 2013 12:25:50 +0400] rev 20156
8025114: Eliminate doclint errors in java.awt.dnd package javadoc Reviewed-by: serb, alexsch
Mon, 23 Sep 2013 21:24:34 +0400 8019282: keyRelesed is reached even though key was NOT released
serb [Mon, 23 Sep 2013 21:24:34 +0400] rev 20155
8019282: keyRelesed is reached even though key was NOT released Reviewed-by: serb, anthony Contributed-by: alexander.zvegintsev@oracle.com
Mon, 23 Sep 2013 17:55:36 +0400 7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent
serb [Mon, 23 Sep 2013 17:55:36 +0400] rev 20154
7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: alexsch, anthony
Mon, 23 Sep 2013 16:17:26 +0400 8005255: [macosx] Cleanup warnings in sun.lwawt
serb [Mon, 23 Sep 2013 16:17:26 +0400] rev 20153
8005255: [macosx] Cleanup warnings in sun.lwawt Reviewed-by: alexsch, anthony
Mon, 23 Sep 2013 16:14:42 +0400 8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX
kshefov [Mon, 23 Sep 2013 16:14:42 +0400] rev 20152
8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb
Fri, 20 Sep 2013 18:56:41 +0400 7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
malenkov [Fri, 20 Sep 2013 18:56:41 +0400] rev 20151
7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane Reviewed-by: alexsch
Fri, 20 Sep 2013 17:35:45 +0400 7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location
kshefov [Fri, 20 Sep 2013 17:35:45 +0400] rev 20150
7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Fri, 20 Sep 2013 17:16:45 +0400 8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu
kshefov [Fri, 20 Sep 2013 17:16:45 +0400] rev 20149
8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Fri, 20 Sep 2013 17:07:11 +0400 7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys
kshefov [Fri, 20 Sep 2013 17:07:11 +0400] rev 20148
7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys Reviewed-by: alexsch, serb Contributed-by: vera.akulova@oracle.com
Thu, 19 Sep 2013 23:46:15 +0400 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
leonidr [Thu, 19 Sep 2013 23:46:15 +0400] rev 20147
7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol Reviewed-by: anthony, serb
Thu, 19 Sep 2013 22:33:21 +0400 7144065: [macosx] Orphaned Choice popup window
leonidr [Thu, 19 Sep 2013 22:33:21 +0400] rev 20146
7144065: [macosx] Orphaned Choice popup window Reviewed-by: anthony, serb Contributed-by: alexander.potochkin@oracle.com
Wed, 18 Sep 2013 16:01:37 -0700 Merge
lana [Wed, 18 Sep 2013 16:01:37 -0700] rev 20145
Merge
Wed, 18 Sep 2013 18:36:57 +0400 7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails
leonidr [Wed, 18 Sep 2013 18:36:57 +0400] rev 20144
7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails Reviewed-by: anthony, serb
Wed, 18 Sep 2013 15:12:13 +0400 8016746: Test javax/swing/JTable/7068740/bug7068740.java fails
mcherkas [Wed, 18 Sep 2013 15:12:13 +0400] rev 20143
8016746: Test javax/swing/JTable/7068740/bug7068740.java fails Reviewed-by: serb, alexsch
Wed, 18 Sep 2013 12:25:13 +0400 8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread
ant [Wed, 18 Sep 2013 12:25:13 +0400] rev 20142
8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread Reviewed-by: anthony, pchelko
Mon, 16 Sep 2013 15:43:06 -0400 8024863: X11: Support GNOME Shell as mutter
omajid [Mon, 16 Sep 2013 15:43:06 -0400] rev 20141
8024863: X11: Support GNOME Shell as mutter Reviewed-by: anthony
Mon, 16 Sep 2013 19:44:47 +0400 8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog
pchelko [Mon, 16 Sep 2013 19:44:47 +0400] rev 20140
8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog Reviewed-by: serb, anthony
Mon, 16 Sep 2013 19:38:32 +0400 8024779: [macosx] SwingNode crashes on exit
pchelko [Mon, 16 Sep 2013 19:38:32 +0400] rev 20139
8024779: [macosx] SwingNode crashes on exit Reviewed-by: anthony, ant
Mon, 16 Sep 2013 19:21:50 +0400 8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX
kshefov [Mon, 16 Sep 2013 19:21:50 +0400] rev 20138
8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX Reviewed-by: anthony, serb
Mon, 16 Sep 2013 19:15:53 +0400 7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
kshefov [Mon, 16 Sep 2013 19:15:53 +0400] rev 20137
7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed Reviewed-by: anthony, serb
Mon, 16 Sep 2013 18:00:06 +0400 8022512: JLightweightFrame: the content pane should be transparent
ant [Mon, 16 Sep 2013 18:00:06 +0400] rev 20136
8022512: JLightweightFrame: the content pane should be transparent Reviewed-by: anthony
Mon, 16 Sep 2013 17:45:07 +0400 8008728: [macosx] Swing. JDialog. Modal dialog goes to background
alexsch [Mon, 16 Sep 2013 17:45:07 +0400] rev 20135
8008728: [macosx] Swing. JDialog. Modal dialog goes to background Reviewed-by: serb
Fri, 13 Sep 2013 18:02:18 +0400 8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS
pchelko [Fri, 13 Sep 2013 18:02:18 +0400] rev 20134
8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS Reviewed-by: anthony, serb
Fri, 13 Sep 2013 17:58:05 +0400 8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX
kshefov [Fri, 13 Sep 2013 17:58:05 +0400] rev 20133
8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb
Fri, 13 Sep 2013 17:54:45 +0400 8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically.
kshefov [Fri, 13 Sep 2013 17:54:45 +0400] rev 20132
8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically. Reviewed-by: alexsch, serb
Fri, 13 Sep 2013 17:48:37 +0400 8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X
mcherkas [Fri, 13 Sep 2013 17:48:37 +0400] rev 20131
8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X Reviewed-by: alexp, alexsch
Fri, 13 Sep 2013 17:41:47 +0400 8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows
pchelko [Fri, 13 Sep 2013 17:41:47 +0400] rev 20130
8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows Reviewed-by: serb, anthony
Fri, 13 Sep 2013 17:38:28 +0400 8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits.
pchelko [Fri, 13 Sep 2013 17:38:28 +0400] rev 20129
8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits. Reviewed-by: anthony, serb
Fri, 13 Sep 2013 17:25:31 +0400 8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86
pchelko [Fri, 13 Sep 2013 17:25:31 +0400] rev 20128
8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86 Reviewed-by: art, serb
Fri, 13 Sep 2013 11:58:39 +0400 8024170: [SwingNode] Implement cursor change
pchelko [Fri, 13 Sep 2013 11:58:39 +0400] rev 20127
8024170: [SwingNode] Implement cursor change Reviewed-by: anthony, ant
Thu, 12 Sep 2013 18:44:14 +0400 8024395: Improve fix for line break calculations
dmarkov [Thu, 12 Sep 2013 18:44:14 +0400] rev 20126
8024395: Improve fix for line break calculations Reviewed-by: alexp, alexsch
Thu, 12 Sep 2013 18:21:06 +0400 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled
serb [Thu, 12 Sep 2013 18:21:06 +0400] rev 20125
7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled Reviewed-by: anthony, leonidr
Thu, 12 Sep 2013 15:50:25 +0400 7064312: Cleanup: avoid using unsafe string function
bagiras [Thu, 12 Sep 2013 15:50:25 +0400] rev 20124
7064312: Cleanup: avoid using unsafe string function Reviewed-by: serb, pchelko
Thu, 12 Sep 2013 14:56:20 +0400 8003965: Toolkit.beep() documentation is ambiguous
bagiras [Thu, 12 Sep 2013 14:56:20 +0400] rev 20123
8003965: Toolkit.beep() documentation is ambiguous Reviewed-by: anthony
Tue, 10 Sep 2013 20:42:15 +0400 8003901: [macosx] Need test for JDK-8002114
leonidr [Tue, 10 Sep 2013 20:42:15 +0400] rev 20122
8003901: [macosx] Need test for JDK-8002114 Reviewed-by: anthony, serb
Tue, 10 Sep 2013 17:12:32 +0400 8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos
malenkov [Tue, 10 Sep 2013 17:12:32 +0400] rev 20121
8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos Reviewed-by: alexsch
Tue, 10 Sep 2013 17:06:38 +0400 7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present
malenkov [Tue, 10 Sep 2013 17:06:38 +0400] rev 20120
7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch
Tue, 10 Sep 2013 14:33:48 +0400 8021253: JFileChooser does not react on pressing enter since java 7
alexsch [Tue, 10 Sep 2013 14:33:48 +0400] rev 20119
8021253: JFileChooser does not react on pressing enter since java 7 Reviewed-by: malenkov
Tue, 10 Sep 2013 11:00:21 +0400 8024381: The test for 8020210 does not have @bug tag
pchelko [Tue, 10 Sep 2013 11:00:21 +0400] rev 20118
8024381: The test for 8020210 does not have @bug tag Reviewed-by: anthony, serb
Mon, 09 Sep 2013 21:03:07 +0400 8023042: Inaccuracy in documentation in a sound area
serb [Mon, 09 Sep 2013 21:03:07 +0400] rev 20117
8023042: Inaccuracy in documentation in a sound area Reviewed-by: prr
Mon, 09 Sep 2013 18:34:12 +0400 8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions
alexsch [Mon, 09 Sep 2013 18:34:12 +0400] rev 20116
8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions Reviewed-by: malenkov, erikj
Mon, 09 Sep 2013 17:14:51 +0400 8024413: Add tests for issues JDK-8002077 and JDK-7199708
alexsch [Mon, 09 Sep 2013 17:14:51 +0400] rev 20115
8024413: Add tests for issues JDK-8002077 and JDK-7199708 Reviewed-by: malenkov, leonidr
Fri, 06 Sep 2013 15:09:44 -0700 Merge
lana [Fri, 06 Sep 2013 15:09:44 -0700] rev 20114
Merge
Thu, 05 Sep 2013 15:37:40 +0400 8023392: Swing text components printed with spaces between chars
mcherkas [Thu, 05 Sep 2013 15:37:40 +0400] rev 20113
8023392: Swing text components printed with spaces between chars Reviewed-by: alexsch, alexp Contributed-by: anton.nashatyrev@oracle.com
Wed, 04 Sep 2013 18:12:49 +0400 8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF
mcherkas [Wed, 04 Sep 2013 18:12:49 +0400] rev 20112
8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF Reviewed-by: bae, vadim
Wed, 04 Sep 2013 14:32:13 +0400 8021943: FileDialog getFile returns corrupted string after previous setFile
pchelko [Wed, 04 Sep 2013 14:32:13 +0400] rev 20111
8021943: FileDialog getFile returns corrupted string after previous setFile Reviewed-by: anthony, serb Contributed-by: alexander.zvegintsev@oracle.com
Tue, 03 Sep 2013 21:53:14 +0400 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void
malenkov [Tue, 03 Sep 2013 21:53:14 +0400] rev 20110
7172865: PropertyDescriptor fails to work with setter method name if setter is non-void Reviewed-by: art, alexsch
Tue, 03 Sep 2013 17:27:20 +0400 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date
alexsch [Tue, 03 Sep 2013 17:27:20 +0400] rev 20109
8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date Reviewed-by: leonidr
Tue, 03 Sep 2013 11:00:06 +0400 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes
malenkov [Tue, 03 Sep 2013 11:00:06 +0400] rev 20108
6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes Reviewed-by: alexsch
Mon, 02 Sep 2013 16:48:51 +0400 8022184: Fix static , Raw warnings in classes belonging to java.awt
art [Mon, 02 Sep 2013 16:48:51 +0400] rev 20107
8022184: Fix static , Raw warnings in classes belonging to java.awt Reviewed-by: art, anthony Contributed-by: Srikalyan Chandrashekar <srikalyan.chandrashekar@oracle.com>
Mon, 02 Sep 2013 14:06:24 +0400 7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent
malenkov [Mon, 02 Sep 2013 14:06:24 +0400] rev 20106
7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent Reviewed-by: alexsch
Fri, 30 Aug 2013 13:28:15 +0400 8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
alexsch [Fri, 30 Aug 2013 13:28:15 +0400] rev 20105
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails Reviewed-by: anthony
Fri, 30 Aug 2013 11:11:53 +0400 8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame
pchelko [Fri, 30 Aug 2013 11:11:53 +0400] rev 20104
8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame Reviewed-by: anthony, ant
Wed, 28 Aug 2013 17:32:25 +0400 6968363: ClassCastException while entering HINDI characters with CustomDocument
malenkov [Wed, 28 Aug 2013 17:32:25 +0400] rev 20103
6968363: ClassCastException while entering HINDI characters with CustomDocument Reviewed-by: alexsch
Wed, 28 Aug 2013 17:25:35 +0400 8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL
ptbrunet [Wed, 28 Aug 2013 17:25:35 +0400] rev 20102
8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL 6995891: JAWS will occasionally stop speaking focused objects as user TABs -> problem with message queue 8014738: Combobox menu items are not announced with JAWS 8011938: Java Ferret example corrupts JCombobox of the running application 8012011: JAB 2.0.2 incompletely shows kbd accelerator in menus 8022966: Java Access Bridge no longer usable with screen magnifiers Reviewed-by: raginip, tbell, erikj, art
Tue, 27 Aug 2013 21:46:00 -0700 Merge
lana [Tue, 27 Aug 2013 21:46:00 -0700] rev 20101
Merge
Tue, 27 Aug 2013 13:37:38 +0400 8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails
malenkov [Tue, 27 Aug 2013 13:37:38 +0400] rev 20100
8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails Reviewed-by: alexsch
Tue, 27 Aug 2013 13:13:32 +0400 8021379: JFileChooser Create New Folder button enabled in write proteced directory
malenkov [Tue, 27 Aug 2013 13:13:32 +0400] rev 20099
8021379: JFileChooser Create New Folder button enabled in write proteced directory Reviewed-by: alexsch
Tue, 27 Aug 2013 12:53:46 +0400 7195179: ClassCastException for null values in JComboBox
malenkov [Tue, 27 Aug 2013 12:53:46 +0400] rev 20098
7195179: ClassCastException for null values in JComboBox Reviewed-by: alexsch
Mon, 26 Aug 2013 17:21:48 +0400 8023474: First mousepress doesn't start editing in JTree
dmarkov [Mon, 26 Aug 2013 17:21:48 +0400] rev 20097
8023474: First mousepress doesn't start editing in JTree Reviewed-by: alexp, anthony
Fri, 23 Aug 2013 19:29:39 +0400 7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
malenkov [Fri, 23 Aug 2013 19:29:39 +0400] rev 20096
7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE Reviewed-by: alexsch
Thu, 22 Aug 2013 21:05:11 +0400 7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present
malenkov [Thu, 22 Aug 2013 21:05:11 +0400] rev 20095
7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch
Thu, 22 Aug 2013 17:17:25 +0400 8023536: Some regression tests have a wrong header
malenkov [Thu, 22 Aug 2013 17:17:25 +0400] rev 20094
8023536: Some regression tests have a wrong header Reviewed-by: alexsch
Thu, 26 Sep 2013 17:13:39 -0700 Merge
lana [Thu, 26 Sep 2013 17:13:39 -0700] rev 20093
Merge
Thu, 26 Sep 2013 16:30:38 -0700 8024895: xrender MaskImage cache isn't accounting for change in alpha
ceisserer [Thu, 26 Sep 2013 16:30:38 -0700] rev 20092
8024895: xrender MaskImage cache isn't accounting for change in alpha Reviewed-by: prr, jchen
Thu, 26 Sep 2013 15:06:39 -0700 7092764: java.awt.font.TransformAttribute.equals(null) throws NPE
prr [Thu, 26 Sep 2013 15:06:39 -0700] rev 20091
7092764: java.awt.font.TransformAttribute.equals(null) throws NPE Reviewed-by: jgodinez, jchen
Thu, 26 Sep 2013 10:43:34 -0700 Added tag jdk8-b109 for changeset 93c4cdf60be2
cl [Thu, 26 Sep 2013 10:43:34 -0700] rev 20090
Added tag jdk8-b109 for changeset 93c4cdf60be2
Wed, 05 Jul 2017 19:13:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:29 +0200] rev 20089
Merge
Thu, 26 Sep 2013 13:33:02 -0700 Added tag hs25-b52 for changeset 54bdf1f141cb
amurillo [Thu, 26 Sep 2013 13:33:02 -0700] rev 20088
Added tag hs25-b52 for changeset 54bdf1f141cb
Thu, 26 Sep 2013 13:33:01 -0700 Merge
amurillo [Thu, 26 Sep 2013 13:33:01 -0700] rev 20087
Merge
Thu, 26 Sep 2013 06:34:10 -0700 Merge
tschatzl [Thu, 26 Sep 2013 06:34:10 -0700] rev 20086
Merge
Thu, 26 Sep 2013 12:18:21 +0200 Merge
tschatzl [Thu, 26 Sep 2013 12:18:21 +0200] rev 20085
Merge
Wed, 25 Sep 2013 17:23:41 +0200 8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly
brutisso [Wed, 25 Sep 2013 17:23:41 +0200] rev 20084
8025228: assert(new_entry->reserved_words() == vs_word_size) fails in nightly Reviewed-by: mgerdin, tschatzl, jmasa
Wed, 25 Sep 2013 13:25:24 +0200 7163191: G1: introduce a "heap spanning table" abstraction
tschatzl [Wed, 25 Sep 2013 13:25:24 +0200] rev 20083
7163191: G1: introduce a "heap spanning table" abstraction Summary: Add G1BiasedArray<T> that is an array where each element represents a fixed-sized subdivision of the heap. Use this abstraction to refactor the HeapRegionSeq class. Reviewed-by: brutisso
Tue, 24 Sep 2013 10:14:02 +0200 Merge
tschatzl [Tue, 24 Sep 2013 10:14:02 +0200] rev 20082
Merge
Sat, 21 Sep 2013 10:09:42 +0200 8025096: Move the ChunkManager instances out of the VirtualSpaceLists
stefank [Sat, 21 Sep 2013 10:09:42 +0200] rev 20081
8025096: Move the ChunkManager instances out of the VirtualSpaceLists Reviewed-by: coleenp, mgerdin, jmasa
Fri, 20 Sep 2013 11:00:38 +0200 8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize
stefank [Fri, 20 Sep 2013 11:00:38 +0200] rev 20080
8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize Reviewed-by: coleenp, brutisso, mgerdin, jmasa
Fri, 20 Sep 2013 10:53:28 +0200 8024974: Incorrect use of GC_locker::is_active()
stefank [Fri, 20 Sep 2013 10:53:28 +0200] rev 20079
8024974: Incorrect use of GC_locker::is_active() Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint. Reviewed-by: brutisso, dcubed Contributed-by: per.liden@oracle.com
Thu, 26 Sep 2013 04:00:09 -0700 Merge
bdelsart [Thu, 26 Sep 2013 04:00:09 -0700] rev 20078
Merge
Thu, 26 Sep 2013 01:30:01 -0700 Merge
bdelsart [Thu, 26 Sep 2013 01:30:01 -0700] rev 20077
Merge
Fri, 20 Sep 2013 20:19:52 -0700 Merge
jiangli [Fri, 20 Sep 2013 20:19:52 -0700] rev 20076
Merge
Fri, 20 Sep 2013 15:06:23 -0400 8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code
bpittore [Fri, 20 Sep 2013 15:06:23 -0400] rev 20075
8014911: Should use SUPPORTS_NATIVE_CX8 define to help C/C++ compiler elide blocks of code Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
Thu, 26 Sep 2013 08:48:15 +0200 Merge
adlertz [Thu, 26 Sep 2013 08:48:15 +0200] rev 20074
Merge
Tue, 24 Sep 2013 16:08:00 -0700 8022585: VM crashes when ran with -XX:+PrintInlining
kvn [Tue, 24 Sep 2013 16:08:00 -0700] rev 20073
8022585: VM crashes when ran with -XX:+PrintInlining Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
Tue, 24 Sep 2013 15:56:25 +0200 7009641: Don't fail VM when CodeCache is full
anoll [Tue, 24 Sep 2013 15:56:25 +0200] rev 20072
7009641: Don't fail VM when CodeCache is full Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: kvn, iveresov
Wed, 25 Sep 2013 13:03:21 -0400 Merge
zgu [Wed, 25 Sep 2013 13:03:21 -0400] rev 20071
Merge
Mon, 23 Sep 2013 08:56:19 -0700 8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle
iklam [Mon, 23 Sep 2013 08:56:19 -0700] rev 20070
8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: coleenp, sspitsyn
Sun, 22 Sep 2013 18:07:43 +0200 Merge
dsamersoff [Sun, 22 Sep 2013 18:07:43 +0200] rev 20069
Merge
Sun, 22 Sep 2013 18:49:09 +0400 7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not
dsamersoff [Sun, 22 Sep 2013 18:49:09 +0400] rev 20068
7133122: SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
Sun, 22 Sep 2013 06:31:43 -0700 6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions"
sla [Sun, 22 Sep 2013 06:31:43 -0700] rev 20067
6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions" Reviewed-by: sla, dsamersoff Contributed-by: Yasumasa Suenaga <yasu@ysfactory.dip.jp>
Fri, 20 Sep 2013 18:19:07 -0700 Merge
dcubed [Fri, 20 Sep 2013 18:19:07 -0700] rev 20066
Merge
Fri, 20 Sep 2013 12:58:35 -0700 Merge
dcubed [Fri, 20 Sep 2013 12:58:35 -0700] rev 20065
Merge
Sat, 21 Sep 2013 01:45:29 +0200 Merge
coleenp [Sat, 21 Sep 2013 01:45:29 +0200] rev 20064
Merge
Fri, 20 Sep 2013 18:34:00 -0400 8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64
coleenp [Fri, 20 Sep 2013 18:34:00 -0400] rev 20063
8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64 Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
Fri, 20 Sep 2013 10:34:41 -0700 Merge
mgerdin [Fri, 20 Sep 2013 10:34:41 -0700] rev 20062
Merge
Tue, 17 Sep 2013 17:16:28 +0200 7196151: ParserTest SEGv on solaris
allwin [Tue, 17 Sep 2013 17:16:28 +0200] rev 20061
7196151: ParserTest SEGv on solaris Reviewed-by: sla, coleenp, ctornqvi, dsamersoff
Fri, 20 Sep 2013 09:44:04 -0400 Merge
coleenp [Fri, 20 Sep 2013 09:44:04 -0400] rev 20060
Merge
Fri, 20 Sep 2013 09:30:02 -0400 8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
coleenp [Fri, 20 Sep 2013 09:30:02 -0400] rev 20059
8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: dcubed, sspitsyn
Thu, 19 Sep 2013 11:04:23 -0400 8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
hseigel [Thu, 19 Sep 2013 11:04:23 -0400] rev 20058
8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException Summary: Make sure CDS is off by default when running server compiler. Reviewed-by: dholmes, coleenp
Thu, 19 Sep 2013 08:47:46 +0200 Merge
kevinw [Thu, 19 Sep 2013 08:47:46 +0200] rev 20057
Merge
Wed, 18 Sep 2013 19:50:44 +0200 Merge
kevinw [Wed, 18 Sep 2013 19:50:44 +0200] rev 20056
Merge
Wed, 18 Sep 2013 16:48:49 +0400 8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
sgabdura [Wed, 18 Sep 2013 16:48:49 +0400] rev 20055
8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR Summary: Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor() Reviewed-by: dcubed, dsamersoff
Wed, 18 Sep 2013 20:08:00 -0400 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
dholmes [Wed, 18 Sep 2013 20:08:00 -0400] rev 20054
8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps Reviewed-by: alanb, chegar, dholmes, ksrini Contributed-by: Mike Duigou <mike.duigou@oracle.com>
Wed, 18 Sep 2013 07:02:10 -0700 8019835: Strings interned in different threads equal but does not ==
dcubed [Wed, 18 Sep 2013 07:02:10 -0700] rev 20053
8019835: Strings interned in different threads equal but does not == Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants. Reviewed-by: rdurbin, sspitsyn, coleenp
Fri, 20 Sep 2013 11:17:04 -0700 8025127: new hotspot build - hs25-b52
amurillo [Fri, 20 Sep 2013 11:17:04 -0700] rev 20052
8025127: new hotspot build - hs25-b52 Reviewed-by: jcoomes
Thu, 26 Sep 2013 10:43:15 -0700 Added tag jdk8-b109 for changeset fbc092143b0b
cl [Thu, 26 Sep 2013 10:43:15 -0700] rev 20051
Added tag jdk8-b109 for changeset fbc092143b0b
Wed, 02 Oct 2013 15:08:03 +0200 Merge
erikj [Wed, 02 Oct 2013 15:08:03 +0200] rev 20050
Merge
Tue, 01 Oct 2013 10:58:24 +0200 8006661: Use LC_ALL=C instead of LANG=C compare.sh
ihse [Tue, 01 Oct 2013 10:58:24 +0200] rev 20049
8006661: Use LC_ALL=C instead of LANG=C compare.sh Reviewed-by: tbell
Tue, 01 Oct 2013 12:43:21 -0700 Merge
katleman [Tue, 01 Oct 2013 12:43:21 -0700] rev 20048
Merge
Fri, 27 Sep 2013 16:27:34 -0700 8023495: [infra] create 64-bit solaris bits with symlinks
ksrini [Fri, 27 Sep 2013 16:27:34 -0700] rev 20047
8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, erikj
Thu, 26 Sep 2013 10:43:04 -0700 Added tag jdk8-b109 for changeset 00aead1c2023
cl [Thu, 26 Sep 2013 10:43:04 -0700] rev 20046
Added tag jdk8-b109 for changeset 00aead1c2023
Wed, 05 Jul 2017 19:13:10 +0200 Added tag jdk8-b109 for changeset af9a674e12a1
duke [Wed, 05 Jul 2017 19:13:10 +0200] rev 20045
Added tag jdk8-b109 for changeset af9a674e12a1
Wed, 05 Jul 2017 19:13:10 +0200 Merge jdk8-b109
duke [Wed, 05 Jul 2017 19:13:10 +0200] rev 20044
Merge
Wed, 05 Jul 2017 19:13:07 +0200 Merge
duke [Wed, 05 Jul 2017 19:13:07 +0200] rev 20043
Merge
(0) -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip