Mon, 20 Sep 2010 15:38:04 -0400 6975210: java.lang.VerifyError in some of JCK tests
kamg [Mon, 20 Sep 2010 15:38:04 -0400] rev 6473
6975210: java.lang.VerifyError in some of JCK tests Summary: Naked oop in verificationType::is_reference_assignable_from() Reviewed-by: never, kvn, coleenp
Fri, 17 Sep 2010 19:45:12 -0400 Merge
kamg [Fri, 17 Sep 2010 19:45:12 -0400] rev 6472
Merge
Fri, 17 Sep 2010 09:14:26 -0700 Merge
zgu [Fri, 17 Sep 2010 09:14:26 -0700] rev 6471
Merge
Fri, 17 Sep 2010 09:45:32 -0400 6981753: Rebrand vm vendor property settings
zgu [Fri, 17 Sep 2010 09:45:32 -0400] rev 6470
6981753: Rebrand vm vendor property settings Summary: Uses JDK_Version to determinate to set vm vendor to "Oracle Corporation" for JDK7 and later. Reviewed-by: kamg, ohair, coleenp
Wed, 15 Sep 2010 16:28:19 -0400 6974813: JVM needs to use demand loading for its DTrace probes
kamg [Wed, 15 Sep 2010 16:28:19 -0400] rev 6469
6974813: JVM needs to use demand loading for its DTrace probes Summary: Pass -xlazyload to the 'dtrace -G' invocation Reviewed-by: phh, ysr
Tue, 14 Sep 2010 10:15:27 -0400 Merge
acorn [Tue, 14 Sep 2010 10:15:27 -0400] rev 6468
Merge
Fri, 10 Sep 2010 12:36:47 -0400 6942092: Loader-constraint test is failing
acorn [Fri, 10 Sep 2010 12:36:47 -0400] rev 6467
6942092: Loader-constraint test is failing Summary: Fix test string compare to match source update Reviewed-by: dcubed, phh
Thu, 16 Sep 2010 16:48:40 -0700 Merge
kvn [Thu, 16 Sep 2010 16:48:40 -0700] rev 6466
Merge
Tue, 14 Sep 2010 17:19:35 -0700 6984368: Large default heap size does not allow to use zero based compressed oops
kvn [Tue, 14 Sep 2010 17:19:35 -0700] rev 6465
6984368: Large default heap size does not allow to use zero based compressed oops Summary: take into account HeapBaseMinAddress and round down MaxPermSize Reviewed-by: never
Tue, 14 Sep 2010 14:09:24 -0700 6982370: SIGBUS in jbyte_fill
never [Tue, 14 Sep 2010 14:09:24 -0700] rev 6464
6982370: SIGBUS in jbyte_fill Reviewed-by: kvn
Mon, 13 Sep 2010 23:24:30 -0700 6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
jrose [Mon, 13 Sep 2010 23:24:30 -0700] rev 6463
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions Reviewed-by: never
Mon, 13 Sep 2010 16:45:00 -0700 6984346: Remove development code in type.hpp
kvn [Mon, 13 Sep 2010 16:45:00 -0700] rev 6462
6984346: Remove development code in type.hpp Summary: Remove code which use UseNewCode in type.hpp Reviewed-by: never
Mon, 13 Sep 2010 12:10:49 -0700 6919069: client compiler needs to capture more profile information for tiered work
iveresov [Mon, 13 Sep 2010 12:10:49 -0700] rev 6461
6919069: client compiler needs to capture more profile information for tiered work Summary: Added profiling of instanceof and aastore. Reviewed-by: kvn, jrose, never
Sat, 11 Sep 2010 15:21:37 -0700 6984056: C1: incorrect code for integer constant addition on x64
iveresov [Sat, 11 Sep 2010 15:21:37 -0700] rev 6460
6984056: C1: incorrect code for integer constant addition on x64 Summary: Fix add/sub of constants to ints on x64 Reviewed-by: kvn
Thu, 09 Sep 2010 05:24:11 -0700 6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall
twisti [Thu, 09 Sep 2010 05:24:11 -0700] rev 6459
6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall Summary: These are minor changes fixing compile failure when -Wall -Werror flags are used under gcc 4.5. Reviewed-by: twisti, kvn, rasbold Contributed-by: Pavel Tisnovsky <ptisnovs@redhat.com>
Thu, 09 Sep 2010 01:43:48 -0700 Merge
twisti [Thu, 09 Sep 2010 01:43:48 -0700] rev 6458
Merge
Wed, 08 Sep 2010 04:50:26 -0700 6983073: fix compiler error with GCC 4.4 or newer on SPARC
twisti [Wed, 08 Sep 2010 04:50:26 -0700] rev 6457
6983073: fix compiler error with GCC 4.4 or newer on SPARC Reviewed-by: twisti Contributed-by: Matthias Klose <doko@ubuntu.com>
Wed, 08 Sep 2010 20:28:57 -0700 6965815: OptimizeStringConcat: assert(!q->is_MergeMem()) failed with specjbb2000
never [Wed, 08 Sep 2010 20:28:57 -0700] rev 6456
6965815: OptimizeStringConcat: assert(!q->is_MergeMem()) failed with specjbb2000 Reviewed-by: kvn
Tue, 07 Sep 2010 11:31:27 -0700 6982533: Crash in ~StubRoutines::jbyte_fill with AggressiveOpts enabled
never [Tue, 07 Sep 2010 11:31:27 -0700] rev 6455
6982533: Crash in ~StubRoutines::jbyte_fill with AggressiveOpts enabled Reviewed-by: kvn
Tue, 07 Sep 2010 14:16:50 -0700 6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod
iveresov [Tue, 07 Sep 2010 14:16:50 -0700] rev 6454
6982921: assert(_entry_bci != InvocationEntryBci) failed: wrong kind of nmethod Summary: Assertion fails during print compilation because nmethod::print_on() calls osr_entry_bci() without checking that the method is an osr method. The fix adds an appropriate check. Reviewed-by: never, twisti
Fri, 03 Sep 2010 17:51:07 -0700 6953144: Tiered compilation
iveresov [Fri, 03 Sep 2010 17:51:07 -0700] rev 6453
6953144: Tiered compilation Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
Thu, 02 Sep 2010 11:40:02 -0700 6981773: incorrect fill value with OptimizeFill
never [Thu, 02 Sep 2010 11:40:02 -0700] rev 6452
6981773: incorrect fill value with OptimizeFill Reviewed-by: kvn, twisti
Thu, 16 Sep 2010 13:45:55 -0700 Merge
johnc [Thu, 16 Sep 2010 13:45:55 -0700] rev 6451
Merge
Wed, 15 Sep 2010 10:39:13 -0700 6985022: update make/jprt.properties for new jdk7 tools
jcoomes [Wed, 15 Sep 2010 10:39:13 -0700] rev 6450
6985022: update make/jprt.properties for new jdk7 tools Reviewed-by: ohair, kvn
Mon, 13 Sep 2010 10:00:24 -0700 6981746: G1: SEGV with -XX:+TraceGen0Time
johnc [Mon, 13 Sep 2010 10:00:24 -0700] rev 6449
6981746: G1: SEGV with -XX:+TraceGen0Time Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check. Reviewed-by: tonyp, ysr
Sat, 11 Sep 2010 11:42:09 -0700 Merge
ysr [Sat, 11 Sep 2010 11:42:09 -0700] rev 6448
Merge
Fri, 10 Sep 2010 17:07:55 -0700 6983930: CMS: Various small cleanups ca September 2010
ysr [Fri, 10 Sep 2010 17:07:55 -0700] rev 6447
6983930: CMS: Various small cleanups ca September 2010 Summary: Fixed comment/documentation typos; converted some guarantee()s to assert()s. Reviewed-by: jmasa
Mon, 13 Sep 2010 07:38:10 -0700 Merge
kamg [Mon, 13 Sep 2010 07:38:10 -0700] rev 6446
Merge
Sat, 11 Sep 2010 08:18:31 +0200 6765718: Indicate which thread throwing OOME when generating the heap dump at OOME
thurka [Sat, 11 Sep 2010 08:18:31 +0200] rev 6445
6765718: Indicate which thread throwing OOME when generating the heap dump at OOME Summary: Emit a fake frame that makes it look like the thread is in the OutOfMemoryError zero-parameter constructor Reviewed-by: dcubed
Wed, 08 Sep 2010 08:34:57 -0700 6561870: 3/3 Long javac compile lines fail due to command line length issues (agent compiles?)
dcubed [Wed, 08 Sep 2010 08:34:57 -0700] rev 6444
6561870: 3/3 Long javac compile lines fail due to command line length issues (agent compiles?) Summary: Use javac's @filename construct to avoid long compile lines Reviewed-by: ohair, twisti, never Contributed-by: doko@ubuntu.com
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip