Wed, 05 Jul 2017 16:54:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:54:11 +0200] rev 2891
Merge
Thu, 11 Jun 2009 21:01:07 -0700 Merge
trims [Thu, 11 Jun 2009 21:01:07 -0700] rev 2890
Merge
Thu, 11 Jun 2009 17:56:51 -0700 6850551: Bump the HS16 build number to 04
trims [Thu, 11 Jun 2009 17:56:51 -0700] rev 2889
6850551: Bump the HS16 build number to 04 Summary: Update the HS16 build number to 04 Reviewed-by: jcoomes
Thu, 11 Jun 2009 17:46:40 -0700 Merge
trims [Thu, 11 Jun 2009 17:46:40 -0700] rev 2888
Merge
Wed, 10 Jun 2009 14:57:21 -0700 Merge
jmasa [Wed, 10 Jun 2009 14:57:21 -0700] rev 2887
Merge
Mon, 08 Jun 2009 16:14:19 -0700 6849122: G1: Typo introduced during implementation of the parallel refinement
iveresov [Mon, 08 Jun 2009 16:14:19 -0700] rev 2886
6849122: G1: Typo introduced during implementation of the parallel refinement Summary: Typo fix Reviewed-by: jcoomes
Sun, 07 Jun 2009 00:27:41 -0700 6848641: CMSCollector::_roots_scanning_options should be initialized
ysr [Sun, 07 Jun 2009 00:27:41 -0700] rev 2885
6848641: CMSCollector::_roots_scanning_options should be initialized Summary: The field is now initialized in the constructor. Reviewed-by: iveresov, jmasa, johnc
Tue, 26 May 2009 16:43:42 -0700 Merge
jcoomes [Tue, 26 May 2009 16:43:42 -0700] rev 2884
Merge
Tue, 19 May 2009 04:05:31 -0700 6819065: G1: eliminate high serial card table clearing time
apetrusenko [Tue, 19 May 2009 04:05:31 -0700] rev 2883
6819065: G1: eliminate high serial card table clearing time Reviewed-by: iveresov, tonyp
Mon, 18 May 2009 11:52:46 -0700 6841831: G1: assert(contains_reference(from),"We just added it!") fires
iveresov [Mon, 18 May 2009 11:52:46 -0700] rev 2882
6841831: G1: assert(contains_reference(from),"We just added it!") fires Summary: During parallel rset updating we have to make sure that the worker ids of the refinement threads do not intersect with the worker ids that can be claimed by the mutator threads. Reviewed-by: tonyp
Mon, 11 May 2009 16:30:56 -0700 6484957: G1: parallel concurrent refinement
iveresov [Mon, 11 May 2009 16:30:56 -0700] rev 2881
6484957: G1: parallel concurrent refinement 6826318: G1: remove traversal-based refinement code Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel. Reviewed-by: tonyp
Fri, 05 Jun 2009 10:25:39 -0700 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
cfang [Fri, 05 Jun 2009 10:25:39 -0700] rev 2880
6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization Summary: add a RegisterMap* argument to frame::frame_size() to correctly compute the sender frame Reviewed-by: never
Wed, 03 Jun 2009 18:15:25 -0700 Merge
never [Wed, 03 Jun 2009 18:15:25 -0700] rev 2879
Merge
Wed, 03 Jun 2009 15:16:50 -0700 Merge
never [Wed, 03 Jun 2009 15:16:50 -0700] rev 2878
Merge
Wed, 03 Jun 2009 15:02:13 -0700 6847305: solaris reorder mapfiles generate too many warnings
never [Wed, 03 Jun 2009 15:02:13 -0700] rev 2877
6847305: solaris reorder mapfiles generate too many warnings Reviewed-by: kvn
Thu, 28 May 2009 09:37:18 -0700 6837146: Should perform unswitch before maximally unroll in loop transformation
cfang [Thu, 28 May 2009 09:37:18 -0700] rev 2876
6837146: Should perform unswitch before maximally unroll in loop transformation Summary: Move loop unswitch before maximally unroll Reviewed-by: never
Wed, 27 May 2009 12:35:51 -0700 6843752: missing code for an anti-dependent Phi in GCM
kvn [Wed, 27 May 2009 12:35:51 -0700] rev 2875
6843752: missing code for an anti-dependent Phi in GCM Summary: Don't place a load below anti-dependent PHI. Reviewed-by: never, twisti
Thu, 21 May 2009 10:05:36 -0700 6772683: Thread.isInterrupted() fails to return true on multiprocessor PC
kvn [Thu, 21 May 2009 10:05:36 -0700] rev 2874
6772683: Thread.isInterrupted() fails to return true on multiprocessor PC Summary: Set the control edge for the field _interrupted load in inline_native_isInterrupted(). Reviewed-by: never
Fri, 15 May 2009 18:14:44 -0700 Merge
ohair [Fri, 15 May 2009 18:14:44 -0700] rev 2873
Merge
Wed, 13 May 2009 00:45:22 -0700 6814842: Load shortening optimizations
twisti [Wed, 13 May 2009 00:45:22 -0700] rev 2872
6814842: Load shortening optimizations Summary: 6797305 handles load widening but no shortening which should be covered here. Reviewed-by: never, kvn
Mon, 11 May 2009 18:30:13 -0700 6836054: java/util/Arrays/CopyMethods.java fails on solaris-sparc with IllegalArgumentException
kvn [Mon, 11 May 2009 18:30:13 -0700] rev 2871
6836054: java/util/Arrays/CopyMethods.java fails on solaris-sparc with IllegalArgumentException Summary: Do not mark an allocation as scalar replaceable if its actual type in unknown statically. Reviewed-by: never
Mon, 11 May 2009 17:59:54 -0700 6832293: JIT compiler got wrong result in type checking with -server
kvn [Mon, 11 May 2009 17:59:54 -0700] rev 2870
6832293: JIT compiler got wrong result in type checking with -server Summary: Check for an object array of interface in CmpPNode::sub(). Reviewed-by: never
Fri, 08 May 2009 23:00:08 -0700 Merge
ohair [Fri, 08 May 2009 23:00:08 -0700] rev 2869
Merge
Fri, 08 May 2009 15:16:38 -0700 6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built
ohair [Fri, 08 May 2009 15:16:38 -0700] rev 2868
6839151: Add a JPRT default test of -Xshare:dump when new hotspot is built Reviewed-by: never, kvn
Fri, 08 May 2009 10:44:20 -0700 6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits
kvn [Fri, 08 May 2009 10:44:20 -0700] rev 2867
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
Fri, 08 May 2009 10:34:31 -0700 Merge
kvn [Fri, 08 May 2009 10:34:31 -0700] rev 2866
Merge
Thu, 07 May 2009 04:16:53 -0700 Merge
twisti [Thu, 07 May 2009 04:16:53 -0700] rev 2865
Merge
Wed, 06 May 2009 08:57:24 -0700 6837906: compiler tests of 6636138 fail with IllegalAccessException
twisti [Wed, 06 May 2009 08:57:24 -0700] rev 2864
6837906: compiler tests of 6636138 fail with IllegalAccessException Summary: The compiler tests of 6636138 fail with an IllegalAccessException. Reviewed-by: kvn
Thu, 07 May 2009 00:28:13 -0700 Merge
twisti [Thu, 07 May 2009 00:28:13 -0700] rev 2863
Merge
Wed, 06 May 2009 00:27:52 -0700 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti [Wed, 06 May 2009 00:27:52 -0700] rev 2862
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}() Summary: These methods can be instrinsified by using bit scan, bit test, and population count instructions. Reviewed-by: kvn, never
Fri, 22 May 2009 16:40:38 -0700 6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack
xlu [Fri, 22 May 2009 16:40:38 -0700] rev 2861
6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack Reviewed-by: phh, dice, never, swamyv
Wed, 20 May 2009 09:36:53 +0200 6839599: JVM crash while profiling Tomcat and Liferay
thurka [Wed, 20 May 2009 09:36:53 +0200] rev 2860
6839599: JVM crash while profiling Tomcat and Liferay Summary: constantPoolOopDesc::copy_cpool_bytes() - do the brute-force search search through 'tbl' when SymbolTable::lookup_only() returns NULL Reviewed-by: kamg
Thu, 11 Jun 2009 10:54:09 -0700 Added tag jdk7-b60 for changeset 4df6b30560c1
xdono [Thu, 11 Jun 2009 10:54:09 -0700] rev 2859
Added tag jdk7-b60 for changeset 4df6b30560c1
Thu, 11 Jun 2009 10:54:05 -0700 Added tag jdk7-b60 for changeset fc15870ef45c
xdono [Thu, 11 Jun 2009 10:54:05 -0700] rev 2858
Added tag jdk7-b60 for changeset fc15870ef45c
Wed, 05 Jul 2017 16:54:00 +0200 Added tag jdk7-b60 for changeset 5a10e4d0b14d
duke [Wed, 05 Jul 2017 16:54:00 +0200] rev 2857
Added tag jdk7-b60 for changeset 5a10e4d0b14d
Wed, 05 Jul 2017 16:53:59 +0200 Merge jdk7-b60
duke [Wed, 05 Jul 2017 16:53:59 +0200] rev 2856
Merge
Wed, 05 Jul 2017 16:53:56 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:56 +0200] rev 2855
Merge
Tue, 19 May 2009 17:39:30 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:39:30 -0700] rev 2854
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:30:55 -0700 Merge
ohair [Fri, 15 May 2009 13:30:55 -0700] rev 2853
Merge
Thu, 07 May 2009 12:26:38 -0700 Merge
xdono [Thu, 07 May 2009 12:26:38 -0700] rev 2852
Merge
Thu, 07 May 2009 10:32:58 -0700 Merge
xdono [Thu, 07 May 2009 10:32:58 -0700] rev 2851
Merge
Wed, 06 May 2009 18:04:08 +0100 6837665: Deal with windows ant problem where commas in -D options do not work
aph [Wed, 06 May 2009 18:04:08 +0100] rev 2850
6837665: Deal with windows ant problem where commas in -D options do not work Summary: Rewrite to avoid commas in -D options Reviewed-by: ohair
Mon, 20 Apr 2009 19:01:35 +0100 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
aph [Mon, 20 Apr 2009 19:01:35 +0100] rev 2849
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2009 15:56:31 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:56:31 +0100] rev 2848
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:12 -0700 Added tag jdk7-b59 for changeset 43abe9a4635d
vasya [Thu, 14 May 2009 10:58:12 -0700] rev 2847
Added tag jdk7-b59 for changeset 43abe9a4635d
Wed, 05 Jul 2017 16:53:52 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:52 +0200] rev 2846
Merge
Tue, 19 May 2009 17:39:02 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:39:02 -0700] rev 2845
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:25:38 -0700 Merge
ohair [Fri, 15 May 2009 13:25:38 -0700] rev 2844
Merge
Thu, 07 May 2009 12:26:11 -0700 Merge
xdono [Thu, 07 May 2009 12:26:11 -0700] rev 2843
Merge
Thu, 07 May 2009 10:30:49 -0700 Merge
xdono [Thu, 07 May 2009 10:30:49 -0700] rev 2842
Merge
Wed, 06 May 2009 11:29:11 -0700 6837665: Deal with windows ant problem where commas in -D options do not work
ohair [Wed, 06 May 2009 11:29:11 -0700] rev 2841
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
Mon, 20 Apr 2009 19:01:16 +0100 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
aph [Mon, 20 Apr 2009 19:01:16 +0100] rev 2840
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Fri, 17 Apr 2009 15:56:06 +0100 6829575: 100028: Debug information is incomplete or missing
aph [Fri, 17 Apr 2009 15:56:06 +0100] rev 2839
6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley <aph@redhat.com>
Thu, 14 May 2009 10:58:02 -0700 Added tag jdk7-b59 for changeset d2427dc1e789
vasya [Thu, 14 May 2009 10:58:02 -0700] rev 2838
Added tag jdk7-b59 for changeset d2427dc1e789
Wed, 05 Jul 2017 16:53:48 +0200 Merge
duke [Wed, 05 Jul 2017 16:53:48 +0200] rev 2837
Merge
Tue, 19 May 2009 17:38:37 -0700 6843041: Remove duplicate README files in repositories (make/README)
ohair [Tue, 19 May 2009 17:38:37 -0700] rev 2836
6843041: Remove duplicate README files in repositories (make/README) Reviewed-by: robilad
Fri, 15 May 2009 13:24:02 -0700 Merge
ohair [Fri, 15 May 2009 13:24:02 -0700] rev 2835
Merge
Thu, 07 May 2009 12:26:08 -0700 Merge
xdono [Thu, 07 May 2009 12:26:08 -0700] rev 2834
Merge
Thu, 07 May 2009 10:30:34 -0700 Merge
xdono [Thu, 07 May 2009 10:30:34 -0700] rev 2833
Merge
Wed, 06 May 2009 11:27:39 -0700 6837665: Deal with windows ant problem where commas in -D options do not work
ohair [Wed, 06 May 2009 11:27:39 -0700] rev 2832
6837665: Deal with windows ant problem where commas in -D options do not work Reviewed-by: xdono
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip