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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip