Wed, 05 Jul 2017 18:52:40 +0200 Merge
duke [Wed, 05 Jul 2017 18:52:40 +0200] rev 17041
Merge
Fri, 26 Apr 2013 00:29:12 -0700 Added tag hs25-b30 for changeset 18be17ecfd6c
amurillo [Fri, 26 Apr 2013 00:29:12 -0700] rev 17040
Added tag hs25-b30 for changeset 18be17ecfd6c
Fri, 26 Apr 2013 00:29:11 -0700 Merge
amurillo [Fri, 26 Apr 2013 00:29:11 -0700] rev 17039
Merge
Thu, 25 Apr 2013 13:10:03 -0700 Merge
bharadwaj [Thu, 25 Apr 2013 13:10:03 -0700] rev 17038
Merge
Wed, 24 Apr 2013 18:20:04 -0400 8013041: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset.
jiangli [Wed, 24 Apr 2013 18:20:04 -0400] rev 17037
8013041: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset. Summary: Change jmpb() to jmp(). Reviewed-by: coleenp, rdurbin, dcubed
Wed, 24 Apr 2013 09:42:08 +0200 8011771: runThese crashed with EAV
roland [Wed, 24 Apr 2013 09:42:08 +0200] rev 17036
8011771: runThese crashed with EAV Summary: Array bound check elimination's in block motion doesn't always reset its data structures from one step to the other. Reviewed-by: kvn, twisti
Tue, 16 Apr 2013 17:06:39 +0200 8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas
roland [Tue, 16 Apr 2013 17:06:39 +0200] rev 17035
8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas Summary: instruct xaddL_no_res shouldn't allow 64 bit constants. Reviewed-by: kvn
Tue, 23 Apr 2013 12:32:17 -0400 8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization.
jiangli [Tue, 23 Apr 2013 12:32:17 -0400] rev 17034
8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization. Summary: Change br_null_short() to br_null(). Reviewed-by: coleenp, hseigel
Tue, 23 Apr 2013 08:12:14 -0700 8012961: Do not restrict static interface methods to be private
bharadwaj [Tue, 23 Apr 2013 08:12:14 -0700] rev 17033
8012961: Do not restrict static interface methods to be private Summary: Lambda changes; spec 0.6.2 - remove the restriction that was added as part of recent changes made to support upcoming changes to compilation of lambda methods. Reviewed-by: dholmes, acorn
Sun, 21 Apr 2013 21:05:02 -0700 Merge
dcubed [Sun, 21 Apr 2013 21:05:02 -0700] rev 17032
Merge
Sun, 21 Apr 2013 20:41:04 -0700 8012907: anti-delta fix for 8010992
dcubed [Sun, 21 Apr 2013 20:41:04 -0700] rev 17031
8012907: anti-delta fix for 8010992 Summary: anti-delta fix for 8010992 until 8012902 can be fixed Reviewed-by: acorn, minqi, rdurbin
Sat, 20 Apr 2013 19:02:11 +0200 6729929: I18N - Taking Heap Dump failed if project path contains multibyte characters
mgronlun [Sat, 20 Apr 2013 19:02:11 +0200] rev 17030
6729929: I18N - Taking Heap Dump failed if project path contains multibyte characters Reviewed-by: dholmes, rbackman Contributed-by: peter.allwin@oracle.com
Sat, 20 Apr 2013 04:07:08 -0700 8008511: JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition
sspitsyn [Sat, 20 Apr 2013 04:07:08 -0700] rev 17029
8008511: JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's Reviewed-by: coleenp, jrose, dholmes Contributed-by: serguei.spitsyn@oracle.com
Fri, 19 Apr 2013 16:51:27 -0700 Merge
dcubed [Fri, 19 Apr 2013 16:51:27 -0700] rev 17028
Merge
Fri, 19 Apr 2013 13:48:54 -0700 Merge
dcubed [Fri, 19 Apr 2013 13:48:54 -0700] rev 17027
Merge
Fri, 19 Apr 2013 11:08:52 -0700 8010992: Remove calls to global ::operator new[] and new
minqi [Fri, 19 Apr 2013 11:08:52 -0700] rev 17026
8010992: Remove calls to global ::operator new[] and new Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
Thu, 18 Apr 2013 14:03:37 -0400 Merge
bharadwaj [Thu, 18 Apr 2013 14:03:37 -0400] rev 17025
Merge
Thu, 18 Apr 2013 08:05:35 -0700 8006267: InterfaceMethod_ref should allow invokestatic and invokespecial
bharadwaj [Thu, 18 Apr 2013 08:05:35 -0700] rev 17024
8006267: InterfaceMethod_ref should allow invokestatic and invokespecial Summary: Lambda changes; spec 0.6.2 - Allow static invokestatic and invokespecial calls to InterfaceMethod_ref Reviewed-by: dholmes, acorn
Thu, 18 Apr 2013 10:04:44 -0400 8012464: NMT: classes should not derive from _ValueObj, use VALUE_OBJ_CLASS_SPEC instead
zgu [Thu, 18 Apr 2013 10:04:44 -0400] rev 17023
8012464: NMT: classes should not derive from _ValueObj, use VALUE_OBJ_CLASS_SPEC instead Summary: NMT value objects should use VALUE_OBJ_CLASS_SPEC instead of deriving from _ValueObj Reviewed-by: coleenp, hseigel, dholmes
Wed, 17 Apr 2013 08:20:02 -0400 8009928: PSR:PERF Increase default string table size
hseigel [Wed, 17 Apr 2013 08:20:02 -0400] rev 17022
8009928: PSR:PERF Increase default string table size Summary: Increase default string table size to 60013 for 64-bit platforms. Reviewed-by: coleenp, dholmes
Fri, 19 Apr 2013 10:09:11 -0700 8012559: new hotspot build - hs25-b30
amurillo [Fri, 19 Apr 2013 10:09:11 -0700] rev 17021
8012559: new hotspot build - hs25-b30 Reviewed-by: jcoomes
Fri, 19 Apr 2013 09:58:06 -0700 Added tag hs25-b29 for changeset 4beed8bc9715
amurillo [Fri, 19 Apr 2013 09:58:06 -0700] rev 17020
Added tag hs25-b29 for changeset 4beed8bc9715
Fri, 19 Apr 2013 09:58:05 -0700 Merge
amurillo [Fri, 19 Apr 2013 09:58:05 -0700] rev 17019
Merge
Fri, 19 Apr 2013 03:13:04 -0400 Merge
bharadwaj [Fri, 19 Apr 2013 03:13:04 -0400] rev 17018
Merge
Thu, 18 Apr 2013 16:04:33 -0700 Merge
bharadwaj [Thu, 18 Apr 2013 16:04:33 -0700] rev 17017
Merge
Thu, 11 Apr 2013 13:57:44 +0200 8006952: Slow VM due to excessive code cache freelist iteration
neliasso [Thu, 11 Apr 2013 13:57:44 +0200] rev 17016
8006952: Slow VM due to excessive code cache freelist iteration Summary: Remove continous free block requirement Reviewed-by: kvn
Tue, 16 Apr 2013 10:04:01 -0700 8011971: WB API doesn't accept j.l.reflect.Constructor
iignatyev [Tue, 16 Apr 2013 10:04:01 -0700] rev 17015
8011971: WB API doesn't accept j.l.reflect.Constructor Reviewed-by: kvn, vlivanov
Tue, 16 Apr 2013 10:37:16 -0400 Merge
neliasso [Tue, 16 Apr 2013 10:37:16 -0400] rev 17014
Merge
Tue, 16 Apr 2013 10:08:41 +0200 8011621: live_ranges_in_separate_class.patch
neliasso [Tue, 16 Apr 2013 10:08:41 +0200] rev 17013
8011621: live_ranges_in_separate_class.patch Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
Mon, 15 Apr 2013 18:42:42 -0700 Merge
roland [Mon, 15 Apr 2013 18:42:42 -0700] rev 17012
Merge
Mon, 15 Apr 2013 17:17:11 +0200 8011648: C1: optimized build is broken after 7153771
roland [Mon, 15 Apr 2013 17:17:11 +0200] rev 17011
8011648: C1: optimized build is broken after 7153771 Summary: missing #ifdef ASSERT Reviewed-by: kvn
Mon, 15 Apr 2013 16:20:05 -0700 7172922: export_ makefile targets do not work unless all supported variants are built
twisti [Mon, 15 Apr 2013 16:20:05 -0700] rev 17010
7172922: export_ makefile targets do not work unless all supported variants are built Reviewed-by: dholmes, kvn
Mon, 15 Apr 2013 09:42:46 +0200 8011582: assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range
roland [Mon, 15 Apr 2013 09:42:46 +0200] rev 17009
8011582: assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range Summary: c1 runtime's predicate_failed_trap should use jump_to on sparc Reviewed-by: kvn
Fri, 12 Apr 2013 19:14:47 -0700 6443505: Ideal() function for CmpLTMask
drchase [Fri, 12 Apr 2013 19:14:47 -0700] rev 17008
6443505: Ideal() function for CmpLTMask Summary: Repair wrong code generation, added new matching rule Reviewed-by: kvn, twisti
Fri, 12 Apr 2013 20:37:18 -0400 Merge
kvn [Fri, 12 Apr 2013 20:37:18 -0400] rev 17007
Merge
Fri, 12 Apr 2013 15:53:30 -0700 7104565: trim jprt build targets
drchase [Fri, 12 Apr 2013 15:53:30 -0700] rev 17006
7104565: trim jprt build targets Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
Fri, 12 Apr 2013 15:43:07 -0700 8011678: test/Makefile should pick up JT_HOME environment variable
twisti [Fri, 12 Apr 2013 15:43:07 -0700] rev 17005
8011678: test/Makefile should pick up JT_HOME environment variable Reviewed-by: kvn
Fri, 12 Apr 2013 12:22:59 -0700 8011933: add number of classes, methods and time spent to CompileTheWorld
twisti [Fri, 12 Apr 2013 12:22:59 -0700] rev 17004
8011933: add number of classes, methods and time spent to CompileTheWorld Reviewed-by: jrose, kvn
Thu, 18 Apr 2013 17:00:16 -0400 Merge
jiangli [Thu, 18 Apr 2013 17:00:16 -0400] rev 17003
Merge
Mon, 15 Apr 2013 21:25:23 -0400 Merge
jiangli [Mon, 15 Apr 2013 21:25:23 -0400] rev 17002
Merge
Thu, 11 Apr 2013 23:06:33 -0400 8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL.
jiangli [Thu, 11 Apr 2013 23:06:33 -0400] rev 17001
8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL. Summary: Skip counter decay if the MethodCounters is NULL in NonTieredCompPolicy::delay_compilation(). Reviewed-by: kvn, dholmes
Tue, 09 Apr 2013 17:17:41 -0400 8010862: The Method counter fields used for profiling can be allocated lazily.
jiangli [Tue, 09 Apr 2013 17:17:41 -0400] rev 17000
8010862: The Method counter fields used for profiling can be allocated lazily. Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
Thu, 18 Apr 2013 14:38:31 +0200 Merge
mgerdin [Thu, 18 Apr 2013 14:38:31 +0200] rev 16999
Merge
Thu, 18 Apr 2013 06:50:35 +0200 8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime
brutisso [Thu, 18 Apr 2013 06:50:35 +0200] rev 16998
8012455: Missing time and date stamps for PrintGCApplicationConcurrentTime and PrintGCApplicationStoppedTime Summary: also reviewed by: kirk@kodewerk.com, brandon@twitter.com Reviewed-by: tschatzl, stefank, johnc
Wed, 17 Apr 2013 10:57:02 -0700 8012335: G1: Fix bug with compressed oops in template interpreter on x86 and sparc.
johnc [Wed, 17 Apr 2013 10:57:02 -0700] rev 16997
8012335: G1: Fix bug with compressed oops in template interpreter on x86 and sparc. Summary: In do_oop_store the uncompressed value of the oop being stored needs to be preserved and passed to g1_write_barrier_post. This is necessary for the heap region cross check to work correctly. Reviewed-by: coleenp, johnc Contributed-by: Martin Doerr <martin.doerr@sap.com>
Mon, 01 Apr 2013 10:50:30 -0700 8011173: NPG: Replace the ChunkList implementation with class FreeList<Metachunk>
jmasa [Mon, 01 Apr 2013 10:50:30 -0700] rev 16996
8011173: NPG: Replace the ChunkList implementation with class FreeList<Metachunk> Reviewed-by: mgerdin, tschatzl, johnc, coleenp
Tue, 16 Apr 2013 12:46:24 +0200 Merge
mgerdin [Tue, 16 Apr 2013 12:46:24 +0200] rev 16995
Merge
Thu, 11 Apr 2013 10:20:00 -0700 Merge
johnc [Thu, 11 Apr 2013 10:20:00 -0700] rev 16994
Merge
Wed, 10 Apr 2013 10:57:34 -0700 8010780: G1: Eden occupancy/capacity output wrong after a full GC
johnc [Wed, 10 Apr 2013 10:57:34 -0700] rev 16993
8010780: G1: Eden occupancy/capacity output wrong after a full GC Summary: Move the calculation and recording of eden capacity to the start of a GC and print a detailed heap transition for full GCs. Reviewed-by: tschatzl, jmasa
Tue, 16 Apr 2013 08:59:29 -0700 Merge
rdurbin [Tue, 16 Apr 2013 08:59:29 -0700] rev 16992
Merge
Wed, 10 Apr 2013 08:55:50 -0400 8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started"
zgu [Wed, 10 Apr 2013 08:55:50 -0400] rev 16991
8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started" Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers. Reviewed-by: dholmes, dlong
Thu, 11 Apr 2013 21:54:46 -0700 8011949: new hotspot build - hs25-b29
amurillo [Thu, 11 Apr 2013 21:54:46 -0700] rev 16990
8011949: new hotspot build - hs25-b29 Reviewed-by: jcoomes
Thu, 25 Apr 2013 09:24:00 -0700 Added tag jdk8-b87 for changeset b6607ce9fa8d
katleman [Thu, 25 Apr 2013 09:24:00 -0700] rev 16989
Added tag jdk8-b87 for changeset b6607ce9fa8d
Thu, 02 May 2013 15:56:39 +0200 8011687: Support correct dependencies from header files on windows and solaris
erikj [Thu, 02 May 2013 15:56:39 +0200] rev 16988
8011687: Support correct dependencies from header files on windows and solaris Reviewed-by: tbell
Thu, 02 May 2013 15:46:38 +0200 8013786: JDK-8013480 broke configure on solaris
erikj [Thu, 02 May 2013 15:46:38 +0200] rev 16987
8013786: JDK-8013480 broke configure on solaris Reviewed-by: tbell
Tue, 30 Apr 2013 14:39:49 -0700 Merge
katleman [Tue, 30 Apr 2013 14:39:49 -0700] rev 16986
Merge
Thu, 25 Apr 2013 16:00:40 +0200 7074926: create Solaris Studio IDE (Netbeans) project for hotspot sources
jwilhelm [Thu, 25 Apr 2013 16:00:40 +0200] rev 16985
7074926: create Solaris Studio IDE (Netbeans) project for hotspot sources Summary: Project files for hotspot delevopment in Solaris Studio and NetBeans. Also reviewed by vladimir.voskresensky@oracle.com Reviewed-by: erikj, dsamersoff
Mon, 29 Apr 2013 12:34:30 -0400 8013480: fix zero build on arm
omajid [Mon, 29 Apr 2013 12:34:30 -0400] rev 16984
8013480: fix zero build on arm Reviewed-by: erikj
Thu, 25 Apr 2013 09:23:51 -0700 Added tag jdk8-b87 for changeset faa51a420c63
katleman [Thu, 25 Apr 2013 09:23:51 -0700] rev 16983
Added tag jdk8-b87 for changeset faa51a420c63
Wed, 05 Jul 2017 18:52:12 +0200 Added tag jdk8-b87 for changeset 5ebf6c63714d
duke [Wed, 05 Jul 2017 18:52:12 +0200] rev 16982
Added tag jdk8-b87 for changeset 5ebf6c63714d
Wed, 05 Jul 2017 18:52:11 +0200 Merge jdk8-b87
duke [Wed, 05 Jul 2017 18:52:11 +0200] rev 16981
Merge
Wed, 05 Jul 2017 18:52:06 +0200 Merge
duke [Wed, 05 Jul 2017 18:52:06 +0200] rev 16980
Merge
Tue, 23 Apr 2013 09:27:28 -0700 Merge
lana [Tue, 23 Apr 2013 09:27:28 -0700] rev 16979
Merge
Wed, 17 Apr 2013 21:50:43 -0700 Merge
lana [Wed, 17 Apr 2013 21:50:43 -0700] rev 16978
Merge
Wed, 17 Apr 2013 10:31:01 -0700 Merge
lana [Wed, 17 Apr 2013 10:31:01 -0700] rev 16977
Merge
Wed, 17 Apr 2013 11:11:33 +0100 8011181: javac, empty UTF8 entry generated for inner class
vromero [Wed, 17 Apr 2013 11:11:33 +0100] rev 16976
8011181: javac, empty UTF8 entry generated for inner class Reviewed-by: jjg
Mon, 15 Apr 2013 14:18:30 +0100 8010923: Avoid redundant speculative attribution
mcimadamore [Mon, 15 Apr 2013 14:18:30 +0100] rev 16975
8010923: Avoid redundant speculative attribution Summary: Add optimization to avoid speculative attribution for certain argument expressions Reviewed-by: jjg
Mon, 15 Apr 2013 14:17:30 +0100 8011392: Missing checkcast when casting to intersection type
mcimadamore [Mon, 15 Apr 2013 14:17:30 +0100] rev 16974
8011392: Missing checkcast when casting to intersection type Summary: javac should emit a checkcast for each additional target type specified in an intersection type cast Reviewed-by: jjg
Mon, 15 Apr 2013 14:16:05 +0100 8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82
mcimadamore [Mon, 15 Apr 2013 14:16:05 +0100] rev 16973
8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82 Summary: Fix bug in Types.removeWildcards Reviewed-by: jjg
Mon, 15 Apr 2013 14:15:07 +0100 8011376: Spurious checked exception errors in nested method call
mcimadamore [Mon, 15 Apr 2013 14:15:07 +0100] rev 16972
8011376: Spurious checked exception errors in nested method call Summary: Fallback attribution logic doesn't work properly when lambda throws checked exceptions Reviewed-by: jjg
Mon, 15 Apr 2013 14:12:17 +0100 8011377: Javac crashes when multiple lambdas are defined in an array
mcimadamore [Mon, 15 Apr 2013 14:12:17 +0100] rev 16971
8011377: Javac crashes when multiple lambdas are defined in an array Summary: Wrong attribution environment used by DeferredAttr Reviewed-by: jjg
Mon, 15 Apr 2013 14:11:29 +0100 8011383: Symbol.getModifiers omits ACC_ABSTRACT from interface with default methods
mcimadamore [Mon, 15 Apr 2013 14:11:29 +0100] rev 16970
8011383: Symbol.getModifiers omits ACC_ABSTRACT from interface with default methods Summary: Fixup for default method modifiers erroneously applies to class-level modifiers Reviewed-by: jjg
Sat, 13 Apr 2013 18:48:29 -0700 8009686: Generated javadoc documentation should be able to display type annotation on an array
bpatel [Sat, 13 Apr 2013 18:48:29 -0700] rev 16969
8009686: Generated javadoc documentation should be able to display type annotation on an array Reviewed-by: jjg
Sat, 13 Apr 2013 12:25:44 +0100 8010659: Javac Crashes while building OpenJFX
vromero [Sat, 13 Apr 2013 12:25:44 +0100] rev 16968
8010659: Javac Crashes while building OpenJFX Reviewed-by: jjg Contributed-by: maurizio.cimadamore@oracle.com
Fri, 12 Apr 2013 12:05:04 +0200 7015104: use new subtype of TypeSymbol for type parameters
jfranck [Fri, 12 Apr 2013 12:05:04 +0200] rev 16967
7015104: use new subtype of TypeSymbol for type parameters Reviewed-by: jjg, mcimadamore
Thu, 11 Apr 2013 19:15:56 -0700 Merge
lana [Thu, 11 Apr 2013 19:15:56 -0700] rev 16966
Merge
Wed, 10 Apr 2013 12:31:02 +0100 8011432: javac, compiler regression iterable + captured type
vromero [Wed, 10 Apr 2013 12:31:02 +0100] rev 16965
8011432: javac, compiler regression iterable + captured type Reviewed-by: mcimadamore
Tue, 09 Apr 2013 14:18:22 -0700 8005091: javadoc should be able to return the receiver type
bpatel [Tue, 09 Apr 2013 14:18:22 -0700] rev 16964
8005091: javadoc should be able to return the receiver type Reviewed-by: jjg
Thu, 18 Apr 2013 10:30:32 -0700 Added tag jdk8-b86 for changeset 29071bf3de15
katleman [Thu, 18 Apr 2013 10:30:32 -0700] rev 16963
Added tag jdk8-b86 for changeset 29071bf3de15
Wed, 05 Jul 2017 18:51:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:56 +0200] rev 16962
Merge
Tue, 23 Apr 2013 18:33:20 -0700 8012643: JDK8 b86 source with GPL header errors
katleman [Tue, 23 Apr 2013 18:33:20 -0700] rev 16961
8012643: JDK8 b86 source with GPL header errors Reviewed-by: dholmes, alanb
Tue, 23 Apr 2013 09:27:25 -0700 Merge
lana [Tue, 23 Apr 2013 09:27:25 -0700] rev 16960
Merge
Wed, 17 Apr 2013 10:13:32 -0700 Merge
lana [Wed, 17 Apr 2013 10:13:32 -0700] rev 16959
Merge
Thu, 11 Apr 2013 19:15:06 -0700 Merge
lana [Thu, 11 Apr 2013 19:15:06 -0700] rev 16958
Merge
Thu, 18 Apr 2013 10:30:21 -0700 Added tag jdk8-b86 for changeset 41918e176381
katleman [Thu, 18 Apr 2013 10:30:21 -0700] rev 16957
Added tag jdk8-b86 for changeset 41918e176381
Wed, 05 Jul 2017 18:51:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:49 +0200] rev 16956
Merge
Tue, 23 Apr 2013 09:27:01 -0700 Merge
lana [Tue, 23 Apr 2013 09:27:01 -0700] rev 16955
Merge
Fri, 12 Apr 2013 10:20:32 +0100 Merge
chegar [Fri, 12 Apr 2013 10:20:32 +0100] rev 16954
Merge
Mon, 18 Feb 2013 11:33:35 -0800 6657673: Issues with JAXP
joehw [Mon, 18 Feb 2013 11:33:35 -0800] rev 16953
6657673: Issues with JAXP Reviewed-by: alanb, lancea, ahgross, mullan
Thu, 18 Apr 2013 10:30:19 -0700 Added tag jdk8-b86 for changeset 6733de0488b4
katleman [Thu, 18 Apr 2013 10:30:19 -0700] rev 16952
Added tag jdk8-b86 for changeset 6733de0488b4
Wed, 05 Jul 2017 18:51:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:42 +0200] rev 16951
Merge
Tue, 23 Apr 2013 09:26:52 -0700 Merge
lana [Tue, 23 Apr 2013 09:26:52 -0700] rev 16950
Merge
Wed, 17 Apr 2013 21:50:54 -0700 Merge
lana [Wed, 17 Apr 2013 21:50:54 -0700] rev 16949
Merge
Wed, 17 Apr 2013 10:31:06 -0700 Merge
lana [Wed, 17 Apr 2013 10:31:06 -0700] rev 16948
Merge
Tue, 16 Apr 2013 22:11:33 -0700 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
mchung [Tue, 16 Apr 2013 22:11:33 -0700] rev 16947
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive Reviewed-by: jrose, alanb, twisti, sundar
Mon, 15 Apr 2013 08:39:48 -0300 Merge
jlaskey [Mon, 15 Apr 2013 08:39:48 -0300] rev 16946
Merge
Fri, 12 Apr 2013 16:32:24 +0200 8011885: Switch to Joni as default Regexp engine
hannesw [Fri, 12 Apr 2013 16:32:24 +0200] rev 16945
8011885: Switch to Joni as default Regexp engine Reviewed-by: lagergren, sundar
Fri, 12 Apr 2013 16:31:16 +0200 8011884: Regexp literals are compiled twice
hannesw [Fri, 12 Apr 2013 16:31:16 +0200] rev 16944
8011884: Regexp literals are compiled twice Reviewed-by: lagergren, sundar
Thu, 11 Apr 2013 12:16:39 +0200 8011980: Allow NUL character in character class
hannesw [Thu, 11 Apr 2013 12:16:39 +0200] rev 16943
8011980: Allow NUL character in character class Reviewed-by: sundar, lagergren
Thu, 11 Apr 2013 15:04:55 +0530 8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sort
sundar [Thu, 11 Apr 2013 15:04:55 +0530] rev 16942
8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sort Reviewed-by: hannesw, lagergren
Thu, 11 Apr 2013 13:20:03 +0530 8011960: [2,1].sort(null) should throw TypeError
sundar [Thu, 11 Apr 2013 13:20:03 +0530] rev 16941
8011960: [2,1].sort(null) should throw TypeError Reviewed-by: hannesw, lagergren
Wed, 10 Apr 2013 14:08:00 +0200 8011756: Wrong characters supported in RegExp \c escape
hannesw [Wed, 10 Apr 2013 14:08:00 +0200] rev 16940
8011756: Wrong characters supported in RegExp \c escape Reviewed-by: lagergren, attila
Wed, 10 Apr 2013 14:05:11 +0200 8011749: Bugs with empty character class handling
hannesw [Wed, 10 Apr 2013 14:05:11 +0200] rev 16939
8011749: Bugs with empty character class handling Reviewed-by: lagergren, attila
Wed, 10 Apr 2013 14:00:11 +0200 8011714: Regexp decimal escape handling still not correct
hannesw [Wed, 10 Apr 2013 14:00:11 +0200] rev 16938
8011714: Regexp decimal escape handling still not correct Reviewed-by: lagergren, attila
Thu, 11 Apr 2013 19:16:01 -0700 Merge
lana [Thu, 11 Apr 2013 19:16:01 -0700] rev 16937
Merge
Thu, 18 Apr 2013 10:30:34 -0700 Added tag jdk8-b86 for changeset 6ee429aebbde
katleman [Thu, 18 Apr 2013 10:30:34 -0700] rev 16936
Added tag jdk8-b86 for changeset 6ee429aebbde
Wed, 05 Jul 2017 18:51:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:33 +0200] rev 16935
Merge
Thu, 18 Apr 2013 10:30:06 -0700 Added tag jdk8-b86 for changeset ec149fe77498
katleman [Thu, 18 Apr 2013 10:30:06 -0700] rev 16934
Added tag jdk8-b86 for changeset ec149fe77498
Wed, 05 Jul 2017 18:51:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:29 +0200] rev 16933
Merge
Tue, 23 Apr 2013 18:25:52 -0700 8012643: JDK8 b86 source with GPL header errors
katleman [Tue, 23 Apr 2013 18:25:52 -0700] rev 16932
8012643: JDK8 b86 source with GPL header errors Reviewed-by: dholmes, alanb
Tue, 23 Apr 2013 09:28:19 -0700 Merge
lana [Tue, 23 Apr 2013 09:28:19 -0700] rev 16931
Merge
Wed, 17 Apr 2013 21:48:04 -0700 Merge
lana [Wed, 17 Apr 2013 21:48:04 -0700] rev 16930
Merge
Tue, 16 Apr 2013 13:51:53 -0400 8010096: Initial java.util.Spliterator putback
briangoetz [Tue, 16 Apr 2013 13:51:53 -0400] rev 16929
8010096: Initial java.util.Spliterator putback Reviewed-by: mduigou, alanb, chegar, darcy Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Brian Goetz <brian.goetz@oracle.com>, Doug Lea <dl@cs.oswego.edu>
Wed, 17 Apr 2013 12:31:34 -0700 Merge
lana [Wed, 17 Apr 2013 12:31:34 -0700] rev 16928
Merge
Wed, 17 Apr 2013 12:14:16 -0700 Merge
lana [Wed, 17 Apr 2013 12:14:16 -0700] rev 16927
Merge
Wed, 17 Apr 2013 10:30:02 -0700 Merge
lana [Wed, 17 Apr 2013 10:30:02 -0700] rev 16926
Merge
Wed, 17 Apr 2013 15:06:17 -0400 Merge
coleenp [Wed, 17 Apr 2013 15:06:17 -0400] rev 16925
Merge
Wed, 17 Apr 2013 12:50:45 -0400 8009531: Crash when redefining class with annotated method
coleenp [Wed, 17 Apr 2013 12:50:45 -0400] rev 16924
8009531: Crash when redefining class with annotated method Summary: Add code to annotated methods and command line flags to the tests to verify bug above Reviewed-by: acorn, sspitsyn, dcubed, dholmes, alanb
Wed, 17 Apr 2013 12:04:15 -0700 8004260: dynamic proxy class should have the same Java language access as the proxy interfaces
mchung [Wed, 17 Apr 2013 12:04:15 -0700] rev 16923
8004260: dynamic proxy class should have the same Java language access as the proxy interfaces Reviewed-by: alanb, jrose, jdn
Wed, 17 Apr 2013 11:39:52 -0700 8010953: Add primitive summary statistics utils
mduigou [Wed, 17 Apr 2013 11:39:52 -0700] rev 16922
8010953: Add primitive summary statistics utils Reviewed-by: mduigou, dholmes, chegar, darcy Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Wed, 17 Apr 2013 16:11:19 +0100 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
alanb [Wed, 17 Apr 2013 16:11:19 +0100] rev 16921
8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win) Reviewed-by: chegar
Wed, 17 Apr 2013 02:53:02 -0700 Merge
vinnie [Wed, 17 Apr 2013 02:53:02 -0700] rev 16920
Merge
Tue, 16 Apr 2013 05:32:39 -0700 Merge
vinnie [Tue, 16 Apr 2013 05:32:39 -0700] rev 16919
Merge
Tue, 16 Apr 2013 05:11:50 -0700 Merge
vinnie [Tue, 16 Apr 2013 05:11:50 -0700] rev 16918
Merge
Tue, 16 Apr 2013 01:44:58 -0700 Merge
vinnie [Tue, 16 Apr 2013 01:44:58 -0700] rev 16917
Merge
Fri, 12 Apr 2013 10:42:50 -0700 Merge
vinnie [Fri, 12 Apr 2013 10:42:50 -0700] rev 16916
Merge
Thu, 11 Apr 2013 21:03:24 -0700 6425477: Better support for generation of high entropy random numbers
wetmore [Thu, 11 Apr 2013 21:03:24 -0700] rev 16915
6425477: Better support for generation of high entropy random numbers Reviewed-by: xuelei, weijun, mullan
Thu, 11 Apr 2013 19:36:52 -0700 Merge
wetmore [Thu, 11 Apr 2013 19:36:52 -0700] rev 16914
Merge
Thu, 11 Apr 2013 18:57:14 -0700 8011680: Re-integrate AEAD implementation of JSSE
xuelei [Thu, 11 Apr 2013 18:57:14 -0700] rev 16913
8011680: Re-integrate AEAD implementation of JSSE Summary: It is a re-merge of JDK-7030966. Reviewed-by: wetmore
Thu, 11 Apr 2013 17:29:43 -0700 8012056: SunJCEInstance needs to run in it's own vm
wetmore [Thu, 11 Apr 2013 17:29:43 -0700] rev 16912
8012056: SunJCEInstance needs to run in it's own vm Reviewed-by: wetmore Contributed-by: anthony.scarpino@oracle.com
Thu, 11 Apr 2013 14:47:54 -0700 8011812: JDK-8011278 breaks the old build
erikj [Thu, 11 Apr 2013 14:47:54 -0700] rev 16911
8011812: JDK-8011278 breaks the old build Reviewed-by: tbell, wetmore
Thu, 11 Apr 2013 18:00:23 +0100 8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA
vinnie [Thu, 11 Apr 2013 18:00:23 +0100] rev 16910
8001596: Incorrect condition check in PBKDF2KeyImpl.JAVA Reviewed-by: wetmore Contributed-by: Tony Scarpino <anthony.scarpino@oracle.com>
Thu, 11 Apr 2013 17:57:08 +0100 7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE provider
vinnie [Thu, 11 Apr 2013 17:57:08 +0100] rev 16909
7171982: Cipher getParameters() throws RuntimeException: Cannot find SunJCE provider Reviewed-by: vinnie, wetmore Contributed-by: Tony Scarpino <anthony.scarpino@oracle.com>
Wed, 17 Apr 2013 01:04:45 -0700 Merge
yhuang [Wed, 17 Apr 2013 01:04:45 -0700] rev 16908
Merge
Tue, 16 Apr 2013 22:28:47 -0700 8011977: ISO 4217 Amendment Number 155
yhuang [Tue, 16 Apr 2013 22:28:47 -0700] rev 16907
8011977: ISO 4217 Amendment Number 155 Reviewed-by: naoto
Tue, 16 Apr 2013 21:39:52 -0700 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
mchung [Tue, 16 Apr 2013 21:39:52 -0700] rev 16906
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive Reviewed-by: jrose, alanb, twisti
Wed, 17 Apr 2013 10:15:33 +0800 8011124: Make KerberosTime immutable
weijun [Wed, 17 Apr 2013 10:15:33 +0800] rev 16905
8011124: Make KerberosTime immutable Reviewed-by: xuelei
Tue, 16 Apr 2013 21:04:33 +0100 Merge
chegar [Tue, 16 Apr 2013 21:04:33 +0100] rev 16904
Merge
Tue, 16 Apr 2013 13:30:19 +0100 Merge
chegar [Tue, 16 Apr 2013 13:30:19 +0100] rev 16903
Merge
Sat, 13 Apr 2013 21:51:36 +0100 Merge
chegar [Sat, 13 Apr 2013 21:51:36 +0100] rev 16902
Merge
Sat, 13 Apr 2013 20:16:00 +0100 Merge
chegar [Sat, 13 Apr 2013 20:16:00 +0100] rev 16901
Merge
Thu, 04 Apr 2013 17:34:07 +0100 Merge
chegar [Thu, 04 Apr 2013 17:34:07 +0100] rev 16900
Merge
Tue, 19 Feb 2013 12:06:28 +0400 8007675: Improve color conversion
bae [Tue, 19 Feb 2013 12:06:28 +0400] rev 16899
8007675: Improve color conversion Reviewed-by: prr, mschoene, jgodinez
Fri, 01 Mar 2013 04:45:12 +0400 8008140: Better method handle resolution
vlivanov [Fri, 01 Mar 2013 04:45:12 +0400] rev 16898
8008140: Better method handle resolution Reviewed-by: jrose, twisti, jdn
Thu, 28 Mar 2013 09:50:40 +0000 8010944: Incorrectly separated package list in java.security-windows
chegar [Thu, 28 Mar 2013 09:50:40 +0000] rev 16897
8010944: Incorrectly separated package list in java.security-windows Reviewed-by: mullan
Wed, 27 Mar 2013 21:32:53 +0000 8007406: Improve accessibility of AccessBridge
raginip [Wed, 27 Mar 2013 21:32:53 +0000] rev 16896
8007406: Improve accessibility of AccessBridge Reviewed-by: skoivu, mullan, ptbrunet
Thu, 07 Mar 2013 07:19:35 -0500 8005432: Update access to JAX-WS
mkos [Thu, 07 Mar 2013 07:19:35 -0500] rev 16895
8005432: Update access to JAX-WS Summary: newly restricted the whole package com.sun.xml.internal; fix reviewed also by Alexander Fomin Reviewed-by: mullan, skoivu
Mon, 18 Feb 2013 13:02:09 -0800 6657673: Issues with JAXP
joehw [Mon, 18 Feb 2013 13:02:09 -0800] rev 16894
6657673: Issues with JAXP Reviewed-by: alanb, lancea, ahgross, mullan
Wed, 27 Mar 2013 10:37:46 +0000 8003445: Adjust JAX-WS to focus on API
mullan [Wed, 27 Mar 2013 10:37:46 +0000] rev 16893
8003445: Adjust JAX-WS to focus on API Reviewed-by: vinnie, ahgross, mgrebac
Tue, 05 Feb 2013 20:07:54 +0400 8006790: Improve checking for windows
malenkov [Tue, 05 Feb 2013 20:07:54 +0400] rev 16892
8006790: Improve checking for windows Reviewed-by: art, mschoene
Thu, 07 Mar 2013 10:02:20 -0800 8001031: Better font processing
prr [Thu, 07 Mar 2013 10:02:20 -0800] rev 16891
8001031: Better font processing Reviewed-by: srl, vadim
Tue, 26 Feb 2013 10:07:26 -0800 8004986: Better handling of glyph table
prr [Tue, 26 Feb 2013 10:07:26 -0800] rev 16890
8004986: Better handling of glyph table 8004987: Improve font layout 8004994: Improve checking of glyph table Reviewed-by: srl, jgodinez
Fri, 15 Feb 2013 13:07:17 -0800 8008249: Sync ICU into JDK
prr [Fri, 15 Feb 2013 13:07:17 -0800] rev 16889
8008249: Sync ICU into JDK Reviewed-by: bae, jgodinez
Mon, 18 Mar 2013 18:15:59 -0700 8009857: Problem with plugin
smarks [Mon, 18 Mar 2013 18:15:59 -0700] rev 16888
8009857: Problem with plugin Reviewed-by: jdn, mchung
Mon, 18 Mar 2013 13:30:20 -0400 8009814: Better driver management
lancea [Mon, 18 Mar 2013 13:30:20 -0400] rev 16887
8009814: Better driver management Reviewed-by: alanb, skoivu
Mon, 11 Mar 2013 20:18:32 -0700 8009610: Blacklist certificate used with malware.
valeriep [Mon, 11 Mar 2013 20:18:32 -0700] rev 16886
8009610: Blacklist certificate used with malware. Summary: updated the black list and the reg test with the new cert. Reviewed-by: weijun
Fri, 08 Mar 2013 13:35:15 +0400 8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing.
uta [Fri, 08 Mar 2013 13:35:15 +0400] rev 16885
8009463: Regression test test\java\lang\Runtime\exec\ArgWithSpaceAndFinalBackslash.java failing. Reviewed-by: alanb, ahgross
Thu, 14 Mar 2013 18:41:42 +0100 8009305: Improve AWT data transfer
dfuchs [Thu, 14 Mar 2013 18:41:42 +0100] rev 16884
8009305: Improve AWT data transfer Reviewed-by: art, skoivu, smarks, ant
Sun, 03 Mar 2013 10:07:52 +0000 8009063: Improve reliability of ConcurrentHashMap
chegar [Sun, 03 Mar 2013 10:07:52 +0000] rev 16883
8009063: Improve reliability of ConcurrentHashMap Reviewed-by: alanb, ahgross
Tue, 26 Feb 2013 01:41:36 +0400 8007918: Better image writing
bae [Tue, 26 Feb 2013 01:41:36 +0400] rev 16882
8007918: Better image writing Reviewed-by: mschoene, prr, jgodinez
Tue, 26 Feb 2013 00:41:40 +0400 8007667: Better image reading
bae [Tue, 26 Feb 2013 00:41:40 +0400] rev 16881
8007667: Better image reading Reviewed-by: prr, jgodinez, mschoene
Tue, 19 Feb 2013 11:47:42 +0400 8007617: Better validation of images
bae [Tue, 19 Feb 2013 11:47:42 +0400] rev 16880
8007617: Better validation of images Reviewed-by: prr, mschoene, jgodinez
Fri, 08 Feb 2013 09:15:01 -0800 8006795: Improve font warning messages
prr [Fri, 08 Feb 2013 09:15:01 -0800] rev 16879
8006795: Improve font warning messages Reviewed-by: bae, jgodinez
Tue, 05 Mar 2013 00:02:24 +0400 8006435: Improvements in JMX
dsamersoff [Tue, 05 Mar 2013 00:02:24 +0400] rev 16878
8006435: Improvements in JMX Summary: Improvements in JMX Reviewed-by: dfuchs, skoivu, alanb, mchung
Fri, 22 Feb 2013 17:49:15 +0400 8005942: (process) Improved Runtime.exec
uta [Fri, 22 Feb 2013 17:49:15 +0400] rev 16877
8005942: (process) Improved Runtime.exec Reviewed-by: alanb, ahgross
Fri, 15 Feb 2013 13:49:38 +0400 8004261: Improve input validation
serb [Fri, 15 Feb 2013 13:49:38 +0400] rev 16876
8004261: Improve input validation Reviewed-by: art, mschoene, amenkov
Thu, 20 Dec 2012 13:40:27 +0000 8003335: Better handling of Finalizer thread
chegar [Thu, 20 Dec 2012 13:40:27 +0000] rev 16875
8003335: Better handling of Finalizer thread Reviewed-by: alanb, ahgross
Tue, 05 Feb 2013 16:38:25 -0800 8001329: Augment RMI logging
dmocek [Tue, 05 Feb 2013 16:38:25 -0800] rev 16874
8001329: Augment RMI logging Reviewed-by: smarks, hawtin, alanb
Thu, 14 Mar 2013 13:10:32 +0100 8001322: Refactor deserialization
dfuchs [Thu, 14 Mar 2013 13:10:32 +0100] rev 16873
8001322: Refactor deserialization Reviewed-by: mchung, skoivu, smarks
Wed, 27 Feb 2013 14:17:05 -0800 8001040: Rework RMI model
smarks [Wed, 27 Feb 2013 14:17:05 -0800] rev 16872
8001040: Rework RMI model Reviewed-by: alanb, ahgross, coffeys, dmocek
Tue, 26 Feb 2013 11:12:40 -0800 8000897: VM crash in CompileBroker
valeriep [Tue, 26 Feb 2013 11:12:40 -0800] rev 16871
8000897: VM crash in CompileBroker Summary: Fixed to use the corresponding digest length when generating output. Reviewed-by: mullan
Wed, 13 Feb 2013 10:40:31 +0000 8000724: Improve networking serialization
michaelm [Wed, 13 Feb 2013 10:40:31 +0000] rev 16870
8000724: Improve networking serialization Summary: delegate InetAddress fields to a holder object Reviewed-by: alanb, chegar
Fri, 08 Feb 2013 17:32:25 +0400 7200507: Refactor Introspector internals
malenkov [Fri, 08 Feb 2013 17:32:25 +0400] rev 16869
7200507: Refactor Introspector internals Reviewed-by: ahgross, art
Thu, 07 Feb 2013 19:15:59 +0400 8007014: Improve image handling
bae [Thu, 07 Feb 2013 19:15:59 +0400] rev 16868
8007014: Improve image handling Reviewed-by: prr, mschoene, jgodinez
Tue, 16 Apr 2013 11:17:19 -0700 8004518: Add in-place operations to Map
mduigou [Tue, 16 Apr 2013 11:17:19 -0700] rev 16867
8004518: Add in-place operations to Map 8010122: Add defaults for ConcurrentMap operations to Map Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis Contributed-by: Doug Lea <dl@cs.oswego.edu>, Henry Jen <henry.jen@oracle.com>, Akhil Arora <akhil.arora@oracle.com>, Peter Levart <peter.levart@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
Tue, 16 Apr 2013 13:26:30 +0100 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows
chegar [Tue, 16 Apr 2013 13:26:30 +0100] rev 16866
8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows Reviewed-by: alanb, dsamersoff
Tue, 16 Apr 2013 12:51:22 +0100 8012237: CompletableFuture/Basic.java still fails intermittently
chegar [Tue, 16 Apr 2013 12:51:22 +0100] rev 16865
8012237: CompletableFuture/Basic.java still fails intermittently Reviewed-by: martin
Tue, 16 Apr 2013 12:23:16 +0100 8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build
chegar [Tue, 16 Apr 2013 12:23:16 +0100] rev 16864
8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build Reviewed-by: alanb
Mon, 15 Apr 2013 18:31:48 -0700 8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>)
darcy [Mon, 15 Apr 2013 18:31:48 -0700] rev 16863
8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>) Reviewed-by: alanb, dholmes, mduigou
Mon, 15 Apr 2013 14:07:17 -0700 8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
martin [Mon, 15 Apr 2013 14:07:17 -0700] rev 16862
8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change Summary: Define JNIEXPORT to use "default" visibility where possible. Reviewed-by: coleenp, ddehaven, dcubed, anthony
Sun, 14 Apr 2013 19:17:30 +0100 8011799: CompletableFuture/Basic.java fails intermittently
chegar [Sun, 14 Apr 2013 19:17:30 +0100] rev 16861
8011799: CompletableFuture/Basic.java fails intermittently Reviewed-by: martin, alanb
Thu, 11 Apr 2013 12:33:33 -0400 8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c
jzavgren [Thu, 11 Apr 2013 12:33:33 -0400] rev 16860
8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c Summary: Modified the path processing code so that it detects and handles out of memory errors. Reviewed-by: chegar, martin, christos, alanb, msheppar Contributed-by: john.zavgren@oracle.com
Fri, 12 Apr 2013 20:23:13 -0700 8012028: Metafactory-generated lambda classes should be final
rfield [Fri, 12 Apr 2013 20:23:13 -0700] rev 16859
8012028: Metafactory-generated lambda classes should be final 8008941: isSynthetic() returns false for lambda instances Reviewed-by: mduigou
Fri, 12 Apr 2013 12:41:18 -0700 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE
henryjen [Fri, 12 Apr 2013 12:41:18 -0700] rev 16858
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE Reviewed-by: alanb, mduigou
Fri, 12 Apr 2013 12:12:53 -0700 8002390: (zipfs) Problems moving files between zip file systems
sherman [Fri, 12 Apr 2013 12:12:53 -0700] rev 16857
8002390: (zipfs) Problems moving files between zip file systems Summary: fixed the corner cases in zipfs Reviewed-by: sherman Contributed-by: mark.sheppard@oracle.com
Fri, 12 Apr 2013 12:03:00 -0700 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
sherman [Fri, 12 Apr 2013 12:03:00 -0700] rev 16856
8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb
Wed, 10 Apr 2013 12:43:18 -0700 8011200: (coll) Optimize empty HashMap and ArrayList
mduigou [Wed, 10 Apr 2013 12:43:18 -0700] rev 16855
8011200: (coll) Optimize empty HashMap and ArrayList Reviewed-by: mduigou, alanb, bchristi, martin Contributed-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
Fri, 12 Apr 2013 10:02:33 -0700 8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries
rfield [Fri, 12 Apr 2013 10:02:33 -0700] rev 16854
8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries Reviewed-by: mduigou, alanb
Fri, 12 Apr 2013 09:51:04 -0700 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt
sherman [Fri, 12 Apr 2013 09:51:04 -0700] rev 16853
8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt Summary: added the hijrah-config-umalqura.properties into the list Reviewed-by: alanb
Fri, 12 Apr 2013 07:57:35 -0700 8011172: JSR 310 DateTime API Updates II
sherman [Fri, 12 Apr 2013 07:57:35 -0700] rev 16852
8011172: JSR 310 DateTime API Updates II Summary: Integration of JSR310 Date/Time API update Reviewed-by: alanb, naoto, dholmes Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com
Thu, 11 Apr 2013 19:15:24 -0700 Merge
lana [Thu, 11 Apr 2013 19:15:24 -0700] rev 16851
Merge
Thu, 11 Apr 2013 12:22:23 +0900 8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland
peytoia [Thu, 11 Apr 2013 12:22:23 +0900] rev 16850
8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland Reviewed-by: okutsu
Thu, 11 Apr 2013 11:10:03 +0800 8011745: Unknown CertificateChoices
weijun [Thu, 11 Apr 2013 11:10:03 +0800] rev 16849
8011745: Unknown CertificateChoices Reviewed-by: vinnie
Thu, 11 Apr 2013 11:09:50 +0800 8011867: Accept unknown PKCS #9 attributes
weijun [Thu, 11 Apr 2013 11:09:50 +0800] rev 16848
8011867: Accept unknown PKCS #9 attributes Reviewed-by: vinnie
Thu, 11 Apr 2013 10:58:17 +0800 8005460: [findbugs] Probably returned array should be cloned
weijun [Thu, 11 Apr 2013 10:58:17 +0800] rev 16847
8005460: [findbugs] Probably returned array should be cloned Reviewed-by: xuelei
Wed, 10 Apr 2013 16:38:26 -0700 8011930: Long.parseLong(String, int) has inaccurate limit on radix for using 'L'
darcy [Wed, 10 Apr 2013 16:38:26 -0700] rev 16846
8011930: Long.parseLong(String, int) has inaccurate limit on radix for using 'L' Reviewed-by: smarks
Wed, 10 Apr 2013 14:06:21 -0700 8010948: Add conversion functional interfaces
mduigou [Wed, 10 Apr 2013 14:06:21 -0700] rev 16845
8010948: Add conversion functional interfaces Reviewed-by: mduigou, dholmes Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Wed, 17 Apr 2013 21:32:11 -0700 Merge
lana [Wed, 17 Apr 2013 21:32:11 -0700] rev 16844
Merge
Wed, 17 Apr 2013 11:24:40 -0700 Merge
lana [Wed, 17 Apr 2013 11:24:40 -0700] rev 16843
Merge
Mon, 15 Apr 2013 13:02:31 +0400 7147075: JTextField doesn't get focus or loses focus forever
ant [Mon, 15 Apr 2013 13:02:31 +0400] rev 16842
7147075: JTextField doesn't get focus or loses focus forever Reviewed-by: anthony
Fri, 12 Apr 2013 20:39:48 +0400 8004866: [macosx] HiDPI support in Aqua L&F
serb [Fri, 12 Apr 2013 20:39:48 +0400] rev 16841
8004866: [macosx] HiDPI support in Aqua L&F Reviewed-by: swingler, alexsch
Fri, 12 Apr 2013 15:28:49 +0400 8000629: [macosx] Blurry rendering with Java 7 on Retina display
serb [Fri, 12 Apr 2013 15:28:49 +0400] rev 16840
8000629: [macosx] Blurry rendering with Java 7 on Retina display Reviewed-by: anthony, prr, flar
Fri, 12 Apr 2013 14:33:38 +0400 8010297: Missing isLoggable() checks in logging code
anthony [Fri, 12 Apr 2013 14:33:38 +0400] rev 16839
8010297: Missing isLoggable() checks in logging code Summary: Add isLoggable() checks Reviewed-by: anthony, mchung, serb Contributed-by: Laurent Bourges <bourges.laurent@gmail.com>
Fri, 12 Apr 2013 14:09:03 +0400 8010009: [macosx] Unable type into online word games on MacOSX
pchelko [Fri, 12 Apr 2013 14:09:03 +0400] rev 16838
8010009: [macosx] Unable type into online word games on MacOSX Reviewed-by: anthony, dcherepanov
Thu, 11 Apr 2013 19:12:59 +0400 4683761: Incomplete Introspection on nonpublic classes lead to IllegalAccessExceptions
malenkov [Thu, 11 Apr 2013 19:12:59 +0400] rev 16837
4683761: Incomplete Introspection on nonpublic classes lead to IllegalAccessExceptions Reviewed-by: alexsch
Wed, 17 Apr 2013 21:30:28 -0700 Merge
lana [Wed, 17 Apr 2013 21:30:28 -0700] rev 16836
Merge
Wed, 17 Apr 2013 12:30:18 -0700 Merge
lana [Wed, 17 Apr 2013 12:30:18 -0700] rev 16835
Merge
Mon, 15 Apr 2013 18:10:55 +0400 8011622: Use lcms as the default color management module in jdk8
bae [Mon, 15 Apr 2013 18:10:55 +0400] rev 16834
8011622: Use lcms as the default color management module in jdk8 Reviewed-by: prr, vadim
Mon, 15 Apr 2013 16:57:01 +0400 8005930: [lcms] ColorConvertOp: Alpha channel is not transferred from source to destination.
bae [Mon, 15 Apr 2013 16:57:01 +0400] rev 16833
8005930: [lcms] ColorConvertOp: Alpha channel is not transferred from source to destination. Reviewed-by: prr
Thu, 18 Apr 2013 10:30:25 -0700 Added tag jdk8-b86 for changeset 8344675901d3
katleman [Thu, 18 Apr 2013 10:30:25 -0700] rev 16832
Added tag jdk8-b86 for changeset 8344675901d3
Wed, 05 Jul 2017 18:51:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:51:01 +0200] rev 16831
Merge
Tue, 23 Apr 2013 09:27:07 -0700 Merge
lana [Tue, 23 Apr 2013 09:27:07 -0700] rev 16830
Merge
Wed, 17 Apr 2013 21:33:05 -0700 Merge
lana [Wed, 17 Apr 2013 21:33:05 -0700] rev 16829
Merge
Wed, 17 Apr 2013 10:12:42 -0700 Merge
lana [Wed, 17 Apr 2013 10:12:42 -0700] rev 16828
Merge
Fri, 12 Apr 2013 10:14:42 +0100 Merge
chegar [Fri, 12 Apr 2013 10:14:42 +0100] rev 16827
Merge
Tue, 26 Feb 2013 16:16:54 -0800 8004336: Better handling of method handle intrinsic frames
twisti [Tue, 26 Feb 2013 16:16:54 -0800] rev 16826
8004336: Better handling of method handle intrinsic frames Reviewed-by: kvn, jrose, ahgross
Thu, 18 Apr 2013 10:30:11 -0700 Added tag jdk8-b86 for changeset b1cf5aefa461
katleman [Thu, 18 Apr 2013 10:30:11 -0700] rev 16825
Added tag jdk8-b86 for changeset b1cf5aefa461
Tue, 23 Apr 2013 09:26:43 -0700 Merge
lana [Tue, 23 Apr 2013 09:26:43 -0700] rev 16824
Merge
Wed, 17 Apr 2013 21:32:47 -0700 Merge
lana [Wed, 17 Apr 2013 21:32:47 -0700] rev 16823
Merge
Wed, 17 Apr 2013 10:05:57 -0700 Merge
lana [Wed, 17 Apr 2013 10:05:57 -0700] rev 16822
Merge
Tue, 16 Apr 2013 13:25:39 -0400 8011347: JKD-8009824 has broken webrev with some ksh versions
jgish [Tue, 16 Apr 2013 13:25:39 -0400] rev 16821
8011347: JKD-8009824 has broken webrev with some ksh versions Reviewed-by: mduigou
Thu, 11 Apr 2013 19:13:13 -0700 Merge
lana [Thu, 11 Apr 2013 19:13:13 -0700] rev 16820
Merge
Thu, 18 Apr 2013 10:30:04 -0700 Added tag jdk8-b86 for changeset 02ed1673d56f
katleman [Thu, 18 Apr 2013 10:30:04 -0700] rev 16819
Added tag jdk8-b86 for changeset 02ed1673d56f
Wed, 05 Jul 2017 18:50:43 +0200 Added tag jdk8-b86 for changeset da9a4c931281
duke [Wed, 05 Jul 2017 18:50:43 +0200] rev 16818
Added tag jdk8-b86 for changeset da9a4c931281
Wed, 05 Jul 2017 18:50:42 +0200 Merge jdk8-b86
duke [Wed, 05 Jul 2017 18:50:42 +0200] rev 16817
Merge
Wed, 05 Jul 2017 18:50:37 +0200 Merge
duke [Wed, 05 Jul 2017 18:50:37 +0200] rev 16816
Merge
Tue, 16 Apr 2013 15:00:49 -0700 Merge
katleman [Tue, 16 Apr 2013 15:00:49 -0700] rev 16815
Merge
Mon, 15 Apr 2013 14:21:06 -0700 Merge
katleman [Mon, 15 Apr 2013 14:21:06 -0700] rev 16814
Merge
Fri, 12 Apr 2013 15:22:47 -0700 8012048: JDK8 b85 source with GPL header errors
katleman [Fri, 12 Apr 2013 15:22:47 -0700] rev 16813
8012048: JDK8 b85 source with GPL header errors Reviewed-by: iris, mduigou, jjg
Tue, 16 Apr 2013 08:16:07 -0700 Merge
lana [Tue, 16 Apr 2013 08:16:07 -0700] rev 16812
Merge
Mon, 08 Apr 2013 11:57:37 -0700 8011677: EndPosTables should avoid hidden references to Parser
jjg [Mon, 08 Apr 2013 11:57:37 -0700] rev 16811
8011677: EndPosTables should avoid hidden references to Parser Reviewed-by: mcimadamore
Mon, 08 Apr 2013 11:54:26 -0700 8011676: Instances of Tokens.Comment should not be defined in inner classes
jjg [Mon, 08 Apr 2013 11:54:26 -0700] rev 16810
8011676: Instances of Tokens.Comment should not be defined in inner classes Reviewed-by: mcimadamore
Mon, 08 Apr 2013 15:59:29 +0100 8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore [Mon, 08 Apr 2013 15:59:29 +0100] rev 16809
8010822: Intersection type cast for functional expressions does not follow spec EDR Summary: Remove support for marker interfaces; redefine intersection type casts to be order-independent Reviewed-by: jjg
Mon, 08 Apr 2013 15:57:10 +0100 8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types
mcimadamore [Mon, 08 Apr 2013 15:57:10 +0100] rev 16808
8009131: Overload: javac should discard methods that lead to errors in lambdas with implicit parameter types Summary: Lambdas that have errors in their bodies should make enclosing overload resolution fail Reviewed-by: jjg
Mon, 08 Apr 2013 15:53:08 +0100 8010404: Lambda debugging: redundant LineNumberTable entry for lambda capture
mcimadamore [Mon, 08 Apr 2013 15:53:08 +0100] rev 16807
8010404: Lambda debugging: redundant LineNumberTable entry for lambda capture Summary: Ignore indy entries in LineNumberTable Reviewed-by: jjg
Mon, 08 Apr 2013 15:52:05 +0100 8010823: DefaultMethodTest.testReflectCall fails with new lambda VM
mcimadamore [Mon, 08 Apr 2013 15:52:05 +0100] rev 16806
8010823: DefaultMethodTest.testReflectCall fails with new lambda VM Summary: Fix lambda test Reviewed-by: jjg
Mon, 08 Apr 2013 15:51:41 +0100 8010922: Cleanup: add support for ad-hoc method check logic
mcimadamore [Mon, 08 Apr 2013 15:51:41 +0100] rev 16805
8010922: Cleanup: add support for ad-hoc method check logic Summary: Support pluggable method checkers Reviewed-by: jjg
Fri, 05 Apr 2013 14:51:55 -0700 Merge
lana [Fri, 05 Apr 2013 14:51:55 -0700] rev 16804
Merge
Wed, 03 Apr 2013 12:27:12 -0700 8011052: Add DEFAULT to javax.lang.model.Modifier
darcy [Wed, 03 Apr 2013 12:27:12 -0700] rev 16803
8011052: Add DEFAULT to javax.lang.model.Modifier Reviewed-by: abuckley, jjg
Tue, 02 Apr 2013 12:00:48 -0700 Merge
lana [Tue, 02 Apr 2013 12:00:48 -0700] rev 16802
Merge
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip