Fri, 26 Jul 2013 17:03:19 -0700 8014319: Faster division of large integers
bpb [Fri, 26 Jul 2013 17:03:19 -0700] rev 19060
8014319: Faster division of large integers Summary: Implement Burnickel-Ziegler division algorithm in BigInteger Reviewed-by: bpb, martin Contributed-by: Tim Buktu <tbuktu@hotmail.com>
Fri, 26 Jul 2013 17:23:20 -0700 8021601: Add unit test for PriorityQueue(Comparator) constructor
mduigou [Fri, 26 Jul 2013 17:23:20 -0700] rev 19059
8021601: Add unit test for PriorityQueue(Comparator) constructor Reviewed-by: darcy, alanb
Fri, 26 Jul 2013 15:16:53 -0700 Merge
lana [Fri, 26 Jul 2013 15:16:53 -0700] rev 19058
Merge
Fri, 26 Jul 2013 14:07:32 -0700 Merge
lana [Fri, 26 Jul 2013 14:07:32 -0700] rev 19057
Merge
Fri, 26 Jul 2013 14:16:53 -0700 8019544: Need to run ProviderTest.java in othervm mode.
juh [Fri, 26 Jul 2013 14:16:53 -0700] rev 19056
8019544: Need to run ProviderTest.java in othervm mode. Reviewed-by: wetmore, xuelei, vinnie Contributed-by: rajan.halade@oracle.com
Fri, 26 Jul 2013 10:12:14 +0200 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
jbachorik [Fri, 26 Jul 2013 10:12:14 +0200] rev 19055
8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently Reviewed-by: dfuchs, chegar
Fri, 26 Jul 2013 17:22:08 +0900 8021108: Clean up doclint warnings and errors in java.text package
peytoia [Fri, 26 Jul 2013 17:22:08 +0900] rev 19054
8021108: Clean up doclint warnings and errors in java.text package Reviewed-by: darcy, okutsu
Thu, 25 Jul 2013 20:03:20 -0700 8021429: Fix lint warnings in java.lang.ref
darcy [Thu, 25 Jul 2013 20:03:20 -0700] rev 19053
8021429: Fix lint warnings in java.lang.ref Reviewed-by: lancea, mduigou, alanb
Thu, 25 Jul 2013 20:30:58 -0400 Merge
mullan [Thu, 25 Jul 2013 20:30:58 -0400] rev 19052
Merge
Thu, 25 Jul 2013 20:12:14 -0400 8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo
mullan [Thu, 25 Jul 2013 20:12:14 -0400] rev 19051
8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo Reviewed-by: xuelei
Thu, 25 Jul 2013 13:20:19 -0700 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
joehw [Thu, 25 Jul 2013 13:20:19 -0700] rev 19050
8021148: Regression in SAXParserImpl in 7u40 b34 (NPE) Reviewed-by: chegar, lancea, dfuchs
Thu, 25 Jul 2013 19:45:36 +0100 8021421: More doclint fixes in java.net
chegar [Thu, 25 Jul 2013 19:45:36 +0100] rev 19049
8021421: More doclint fixes in java.net Reviewed-by: lancea, darcy
Thu, 25 Jul 2013 19:37:37 +0100 8021417: Fix doclint issues in java.util.concurrent
chegar [Thu, 25 Jul 2013 19:37:37 +0100] rev 19048
8021417: Fix doclint issues in java.util.concurrent Reviewed-by: chegar, lancea Contributed-by: Doug Lea <dl@cs.oswego.edu>
Thu, 25 Jul 2013 09:59:55 -0700 8021408: Fix misc doclint issues in java.util and java.io
darcy [Thu, 25 Jul 2013 09:59:55 -0700] rev 19047
8021408: Fix misc doclint issues in java.util and java.io Reviewed-by: dholmes, chegar, psandoz
Thu, 25 Jul 2013 11:09:28 -0400 Merge
mullan [Thu, 25 Jul 2013 11:09:28 -0400] rev 19046
Merge
Thu, 25 Jul 2013 10:58:00 -0400 8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
mullan [Thu, 25 Jul 2013 10:58:00 -0400] rev 19045
8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option Reviewed-by: vinnie
Wed, 24 Jul 2013 22:52:01 +0100 8021261: ProblemList.txt updates (7/2013)
chegar [Wed, 24 Jul 2013 22:52:01 +0100] rev 19044
8021261: ProblemList.txt updates (7/2013) Reviewed-by: alanb, mcimadamore
Wed, 24 Jul 2013 12:48:10 -0700 8016916: UnstructuredName should support DirectoryString
juh [Wed, 24 Jul 2013 12:48:10 -0700] rev 19043
8016916: UnstructuredName should support DirectoryString Reviewed-by: mullan
Wed, 24 Jul 2013 15:47:10 +0200 8016221: A unit test should not use a fix port to run a jmx connector
sjiang [Wed, 24 Jul 2013 15:47:10 +0200] rev 19042
8016221: A unit test should not use a fix port to run a jmx connector Reviewed-by: jbachorik, dfuchs
Tue, 23 Jul 2013 13:21:07 -0700 Merge
mduigou [Tue, 23 Jul 2013 13:21:07 -0700] rev 19041
Merge
Tue, 23 Jul 2013 13:20:11 -0700 8019840: Spec updates for java.util.function
mduigou [Tue, 23 Jul 2013 13:20:11 -0700] rev 19040
8019840: Spec updates for java.util.function Reviewed-by: mduigou, chegar Contributed-by: brian.goetz@oracle.com
Tue, 23 Jul 2013 18:57:57 +0400 8016838: improvement of RedefineBigClass and RetransformBigClass tests
igerasim [Tue, 23 Jul 2013 18:57:57 +0400] rev 19039
8016838: improvement of RedefineBigClass and RetransformBigClass tests Reviewed-by: dcubed
Mon, 22 Jul 2013 22:11:44 -0700 8021109: Add serialVersionUID to LambdaConversionException.java
darcy [Mon, 22 Jul 2013 22:11:44 -0700] rev 19038
8021109: Add serialVersionUID to LambdaConversionException.java Reviewed-by: jrose
Mon, 22 Jul 2013 12:59:09 -0700 6799426: Adds constructor PriorityQueue(Comparator)
mduigou [Mon, 22 Jul 2013 12:59:09 -0700] rev 19037
6799426: Adds constructor PriorityQueue(Comparator) Reviewed-by: lancea
Mon, 22 Jul 2013 15:26:11 +0100 8020976: Ensure consistent insertion for ConcurrentHashMap
dl [Mon, 22 Jul 2013 15:26:11 +0100] rev 19036
8020976: Ensure consistent insertion for ConcurrentHashMap Reviewed-by: chegar
Mon, 22 Jul 2013 15:24:26 +0100 8020498: Crash when both libnet.so and libmawt.so are loaded
khazra [Mon, 22 Jul 2013 15:24:26 +0100] rev 19035
8020498: Crash when both libnet.so and libmawt.so are loaded Reviewed-by: chegar, dsamersoff
Sat, 20 Jul 2013 11:39:39 -0700 8020971: Fix doclint issues in java.nio.*
darcy [Sat, 20 Jul 2013 11:39:39 -0700] rev 19034
8020971: Fix doclint issues in java.nio.* Reviewed-by: lancea
Fri, 19 Jul 2013 09:42:58 -0700 8020948: Fix doclint issues in misc package-info.java files
darcy [Fri, 19 Jul 2013 09:42:58 -0700] rev 19033
8020948: Fix doclint issues in misc package-info.java files Reviewed-by: dholmes, chegar
Fri, 19 Jul 2013 12:53:36 +0400 8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
uta [Fri, 19 Jul 2013 12:53:36 +0400] rev 19032
8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded Reviewed-by: martin, dxu
Thu, 18 Jul 2013 23:16:52 -0700 8020810: Typo in javadoc for Class.toGenericString()
darcy [Thu, 18 Jul 2013 23:16:52 -0700] rev 19031
8020810: Typo in javadoc for Class.toGenericString() Reviewed-by: dholmes
Thu, 18 Jul 2013 11:02:02 -0700 8016025: JSR 310 DateTime API Updates IV
sherman [Thu, 18 Jul 2013 11:02:02 -0700] rev 19030
8016025: JSR 310 DateTime API Updates IV 8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java failing Summary: Integration of JSR310 Date/Time API update IV Reviewed-by: sherman Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com, chand.basha@oracle.com
Thu, 18 Jul 2013 10:49:08 -0700 8020426: Fix doclint accessibility issues in java.io
juh [Thu, 18 Jul 2013 10:49:08 -0700] rev 19029
8020426: Fix doclint accessibility issues in java.io Reviewed-by: mduigou, darcy, chegar
Wed, 31 Jul 2013 12:56:26 -0700 Merge
lana [Wed, 31 Jul 2013 12:56:26 -0700] rev 19028
Merge
Tue, 30 Jul 2013 17:46:01 +0400 8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF)
malenkov [Tue, 30 Jul 2013 17:46:01 +0400] rev 19027
8015300: JComboBox text sometimes become selected, sometimes not (Windows LAF) Reviewed-by: alexsch, serb
Tue, 30 Jul 2013 16:15:31 +0400 8020927: JLightweightFrame API should export layout properties change notifications
ant [Tue, 30 Jul 2013 16:15:31 +0400] rev 19026
8020927: JLightweightFrame API should export layout properties change notifications Reviewed-by: anthony
Mon, 29 Jul 2013 18:48:54 +0400 8010782: clean up source files containing carriage return characters
malenkov [Mon, 29 Jul 2013 18:48:54 +0400] rev 19025
8010782: clean up source files containing carriage return characters Reviewed-by: alexsch, art
Mon, 29 Jul 2013 16:57:46 +0400 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7
serb [Mon, 29 Jul 2013 16:57:46 +0400] rev 19024
6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7 Reviewed-by: malenkov, art
Fri, 26 Jul 2013 15:19:30 -0700 Merge
lana [Fri, 26 Jul 2013 15:19:30 -0700] rev 19023
Merge
Fri, 26 Jul 2013 16:22:29 +0400 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
leonidr [Fri, 26 Jul 2013 16:22:29 +0400] rev 19022
8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working Reviewed-by: anthony, serb
Wed, 24 Jul 2013 17:14:45 +0400 8017189: [macosx] AWT program menu disabled on Mac
serb [Wed, 24 Jul 2013 17:14:45 +0400] rev 19021
8017189: [macosx] AWT program menu disabled on Mac Reviewed-by: leonidr, anthony
Tue, 23 Jul 2013 13:09:44 +0400 7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
pchelko [Tue, 23 Jul 2013 13:09:44 +0400] rev 19020
7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session) Reviewed-by: art, anthony
Mon, 22 Jul 2013 20:33:35 +0400 8015926: NPE when using SynthTreeUI's expandPath()
malenkov [Mon, 22 Jul 2013 20:33:35 +0400] rev 19019
8015926: NPE when using SynthTreeUI's expandPath() Reviewed-by: alexsch
Mon, 22 Jul 2013 15:36:30 +0400 8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
malenkov [Mon, 22 Jul 2013 15:36:30 +0400] rev 19018
8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter Reviewed-by: alexsch
Wed, 31 Jul 2013 13:11:31 +0400 8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances
bae [Wed, 31 Jul 2013 13:11:31 +0400] rev 19017
8020983: OutOfMemoryError caused by non garbage collected JPEGImageWriter Instances Reviewed-by: prr, flar
Tue, 30 Jul 2013 13:01:44 -0700 8021835: Fix for 8016343 will not compile on Windows.
jgodinez [Tue, 30 Jul 2013 13:01:44 -0700] rev 19016
8021835: Fix for 8016343 will not compile on Windows. Reviewed-by: jchen, prr
Fri, 26 Jul 2013 17:12:05 -0700 Merge
lana [Fri, 26 Jul 2013 17:12:05 -0700] rev 19015
Merge
Fri, 26 Jul 2013 15:46:18 -0700 Merge
lana [Fri, 26 Jul 2013 15:46:18 -0700] rev 19014
Merge
Fri, 26 Jul 2013 15:25:12 -0700 8016343: [macosx] Print job goes to default printer regardless of chosen printer
jgodinez [Fri, 26 Jul 2013 15:25:12 -0700] rev 19013
8016343: [macosx] Print job goes to default printer regardless of chosen printer Reviewed-by: jchen, prr
Fri, 26 Jul 2013 15:08:49 -0700 8020208: NullPointerException at sun.print.Win32PrintService.getMediaPrintables
jgodinez [Fri, 26 Jul 2013 15:08:49 -0700] rev 19012
8020208: NullPointerException at sun.print.Win32PrintService.getMediaPrintables Reviewed-by: jchen, prr
Fri, 26 Jul 2013 21:18:42 +0400 7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d
serb [Fri, 26 Jul 2013 21:18:42 +0400] rev 19011
7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d 8013569: [macosx] JLabel preferred size incorrect on retina displays with non-default font size Reviewed-by: prr
Thu, 25 Jul 2013 17:14:39 +0400 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
bae [Thu, 25 Jul 2013 17:14:39 +0400] rev 19010
8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException Reviewed-by: prr
Wed, 24 Jul 2013 13:05:03 -0700 8005126: [parfait] #418 - #428 XRBackendNative.c Integer overflow
jchen [Wed, 24 Jul 2013 13:05:03 -0700] rev 19009
8005126: [parfait] #418 - #428 XRBackendNative.c Integer overflow Reviewed-by: prr, vadim
Wed, 24 Jul 2013 12:40:26 -0700 8011709: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
jchen [Wed, 24 Jul 2013 12:40:26 -0700] rev 19008
8011709: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp Reviewed-by: jgodinez, prr
Wed, 24 Jul 2013 13:38:17 +0400 8008782: NPE in TrueTypeGlyphMapper
vadim [Wed, 24 Jul 2013 13:38:17 +0400] rev 19007
8008782: NPE in TrueTypeGlyphMapper Reviewed-by: bae, prr
Mon, 22 Jul 2013 12:52:15 -0700 7196866: CTW fails on all Solaris platforms
prr [Mon, 22 Jul 2013 12:52:15 -0700] rev 19006
7196866: CTW fails on all Solaris platforms Reviewed-by: prr, jrose, twisti, kvn
Thu, 01 Aug 2013 04:56:21 -0700 Added tag jdk8-b101 for changeset b4b491c041c9
cl [Thu, 01 Aug 2013 04:56:21 -0700] rev 19005
Added tag jdk8-b101 for changeset b4b491c041c9
Wed, 05 Jul 2017 19:05:51 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:51 +0200] rev 19004
Merge
Fri, 02 Aug 2013 02:54:48 -0700 Added tag hs25-b44 for changeset 7bf800505a10
amurillo [Fri, 02 Aug 2013 02:54:48 -0700] rev 19003
Added tag hs25-b44 for changeset 7bf800505a10
Fri, 02 Aug 2013 02:54:47 -0700 Merge
amurillo [Fri, 02 Aug 2013 02:54:47 -0700] rev 19002
Merge
Thu, 01 Aug 2013 17:17:52 -0700 Merge
tamao [Thu, 01 Aug 2013 17:17:52 -0700] rev 19001
Merge
Thu, 01 Aug 2013 17:29:49 +0200 8022051: G1: Remove some unused G1 flags
brutisso [Thu, 01 Aug 2013 17:29:49 +0200] rev 19000
8022051: G1: Remove some unused G1 flags Reviewed-by: tschatzl, jmasa
Thu, 01 Aug 2013 09:35:04 +0200 8021879: G1: G1HeapRegionSize flag value not updated correctly
brutisso [Thu, 01 Aug 2013 09:35:04 +0200] rev 18999
8021879: G1: G1HeapRegionSize flag value not updated correctly Reviewed-by: tschatzl, jmasa
Thu, 01 Aug 2013 07:03:07 +0200 8021967: Deprecate -XX:DefaultMaxRAMFraction
brutisso [Thu, 01 Aug 2013 07:03:07 +0200] rev 18998
8021967: Deprecate -XX:DefaultMaxRAMFraction Reviewed-by: tschatzl, jmasa, kvn, tamao
Fri, 26 Jul 2013 13:34:22 -0700 Merge
tamao [Fri, 26 Jul 2013 13:34:22 -0700] rev 18997
Merge
Thu, 25 Jul 2013 11:07:23 -0700 6412968: CMS Long initial mark pauses
jmasa [Thu, 25 Jul 2013 11:07:23 -0700] rev 18996
6412968: CMS Long initial mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
Thu, 25 Jul 2013 07:02:45 -0700 Merge
jmasa [Thu, 25 Jul 2013 07:02:45 -0700] rev 18995
Merge
Tue, 23 Jul 2013 09:49:11 -0700 6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses
jmasa [Tue, 23 Jul 2013 09:49:11 -0700] rev 18994
6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
Wed, 24 Jul 2013 10:07:37 +0200 8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build"
tschatzl [Wed, 24 Jul 2013 10:07:37 +0200] rev 18993
8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build" Summary: Remove the @build tag and replace it by a @run tag so that the test gets executed Reviewed-by: brutisso, mgerdin
Wed, 31 Jul 2013 19:05:03 -0400 Merge
dholmes [Wed, 31 Jul 2013 19:05:03 -0400] rev 18992
Merge
Sat, 27 Jul 2013 17:23:11 -0400 Merge
clucasius [Sat, 27 Jul 2013 17:23:11 -0400] rev 18991
Merge
Thu, 25 Jul 2013 21:05:29 -0400 8021314: minimal1.make needs to force off components not supported by the minimal VM
dholmes [Thu, 25 Jul 2013 21:05:29 -0400] rev 18990
8021314: minimal1.make needs to force off components not supported by the minimal VM Reviewed-by: coleenp, bpittore
Wed, 31 Jul 2013 08:28:18 -0700 Merge
fparain [Wed, 31 Jul 2013 08:28:18 -0700] rev 18989
Merge
Tue, 30 Jul 2013 14:14:25 -0700 8021296: [TESTBUG] Test8017498.sh fails to find "gcc" and fails to compile on some Linux releases
ccheung [Tue, 30 Jul 2013 14:14:25 -0700] rev 18988
8021296: [TESTBUG] Test8017498.sh fails to find "gcc" and fails to compile on some Linux releases Summary: Added checking for gcc and simplified the sig_handler() in the test case Reviewed-by: dcubed, coleenp, minqi, dlong
Fri, 26 Jul 2013 15:24:32 +0000 8019845: Memory leak during class redefinition
fparain [Fri, 26 Jul 2013 15:24:32 +0000] rev 18987
8019845: Memory leak during class redefinition Reviewed-by: acorn, jmasa, coleenp, dcubed, mgerdin
Fri, 26 Jul 2013 05:54:01 -0700 Merge
fparain [Fri, 26 Jul 2013 05:54:01 -0700] rev 18986
Merge
Wed, 24 Jul 2013 08:04:15 +0200 Merge
minqi [Wed, 24 Jul 2013 08:04:15 +0200] rev 18985
Merge
Fri, 19 Jul 2013 14:43:45 -0700 8012263: ciReplay: gracefully exit & report meaningful error when replay data parsing fails
minqi [Fri, 19 Jul 2013 14:43:45 -0700] rev 18984
8012263: ciReplay: gracefully exit & report meaningful error when replay data parsing fails Summary: find_method could return NULL so need explicitly check if there is error after parse_method, exit on error to avoid crash. Reviewed-by: kvn, twisti Contributed-by: yumin.qi@oracle.com
Fri, 26 Jul 2013 12:37:39 -0700 8008938: TieredCompilation should be default
kvn [Fri, 26 Jul 2013 12:37:39 -0700] rev 18983
8008938: TieredCompilation should be default Summary: switch on TieredCompilation by default Reviewed-by: twisti
Fri, 26 Jul 2013 04:01:41 -0700 8021566: new hotspot build - hs25-b44
amurillo [Fri, 26 Jul 2013 04:01:41 -0700] rev 18982
8021566: new hotspot build - hs25-b44 Reviewed-by: jcoomes
Thu, 01 Aug 2013 04:56:11 -0700 Added tag jdk8-b101 for changeset 612246822cf0
cl [Thu, 01 Aug 2013 04:56:11 -0700] rev 18981
Added tag jdk8-b101 for changeset 612246822cf0
Thu, 01 Aug 2013 04:56:06 -0700 Added tag jdk8-b101 for changeset 7af02a20e411
cl [Thu, 01 Aug 2013 04:56:06 -0700] rev 18980
Added tag jdk8-b101 for changeset 7af02a20e411
Wed, 05 Jul 2017 19:05:35 +0200 Added tag jdk8-b101 for changeset edb01c460d4c
duke [Wed, 05 Jul 2017 19:05:35 +0200] rev 18979
Added tag jdk8-b101 for changeset edb01c460d4c
Wed, 05 Jul 2017 19:05:35 +0200 Merge jdk8-b101
duke [Wed, 05 Jul 2017 19:05:35 +0200] rev 18978
Merge
Wed, 05 Jul 2017 19:05:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:32 +0200] rev 18977
Merge
Thu, 25 Jul 2013 03:19:39 -0700 Added tag jdk8-b100 for changeset 7a1ff44c7732
cl [Thu, 25 Jul 2013 03:19:39 -0700] rev 18976
Added tag jdk8-b100 for changeset 7a1ff44c7732
Wed, 05 Jul 2017 19:05:29 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:29 +0200] rev 18975
Merge
Thu, 25 Jul 2013 03:19:02 -0700 Added tag jdk8-b100 for changeset 92cd364d2282
cl [Thu, 25 Jul 2013 03:19:02 -0700] rev 18974
Added tag jdk8-b100 for changeset 92cd364d2282
Wed, 05 Jul 2017 19:05:26 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:26 +0200] rev 18973
Merge
Thu, 25 Jul 2013 03:18:56 -0700 Added tag jdk8-b100 for changeset 80bb0bd17234
cl [Thu, 25 Jul 2013 03:18:56 -0700] rev 18972
Added tag jdk8-b100 for changeset 80bb0bd17234
Wed, 05 Jul 2017 19:05:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:24 +0200] rev 18971
Merge
Thu, 25 Jul 2013 03:19:44 -0700 Added tag jdk8-b100 for changeset 12baff1ad7a0
cl [Thu, 25 Jul 2013 03:19:44 -0700] rev 18970
Added tag jdk8-b100 for changeset 12baff1ad7a0
Wed, 05 Jul 2017 19:05:21 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:21 +0200] rev 18969
Merge
Thu, 25 Jul 2013 03:18:14 -0700 Added tag jdk8-b100 for changeset e7387def0ed3
cl [Thu, 25 Jul 2013 03:18:14 -0700] rev 18968
Added tag jdk8-b100 for changeset e7387def0ed3
Wed, 05 Jul 2017 19:05:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:18 +0200] rev 18967
Merge
Thu, 25 Jul 2013 03:19:11 -0700 Added tag jdk8-b100 for changeset d7b96032a966
cl [Thu, 25 Jul 2013 03:19:11 -0700] rev 18966
Added tag jdk8-b100 for changeset d7b96032a966
Wed, 05 Jul 2017 19:05:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:15 +0200] rev 18965
Merge
Fri, 26 Jul 2013 03:48:16 -0700 Added tag hs25-b43 for changeset b29dcea3e5a4
amurillo [Fri, 26 Jul 2013 03:48:16 -0700] rev 18964
Added tag hs25-b43 for changeset b29dcea3e5a4
Fri, 26 Jul 2013 03:48:15 -0700 Merge
amurillo [Fri, 26 Jul 2013 03:48:15 -0700] rev 18963
Merge
Thu, 25 Jul 2013 18:12:02 -0400 Merge
jiangli [Thu, 25 Jul 2013 18:12:02 -0400] rev 18962
Merge
Wed, 24 Jul 2013 19:23:26 -0400 8020799: Allow customization of hotspot source directories and files
dholmes [Wed, 24 Jul 2013 19:23:26 -0400] rev 18961
8020799: Allow customization of hotspot source directories and files Reviewed-by: kvn, dlong
Wed, 24 Jul 2013 13:54:03 -0700 Merge
morris [Wed, 24 Jul 2013 13:54:03 -0700] rev 18960
Merge
Fri, 19 Jul 2013 13:59:25 -0700 Merge
morris [Fri, 19 Jul 2013 13:59:25 -0700] rev 18959
Merge
Mon, 15 Jul 2013 10:28:32 -0700 8020433: Crash when using -XX:+RestoreMXCSROnJNICalls
kvn [Mon, 15 Jul 2013 10:28:32 -0700] rev 18958
8020433: Crash when using -XX:+RestoreMXCSROnJNICalls Summary: remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std Reviewed-by: jrose
Mon, 15 Jul 2013 06:27:46 -0700 Merge
morris [Mon, 15 Jul 2013 06:27:46 -0700] rev 18957
Merge
Fri, 12 Jul 2013 14:03:10 -0700 8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier()
kvn [Fri, 12 Jul 2013 14:03:10 -0700] rev 18956
8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier() Summary: generate one "fat" membar instead of set of barriers for volitile store Reviewed-by: roland
Fri, 12 Jul 2013 14:01:37 -0700 8020215: Different execution plan when using JIT vs interpreter
kvn [Fri, 12 Jul 2013 14:01:37 -0700] rev 18955
8020215: Different execution plan when using JIT vs interpreter Summary: fix bytecode analyzer Reviewed-by: twisti
Tue, 23 Jul 2013 12:50:15 -0700 Merge
minqi [Tue, 23 Jul 2013 12:50:15 -0700] rev 18954
Merge
Mon, 22 Jul 2013 22:21:57 -0700 Merge
minqi [Mon, 22 Jul 2013 22:21:57 -0700] rev 18953
Merge
Fri, 19 Jul 2013 14:54:54 -0700 8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code
ccheung [Fri, 19 Jul 2013 14:54:54 -0700] rev 18952
8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code Summary: Added -DLINUX to the gcc command and improved the .sh script Reviewed-by: dcubed, dholmes, minqi
Mon, 22 Jul 2013 17:57:42 -0400 8019632: Method parameters are not copied in clone_with_new_data
emc [Mon, 22 Jul 2013 17:57:42 -0400] rev 18951
8019632: Method parameters are not copied in clone_with_new_data Summary: Add code to copy method parameters data in clone_with_new_data Reviewed-by: coleenp, sspitsyn
Fri, 19 Jul 2013 11:17:19 -0700 Merge
minqi [Fri, 19 Jul 2013 11:17:19 -0700] rev 18950
Merge
Fri, 19 Jul 2013 08:34:48 -0700 8016538: volatile double access via Unsafe.cpp is not atomic
minqi [Fri, 19 Jul 2013 08:34:48 -0700] rev 18949
8016538: volatile double access via Unsafe.cpp is not atomic Summary: volatile jdouble load/store is not atomic, fix by using of existing volatile jlong operations which are atomic for jdouble. Reviewed-by: kvn, vladidan, jrose Contributed-by: david.holmes@oracle.com
Fri, 19 Jul 2013 17:56:27 +0200 8020547: Event based tracing needs a UNICODE string type
mgronlun [Fri, 19 Jul 2013 17:56:27 +0200] rev 18948
8020547: Event based tracing needs a UNICODE string type Reviewed-by: egahlin, rbackman, dcubed, brutisso, acorn
Thu, 18 Jul 2013 18:00:39 -0700 Merge
minqi [Thu, 18 Jul 2013 18:00:39 -0700] rev 18947
Merge
Thu, 18 Jul 2013 14:57:51 -0700 8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed
ccheung [Thu, 18 Jul 2013 14:57:51 -0700] rev 18946
8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
Thu, 18 Jul 2013 12:35:55 -0700 Merge
dcubed [Thu, 18 Jul 2013 12:35:55 -0700] rev 18945
Merge
Thu, 18 Jul 2013 12:05:32 -0700 Merge
dcubed [Thu, 18 Jul 2013 12:05:32 -0700] rev 18944
Merge
Wed, 17 Jul 2013 13:48:15 +0200 8020701: Avoid crashes in WatcherThread
rbackman [Wed, 17 Jul 2013 13:48:15 +0200] rev 18943
8020701: Avoid crashes in WatcherThread Reviewed-by: acorn, dcubed, dsimms
Thu, 18 Jul 2013 06:47:15 -0400 8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass())
dholmes [Thu, 18 Jul 2013 06:47:15 -0400] rev 18942
8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass()) Reviewed-by: dcubed, fparain, dholmes Contributed-by: David Simms <david.simms@oracle.com>
Wed, 17 Jul 2013 17:14:50 -0700 Merge
jiangli [Wed, 17 Jul 2013 17:14:50 -0700] rev 18941
Merge
Wed, 17 Jul 2013 18:06:29 -0400 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli [Wed, 17 Jul 2013 18:06:29 -0400] rev 18940
8020309: Eliminate InstanceKlass::_cached_class_file_len. Summary: Use JvmtiCachedClassFileData. Reviewed-by: iklam, sspitsyn, dcubed
Wed, 17 Jul 2013 12:22:57 -0700 8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20
ccheung [Wed, 17 Jul 2013 12:22:57 -0700] rev 18939
8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20 Summary: Added (sig < MAXSIGNUM) check in jsig.c Reviewed-by: dholmes, acorn
Wed, 12 Jun 2013 11:17:39 +0200 8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
rbackman [Wed, 12 Jun 2013 11:17:39 +0200] rev 18938
8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()' Reviewed-by: jrose, kvn, mgronlun
Tue, 16 Jul 2013 07:33:29 +0200 6671508: JNI GetPrimitiveArrayCritical should not be callable on object arrays
mgerdin [Tue, 16 Jul 2013 07:33:29 +0200] rev 18937
6671508: JNI GetPrimitiveArrayCritical should not be callable on object arrays Summary: Checked JNI now reports error for Get/ReleasePrimitiveArrayCritical on object arrays Reviewed-by: dholmes, acorn Contributed-by: david.simms@oracle.com
Mon, 15 Jul 2013 23:23:15 -0400 8015759: hotspot changes needed to compile with Visual Studio 2012
dholmes [Mon, 15 Jul 2013 23:23:15 -0400] rev 18936
8015759: hotspot changes needed to compile with Visual Studio 2012 Reviewed-by: anthony, dholmes, dcubed Contributed-by: Tim Bell <timothy.bell@oracle.com>
Mon, 15 Jul 2013 12:06:50 +0200 Merge
rbackman [Mon, 15 Jul 2013 12:06:50 +0200] rev 18935
Merge
Mon, 15 Jul 2013 11:35:10 +0200 8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change
rbackman [Mon, 15 Jul 2013 11:35:10 +0200] rev 18934
8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change Reviewed-by: dholmes, rbackman Contributed-by: David Simms <david.simms@oracle.com>
Mon, 15 Jul 2013 00:23:48 -0700 Merge
fparain [Mon, 15 Jul 2013 00:23:48 -0700] rev 18933
Merge
Fri, 12 Jul 2013 20:47:23 +0200 Merge
ctornqvi [Fri, 12 Jul 2013 20:47:23 +0200] rev 18932
Merge
Fri, 12 Jul 2013 18:43:27 +0200 7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
allwin [Fri, 12 Jul 2013 18:43:27 +0200] rev 18931
7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
Fri, 12 Jul 2013 04:35:52 -0700 Merge
zgu [Fri, 12 Jul 2013 04:35:52 -0700] rev 18930
Merge
Thu, 11 Jul 2013 13:15:12 -0400 8012241: NMT huge memory footprint, it usually leads to OOME
zgu [Thu, 11 Jul 2013 13:15:12 -0400] rev 18929
8012241: NMT huge memory footprint, it usually leads to OOME Summary: Enforce memory limitation on NMT to prevent JVM OOM Reviewed-by: acorn, dcubed, minqi
Wed, 10 Jul 2013 15:49:15 +0000 7143807: ResourceMark nesting problem in stringStream
fparain [Wed, 10 Jul 2013 15:49:15 +0000] rev 18928
7143807: ResourceMark nesting problem in stringStream Reviewed-by: kvn, dcubed
Thu, 18 Jul 2013 09:35:02 -0700 8020797: new hotspot build - hs25-b43
amurillo [Thu, 18 Jul 2013 09:35:02 -0700] rev 18927
8020797: new hotspot build - hs25-b43 Reviewed-by: jcoomes
Thu, 25 Jul 2013 03:18:31 -0700 Added tag jdk8-b100 for changeset 9493b1a85536
cl [Thu, 25 Jul 2013 03:18:31 -0700] rev 18926
Added tag jdk8-b100 for changeset 9493b1a85536
Thu, 25 Jul 2013 03:18:11 -0700 Added tag jdk8-b100 for changeset 2c6e85d3bb72
cl [Thu, 25 Jul 2013 03:18:11 -0700] rev 18925
Added tag jdk8-b100 for changeset 2c6e85d3bb72
Wed, 05 Jul 2017 19:04:57 +0200 Added tag jdk8-b100 for changeset 3d34036aae4e
duke [Wed, 05 Jul 2017 19:04:57 +0200] rev 18924
Added tag jdk8-b100 for changeset 3d34036aae4e
Wed, 05 Jul 2017 19:04:56 +0200 Merge jdk8-b100
duke [Wed, 05 Jul 2017 19:04:56 +0200] rev 18923
Merge
Wed, 05 Jul 2017 19:04:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:53 +0200] rev 18922
Merge
Mon, 22 Jul 2013 17:39:45 -0700 Merge
lana [Mon, 22 Jul 2013 17:39:45 -0700] rev 18921
Merge
Wed, 17 Jul 2013 10:40:53 -0700 Merge
lana [Wed, 17 Jul 2013 10:40:53 -0700] rev 18920
Merge
Wed, 17 Jul 2013 15:08:58 +0200 8020586: Warning produced for an incorrect file
jlahoda [Wed, 17 Jul 2013 15:08:58 +0200] rev 18919
8020586: Warning produced for an incorrect file Summary: Always using DeferredLintHandler.immediateHandler when processing import classes Reviewed-by: mcimadamore
Wed, 17 Jul 2013 14:21:12 +0100 8019942: Graph inference: avoid redundant computation during bound incorporation
mcimadamore [Wed, 17 Jul 2013 14:21:12 +0100] rev 18918
8019942: Graph inference: avoid redundant computation during bound incorporation Summary: Bound incorporation should not perform same operation multiple times Reviewed-by: jjg
Wed, 17 Jul 2013 14:19:25 +0100 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
mcimadamore [Wed, 17 Jul 2013 14:19:25 +0100] rev 18917
8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact Summary: Disable certain varargs warnings when compiling polymorphic signature calls Reviewed-by: jjg
Wed, 17 Jul 2013 14:19:02 +0100 8020149: Graph inference: wrong logic for picking best variable to solve
mcimadamore [Wed, 17 Jul 2013 14:19:02 +0100] rev 18916
8020149: Graph inference: wrong logic for picking best variable to solve Summary: Replace logic for selecting best inference leaf in the graph during an unsticking round Reviewed-by: jjg
Wed, 17 Jul 2013 14:16:25 +0100 8016640: compiler hangs if the generics arity of a base class is wrong
mcimadamore [Wed, 17 Jul 2013 14:16:25 +0100] rev 18915
8016640: compiler hangs if the generics arity of a base class is wrong Summary: Check.checkCompatibleConcretes hang when javac creates synthetic supertypes for 269 model API Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:49 +0100 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
mcimadamore [Wed, 17 Jul 2013 14:14:49 +0100] rev 18914
7041019: Bogus type-variable substitution with array types with dependencies on accessibility check Summary: call to upperBound() when performing type-variable substitution on element type leads to unsoundness Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:32 +0100 8020286: Wrong diagnostic after compaction
mcimadamore [Wed, 17 Jul 2013 14:14:32 +0100] rev 18913
8020286: Wrong diagnostic after compaction Summary: compact diagnostic shows the least relevant method in the list Reviewed-by: jjg
Wed, 17 Jul 2013 14:13:15 +0100 8020147: Spurious errors when compiling nested stuck lambdas
mcimadamore [Wed, 17 Jul 2013 14:13:15 +0100] rev 18912
8020147: Spurious errors when compiling nested stuck lambdas Summary: Scope of deferred types is not copied correctly; postAttr analyzer should not run on stuck expressions Reviewed-by: jjg
Wed, 17 Jul 2013 14:11:41 +0100 8012238: Nested method capture and inference
mcimadamore [Wed, 17 Jul 2013 14:11:41 +0100] rev 18911
8012238: Nested method capture and inference 8008200: java/lang/Class/asSubclass/BasicUnit.java fails to compile Summary: Inference support should be more flexible w.r.t. nested method calls returning captured types Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:09:46 +0100 8016175: Add bottom-up type-checking support for unambiguous method references
mcimadamore [Wed, 17 Jul 2013 14:09:46 +0100] rev 18910
8016175: Add bottom-up type-checking support for unambiguous method references Summary: Type-checking of non-overloaded method references should be independent from target-type Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:04:01 +0100 8012242: Lambda compatibility and checked exceptions
mcimadamore [Wed, 17 Jul 2013 14:04:01 +0100] rev 18909
8012242: Lambda compatibility and checked exceptions Summary: Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException Reviewed-by: jjg, vromero
Fri, 12 Jul 2013 13:11:12 -0700 8020278: NPE in javadoc
jjg [Fri, 12 Jul 2013 13:11:12 -0700] rev 18908
8020278: NPE in javadoc Reviewed-by: mcimadamore, vromero
Thu, 11 Jul 2013 15:37:02 +0100 8013404: Unclear spec for target typing with conditional operator (?:)
mcimadamore [Thu, 11 Jul 2013 15:37:02 +0100] rev 18907
8013404: Unclear spec for target typing with conditional operator (?:) Summary: Fix previously ignored test Reviewed-by: jjg, vromero
Tue, 09 Jul 2013 14:54:20 -0700 8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken
ksrini [Tue, 09 Jul 2013 14:54:20 -0700] rev 18906
8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken Reviewed-by: jjg
Fri, 05 Jul 2013 13:29:04 -0700 Merge
lana [Fri, 05 Jul 2013 13:29:04 -0700] rev 18905
Merge
Fri, 05 Jul 2013 11:05:02 +0100 8019824: very long error messages on inference error
mcimadamore [Fri, 05 Jul 2013 11:05:02 +0100] rev 18904
8019824: very long error messages on inference error Summary: Inference error messages shows several spurious captured variables generated during an inference loop Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:04:22 +0100 8016702: use of ternary operator in lambda expression gives incorrect results
mcimadamore [Fri, 05 Jul 2013 11:04:22 +0100] rev 18903
8016702: use of ternary operator in lambda expression gives incorrect results Summary: Constant types erroneously creep in during inference Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:03:04 +0100 8016059: Cannot compile following lambda
mcimadamore [Fri, 05 Jul 2013 11:03:04 +0100] rev 18902
8016059: Cannot compile following lambda 8016060: Lambda isn't compiled with return statement Summary: Spurious error triggered during unnecessary recovery round Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:02:17 +0100 8019480: Javac crashes when method is called on a type-variable receiver from lambda expression
mcimadamore [Fri, 05 Jul 2013 11:02:17 +0100] rev 18901
8019480: Javac crashes when method is called on a type-variable receiver from lambda expression Summary: Logic for shortcircuiting speculative attribution doesn't handle type-variable receivers Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:00:19 +0100 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
mcimadamore [Fri, 05 Jul 2013 11:00:19 +0100] rev 18900
8017618: NullPointerException in RichDiagnosticFormatter for bad input program Summary: RDF crashes when diagnostic contains type 'void' Reviewed-by: jjg, vromero
Thu, 04 Jul 2013 10:41:08 +0100 6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
vromero [Thu, 04 Jul 2013 10:41:08 +0100] rev 18899
6356530: -Xlint:serial does not flag abstract classes with concrete methods/members Reviewed-by: mcimadamore
Thu, 04 Jul 2013 10:35:33 +0100 8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero [Thu, 04 Jul 2013 10:35:33 +0100] rev 18898
8009924: some langtools tools do not accept -cp as an alias for -classpath Reviewed-by: jjg
Thu, 18 Jul 2013 03:39:33 -0700 Added tag jdk8-b99 for changeset 38dd7ede2dfb
cl [Thu, 18 Jul 2013 03:39:33 -0700] rev 18897
Added tag jdk8-b99 for changeset 38dd7ede2dfb
Wed, 05 Jul 2017 19:04:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:46 +0200] rev 18896
Merge
Thu, 18 Jul 2013 03:38:23 -0700 Added tag jdk8-b99 for changeset c653feb1fe9e
cl [Thu, 18 Jul 2013 03:38:23 -0700] rev 18895
Added tag jdk8-b99 for changeset c653feb1fe9e
Wed, 05 Jul 2017 19:04:43 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:43 +0200] rev 18894
Merge
Mon, 22 Jul 2013 17:29:05 -0700 Merge
lana [Mon, 22 Jul 2013 17:29:05 -0700] rev 18893
Merge
Wed, 17 Jul 2013 00:34:12 -0700 Merge
lana [Wed, 17 Jul 2013 00:34:12 -0700] rev 18892
Merge
Fri, 12 Jul 2013 11:12:40 -0700 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
joehw [Fri, 12 Jul 2013 11:12:40 -0700] rev 18891
8020430: NullPointerException in xml sqe nightly result on 2013-07-12 Reviewed-by: chegar, lancea
Tue, 09 Jul 2013 16:34:52 -0700 8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown
joehw [Tue, 09 Jul 2013 16:34:52 -0700] rev 18890
8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown Summary: jaxp 1.5 feature update Reviewed-by: alanb, dfuchs, lancea
Thu, 18 Jul 2013 03:38:19 -0700 Added tag jdk8-b99 for changeset 830a3a26d45b
cl [Thu, 18 Jul 2013 03:38:19 -0700] rev 18889
Added tag jdk8-b99 for changeset 830a3a26d45b
Wed, 05 Jul 2017 19:04:39 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:39 +0200] rev 18888
Merge
Mon, 22 Jul 2013 17:40:26 -0700 Merge
lana [Mon, 22 Jul 2013 17:40:26 -0700] rev 18887
Merge
Wed, 17 Jul 2013 00:36:48 -0700 Merge
lana [Wed, 17 Jul 2013 00:36:48 -0700] rev 18886
Merge
Tue, 16 Jul 2013 17:03:30 +0200 8015356: array concatenation should skip empty elements
attila [Tue, 16 Jul 2013 17:03:30 +0200] rev 18885
8015356: array concatenation should skip empty elements Reviewed-by: jlaskey, sundar
Tue, 16 Jul 2013 16:12:26 +0200 8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
hannesw [Tue, 16 Jul 2013 16:12:26 +0200] rev 18884
8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects Reviewed-by: attila, jlaskey, sundar
Tue, 16 Jul 2013 15:28:33 +0200 8020357: throw RangeError for too large NativeArrayBuffer size
attila [Tue, 16 Jul 2013 15:28:33 +0200] rev 18883
8020357: throw RangeError for too large NativeArrayBuffer size Reviewed-by: jlaskey, hannesw, sundar
Tue, 16 Jul 2013 09:54:04 +0530 Merge
sundar [Tue, 16 Jul 2013 09:54:04 +0530] rev 18882
Merge
Mon, 15 Jul 2013 18:32:23 +0200 8020358: Array(0xfffffff) throws OutOfMemoryError
hannesw [Mon, 15 Jul 2013 18:32:23 +0200] rev 18881
8020358: Array(0xfffffff) throws OutOfMemoryError Reviewed-by: jlaskey, sundar
Mon, 15 Jul 2013 16:58:23 +0200 8011210: fix reporting of call site locations; print them on -tcs=miss
attila [Mon, 15 Jul 2013 16:58:23 +0200] rev 18880
8011210: fix reporting of call site locations; print them on -tcs=miss Reviewed-by: jlaskey, hannesw
Mon, 15 Jul 2013 16:35:38 +0200 8020283: Don't use exceptions for widening of ArrayData
hannesw [Mon, 15 Jul 2013 16:35:38 +0200] rev 18879
8020283: Don't use exceptions for widening of ArrayData Reviewed-by: jlaskey, attila
Mon, 15 Jul 2013 16:31:49 +0200 8020508: Enforce reflection access restrictions on Object.bindProperties
attila [Mon, 15 Jul 2013 16:31:49 +0200] rev 18878
8020508: Enforce reflection access restrictions on Object.bindProperties Reviewed-by: jlaskey, sundar
Mon, 15 Jul 2013 15:51:06 +0200 8020354: Object literal property initialization is not done in source order
hannesw [Mon, 15 Jul 2013 15:51:06 +0200] rev 18877
8020354: Object literal property initialization is not done in source order Reviewed-by: sundar, jlaskey
Mon, 15 Jul 2013 12:33:48 +0200 8020324: Implement Object.bindProperties(target, source) for beans
attila [Mon, 15 Jul 2013 12:33:48 +0200] rev 18876
8020324: Implement Object.bindProperties(target, source) for beans Reviewed-by: hannesw, sundar
Fri, 12 Jul 2013 20:13:43 +0530 Merge
sundar [Fri, 12 Jul 2013 20:13:43 +0530] rev 18875
Merge
Fri, 12 Jul 2013 20:06:41 +0530 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
sundar [Fri, 12 Jul 2013 20:06:41 +0530] rev 18874
8020463: Input argument array wrapping in loadWithNewGlobal is wrong Reviewed-by: attila, jlaskey
Fri, 12 Jul 2013 20:12:29 +0530 Merge
sundar [Fri, 12 Jul 2013 20:12:29 +0530] rev 18873
Merge
Fri, 12 Jul 2013 11:58:42 +0200 8019822: Duplicate name and signature in finally block
attila [Fri, 12 Jul 2013 11:58:42 +0200] rev 18872
8019822: Duplicate name and signature in finally block Reviewed-by: jlaskey, sundar
Fri, 12 Jul 2013 15:27:16 +0530 8020223: ClassCastException: String can not be casted to ScriptFunction
sundar [Fri, 12 Jul 2013 15:27:16 +0530] rev 18871
8020223: ClassCastException: String can not be casted to ScriptFunction Reviewed-by: attila, lagergren
Fri, 12 Jul 2013 15:01:33 +0530 8020437: Wrong handling of line numbers with multiline string literals
sundar [Fri, 12 Jul 2013 15:01:33 +0530] rev 18870
8020437: Wrong handling of line numbers with multiline string literals Reviewed-by: attila, lagergren
Thu, 11 Jul 2013 22:01:55 +0200 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
attila [Thu, 11 Jul 2013 22:01:55 +0200] rev 18869
8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 22:58:37 +0530 8012191: noSuchProperty can't cope with vararg functions
sundar [Thu, 11 Jul 2013 22:58:37 +0530] rev 18868
8012191: noSuchProperty can't cope with vararg functions Reviewed-by: jlaskey, attila
Thu, 11 Jul 2013 18:33:33 +0200 8013925: Remove symbol fields from nodes that don't need them
attila [Thu, 11 Jul 2013 18:33:33 +0200] rev 18867
8013925: Remove symbol fields from nodes that don't need them Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 18:23:13 +0530 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
sundar [Thu, 11 Jul 2013 18:23:13 +0530] rev 18866
8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable Reviewed-by: jlaskey, hannesw, attila
Thu, 11 Jul 2013 16:34:55 +0530 8020325: static property does not work on accessible, public classes
sundar [Thu, 11 Jul 2013 16:34:55 +0530] rev 18865
8020325: static property does not work on accessible, public classes Reviewed-by: attila, hannesw, lagergren
Wed, 10 Jul 2013 19:08:04 +0530 8020276: interface checks in Invocable.getInterface implementation
sundar [Wed, 10 Jul 2013 19:08:04 +0530] rev 18864
8020276: interface checks in Invocable.getInterface implementation Reviewed-by: jlaskey, hannesw, attila
Wed, 10 Jul 2013 10:54:19 +0200 8016681: regex capture behaves differently than on V8
hannesw [Wed, 10 Jul 2013 10:54:19 +0200] rev 18863
8016681: regex capture behaves differently than on V8 Reviewed-by: lagergren, sundar
Wed, 10 Jul 2013 13:25:07 +0530 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
sundar [Wed, 10 Jul 2013 13:25:07 +0530] rev 18862
8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false Reviewed-by: hannesw
Tue, 09 Jul 2013 15:56:59 +0200 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment.
lagergren [Tue, 09 Jul 2013 15:56:59 +0200] rev 18861
8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment. Reviewed-by: sundar, jlaskey
Tue, 09 Jul 2013 17:37:46 +0530 8014785: Ability to extend global instance by binding properties of another object
sundar [Tue, 09 Jul 2013 17:37:46 +0530] rev 18860
8014785: Ability to extend global instance by binding properties of another object Reviewed-by: attila, hannesw, jlaskey, lagergren
Tue, 09 Jul 2013 13:57:24 +0200 8009758: reactivate the 8006529 test.
attila [Tue, 09 Jul 2013 13:57:24 +0200] rev 18859
8009758: reactivate the 8006529 test. Reviewed-by: jlaskey, sundar
Mon, 08 Jul 2013 19:34:55 +0200 8019963: empty char range in regex
hannesw [Mon, 08 Jul 2013 19:34:55 +0200] rev 18858
8019963: empty char range in regex Reviewed-by: jlaskey, sundar
Mon, 08 Jul 2013 18:43:41 +0530 Merge
sundar [Mon, 08 Jul 2013 18:43:41 +0530] rev 18857
Merge
Mon, 08 Jul 2013 18:36:10 +0530 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
sundar [Mon, 08 Jul 2013 18:36:10 +0530] rev 18856
8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package Reviewed-by: attila, jlaskey
Mon, 08 Jul 2013 16:33:50 +0530 8020015: shared PropertyMaps should not be used without duplication
sundar [Mon, 08 Jul 2013 16:33:50 +0530] rev 18855
8020015: shared PropertyMaps should not be used without duplication Reviewed-by: hannesw, attila
Fri, 05 Jul 2013 19:35:39 +0200 8019983: Void returns combined with return with expression picked the wrong return type
lagergren [Fri, 05 Jul 2013 19:35:39 +0200] rev 18854
8019983: Void returns combined with return with expression picked the wrong return type Reviewed-by: sundar, jlaskey
Fri, 05 Jul 2013 15:10:47 +0200 8019819: scope symbol didn't get a slot in certain cases
attila [Fri, 05 Jul 2013 15:10:47 +0200] rev 18853
8019819: scope symbol didn't get a slot in certain cases Reviewed-by: hannesw, jlaskey, lagergren, sundar
Fri, 05 Jul 2013 14:36:54 +0200 8017084: Use spill properties for large object literals
hannesw [Fri, 05 Jul 2013 14:36:54 +0200] rev 18852
8017084: Use spill properties for large object literals Reviewed-by: lagergren, sundar
Fri, 05 Jul 2013 14:38:04 +0530 8019947: inherited property invalidation does not work with two globals in same context
sundar [Fri, 05 Jul 2013 14:38:04 +0530] rev 18851
8019947: inherited property invalidation does not work with two globals in same context Reviewed-by: jlaskey, lagergren, hannesw, attila
Thu, 04 Jul 2013 17:28:04 +0200 Merge
lagergren [Thu, 04 Jul 2013 17:28:04 +0200] rev 18850
Merge
Thu, 04 Jul 2013 17:27:33 +0200 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
lagergren [Thu, 04 Jul 2013 17:27:33 +0200] rev 18849
8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int Reviewed-by: sundar, hannesw
Thu, 04 Jul 2013 14:10:18 +0200 8019809: return after break incorrectly sets the block as terminal
attila [Thu, 04 Jul 2013 14:10:18 +0200] rev 18848
8019809: return after break incorrectly sets the block as terminal Reviewed-by: jlaskey, lagergren
Wed, 03 Jul 2013 13:41:18 -0300 8011629: Object.defineProperty performance issue
jlaskey [Wed, 03 Jul 2013 13:41:18 -0300] rev 18847
8011629: Object.defineProperty performance issue Reviewed-by: sundar, attila Contributed-by: james.laskey@oracle.com
Wed, 03 Jul 2013 18:10:12 +0200 8017768: allow dot as inner class name separator for Java.type
attila [Wed, 03 Jul 2013 18:10:12 +0200] rev 18846
8017768: allow dot as inner class name separator for Java.type Reviewed-by: jlaskey, sundar
Wed, 03 Jul 2013 19:20:29 +0530 8019814: Add regression test for passing cases
sundar [Wed, 03 Jul 2013 19:20:29 +0530] rev 18845
8019814: Add regression test for passing cases Reviewed-by: jlaskey, lagergren
Wed, 03 Jul 2013 15:46:03 +0200 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
lagergren [Wed, 03 Jul 2013 15:46:03 +0200] rev 18844
8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls Reviewed-by: sundar, jlaskey
Wed, 03 Jul 2013 17:26:31 +0530 8019805: for each (init; test; modify) is invalid
sundar [Wed, 03 Jul 2013 17:26:31 +0530] rev 18843
8019805: for each (init; test; modify) is invalid Reviewed-by: lagergren, jlaskey
Wed, 03 Jul 2013 13:03:36 +0200 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
lagergren [Wed, 03 Jul 2013 13:03:36 +0200] rev 18842
8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode Reviewed-by: sundar, attila
Wed, 03 Jul 2013 12:39:28 +0200 8010946: AccessControl.doPrivileged is broken when called from js script
attila [Wed, 03 Jul 2013 12:39:28 +0200] rev 18841
8010946: AccessControl.doPrivileged is broken when called from js script Reviewed-by: jlaskey, sundar
Wed, 03 Jul 2013 14:08:00 +0530 8019791: ~ is a unary operator
sundar [Wed, 03 Jul 2013 14:08:00 +0530] rev 18840
8019791: ~ is a unary operator Reviewed-by: hannesw
Wed, 03 Jul 2013 13:13:17 +0530 8019783: typeof does not work properly for java methods and foreign objects
sundar [Wed, 03 Jul 2013 13:13:17 +0530] rev 18839
8019783: typeof does not work properly for java methods and foreign objects Reviewed-by: hannesw
Wed, 03 Jul 2013 00:08:45 +0530 8019629: void operator should always evaluate to undefined
sundar [Wed, 03 Jul 2013 00:08:45 +0530] rev 18838
8019629: void operator should always evaluate to undefined Reviewed-by: jlaskey
Thu, 18 Jul 2013 03:39:39 -0700 Added tag jdk8-b99 for changeset d104c72ebc8a
cl [Thu, 18 Jul 2013 03:39:39 -0700] rev 18837
Added tag jdk8-b99 for changeset d104c72ebc8a
Wed, 05 Jul 2017 19:04:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:28 +0200] rev 18836
Merge
Thu, 18 Jul 2013 03:37:56 -0700 Added tag jdk8-b99 for changeset a9bf8e1ddffb
cl [Thu, 18 Jul 2013 03:37:56 -0700] rev 18835
Added tag jdk8-b99 for changeset a9bf8e1ddffb
Wed, 05 Jul 2017 19:04:25 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:25 +0200] rev 18834
Merge
Mon, 22 Jul 2013 17:37:15 -0700 Merge
lana [Mon, 22 Jul 2013 17:37:15 -0700] rev 18833
Merge
Wed, 17 Jul 2013 13:00:36 -0700 Merge
lana [Wed, 17 Jul 2013 13:00:36 -0700] rev 18832
Merge
Wed, 17 Jul 2013 00:34:39 -0700 Merge
lana [Wed, 17 Jul 2013 00:34:39 -0700] rev 18831
Merge
Tue, 16 Jul 2013 12:19:41 -0700 8020557: javadoc cleanup in javax.security
juh [Tue, 16 Jul 2013 12:19:41 -0700] rev 18830
8020557: javadoc cleanup in javax.security Reviewed-by: darcy
Mon, 15 Jul 2013 14:37:01 -0700 8020409: Clean up doclint problems in java.util package, part 1
bpb [Mon, 15 Jul 2013 14:37:01 -0700] rev 18829
8020409: Clean up doclint problems in java.util package, part 1 Summary: Clean up doclint problems in java.util package, part 1 Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Mon, 15 Jul 2013 13:42:35 +0100 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
coffeys [Mon, 15 Jul 2013 13:42:35 +0100] rev 18828
8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl Reviewed-by: mchung
Mon, 15 Jul 2013 10:55:53 +0200 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
plevart [Mon, 15 Jul 2013 10:55:53 +0200] rev 18827
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations Reviewed-by: dholmes, jfranck
Sat, 13 Jul 2013 08:47:49 +0800 8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
weijun [Sat, 13 Jul 2013 08:47:49 +0800] rev 18826
8019410: sun/security/krb5/auto/ReplayCacheTestProc.java Reviewed-by: mullan
Mon, 08 Jul 2013 15:46:26 -0400 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
henryjen [Mon, 08 Jul 2013 15:46:26 -0400] rev 18825
8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces Reviewed-by: psandoz, mduigou Contributed-by: brian goetz <brian.goetz@oracle.com>
Fri, 12 Jul 2013 15:01:08 -0700 8015320: Pull spliterator() up from Collection to Iterable
henryjen [Fri, 12 Jul 2013 15:01:08 -0700] rev 18824
8015320: Pull spliterator() up from Collection to Iterable Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com
Fri, 12 Jul 2013 20:44:34 +0100 8019627: RuntimeException gets obscured during OCSP cert revocation checking
vinnie [Fri, 12 Jul 2013 20:44:34 +0100] rev 18823
8019627: RuntimeException gets obscured during OCSP cert revocation checking Reviewed-by: mullan
Wed, 03 Jul 2013 21:43:49 +0200 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
psandoz [Wed, 03 Jul 2013 21:43:49 +0200] rev 18822
8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method Reviewed-by: henryjen, briangoetz
Fri, 12 Jul 2013 12:15:59 -0700 Merge
mduigou [Fri, 12 Jul 2013 12:15:59 -0700] rev 18821
Merge
Fri, 12 Jul 2013 12:15:22 -0700 8015315: Stream.concat methods
mduigou [Fri, 12 Jul 2013 12:15:22 -0700] rev 18820
8015315: Stream.concat methods Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Fri, 12 Jul 2013 11:12:16 -0700 8015317: Optional.filter, map, and flatMap
mduigou [Fri, 12 Jul 2013 11:12:16 -0700] rev 18819
8015317: Optional.filter, map, and flatMap Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Fri, 12 Jul 2013 11:11:30 -0700 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
mduigou [Fri, 12 Jul 2013 11:11:30 -0700] rev 18818
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set} Reviewed-by: dmocek, martin, smarks
Fri, 12 Jul 2013 11:48:23 -0700 8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
darcy [Fri, 12 Jul 2013 11:48:23 -0700] rev 18817
8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations Reviewed-by: abuckley, jfranck
Fri, 12 Jul 2013 11:14:53 -0700 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
joehw [Fri, 12 Jul 2013 11:14:53 -0700] rev 18816
8020430: NullPointerException in xml sqe nightly result on 2013-07-12 Reviewed-by: chegar, lancea
Mon, 08 Jul 2013 14:05:59 +0200 8014890: (ref) Reference queues may return more entries than expected
mchung [Mon, 08 Jul 2013 14:05:59 +0200] rev 18815
8014890: (ref) Reference queues may return more entries than expected Summary: When enqueuing references check whether the j.l.r.Reference has already been enqeued or removed in the lock. Do not enqueue them again. This occurs because multiple threads may try to enqueue the same j.l.r.Reference at the same time. Reviewed-by: mchung, dholmes, plevart, shade Contributed-by: thomas.schatzl@oracle.com
Thu, 11 Jul 2013 17:52:04 -0700 Merge
valeriep [Thu, 11 Jul 2013 17:52:04 -0700] rev 18814
Merge
Wed, 10 Jul 2013 18:14:35 -0700 8020310: JDK-6356530 broke the old build
valeriep [Wed, 10 Jul 2013 18:14:35 -0700] rev 18813
8020310: JDK-6356530 broke the old build Summary: Add serialVersionUID to AuthProvider and P11Key class. Reviewed-by: xuelei
Tue, 09 Jul 2013 15:26:20 -0700 Merge
valeriep [Tue, 09 Jul 2013 15:26:20 -0700] rev 18812
Merge
Mon, 08 Jul 2013 11:11:07 -0700 Merge
valeriep [Mon, 08 Jul 2013 11:11:07 -0700] rev 18811
Merge
Mon, 08 Jul 2013 10:20:46 -0700 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
ascarpino [Mon, 08 Jul 2013 10:20:46 -0700] rev 18810
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec Reviewed-by: valeriep, wetmore, xuelei
Fri, 05 Jul 2013 13:56:12 -0700 7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
valeriep [Fri, 05 Jul 2013 13:56:12 -0700] rev 18809
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful Summary: Check equality based on component values instead of encoding which may vary due to optional components Reviewed-by: weijun
Fri, 05 Jul 2013 13:53:37 -0700 8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
valeriep [Fri, 05 Jul 2013 13:53:37 -0700] rev 18808
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode Summary: Ensure the Cipher.doFinal() is called only once Reviewed-by: xuelei
Thu, 11 Jul 2013 13:40:25 -0700 8017212: File.createTempFile requires unnecessary "read" permission
dxu [Thu, 11 Jul 2013 13:40:25 -0700] rev 18807
8017212: File.createTempFile requires unnecessary "read" permission Summary: Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com Reviewed-by: alanb
Thu, 11 Jul 2013 11:14:06 -0700 8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
ksrini [Thu, 11 Jul 2013 11:14:06 -0700] rev 18806
8019799: api/java_util/jar/Pack200 test failed with compactX profiles. Reviewed-by: dholmes
Thu, 11 Jul 2013 21:11:03 +0200 8010285: Enforce the requirement of Management Interfaces being public
jbachorik [Thu, 11 Jul 2013 21:11:03 +0200] rev 18805
8010285: Enforce the requirement of Management Interfaces being public Reviewed-by: sjiang, dfuchs, mchung
(0) -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 +30000 tip