2009-07-22 6857358: Two testcases are failing in jdk7 b64 pit build with java.security.AccessControlException
rkennke [Wed, 22 Jul 2009 15:52:41 +0200] rev 3925
6857358: Two testcases are failing in jdk7 b64 pit build with java.security.AccessControlException Summary: Try to load GraphicsEnvironment with bootclassloader first, only then try app classloader. Reviewed-by: prr, tdv, igor
2009-07-13 Merge
yan [Mon, 13 Jul 2009 09:37:50 -0700] rev 3924
Merge
2009-07-01 6848799: Reg-test java/awt/print/PageFormat/PageFormatFromAttributes.java fails on Rhel_5
jgodinez [Wed, 01 Jul 2009 12:07:55 -0700] rev 3923
6848799: Reg-test java/awt/print/PageFormat/PageFormatFromAttributes.java fails on Rhel_5 Reviewed-by: tdv, prr
2009-10-02 Added tag jdk7-b73 for changeset d02ee9795d57
xdono [Fri, 02 Oct 2009 11:26:42 -0700] rev 3922
Added tag jdk7-b73 for changeset d02ee9795d57
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:01:25 +0200] rev 3921
Merge
2009-10-09 6890293: Bump the HS17 build number to 03
trims [Fri, 09 Oct 2009 15:21:07 -0700] rev 3920
6890293: Bump the HS17 build number to 03 Summary: Update the HS17 build number to 03 Reviewed-by: jcoomes
2009-10-09 Merge
trims [Fri, 09 Oct 2009 15:18:52 -0700] rev 3919
Merge
2009-10-03 Merge
tonyp [Sat, 03 Oct 2009 10:53:08 -0400] rev 3918
Merge
2009-10-01 6887186: G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
johnc [Thu, 01 Oct 2009 15:56:19 -0700] rev 3917
6887186: G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC Summary: Modify operand passed to C1 pre-barrier to be the operand representing the address of the object field that is being stored. Reviewed-by: never
2009-09-30 Merge
jrose [Wed, 30 Sep 2009 13:25:39 -0700] rev 3916
Merge
2009-09-29 6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build
cfang [Mon, 28 Sep 2009 17:14:25 -0700] rev 3915
6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot Reviewed-by: kvn
2009-09-25 6883468: C2 compiler enters infinite loop in PhaseIterGVN::transform
kvn [Fri, 25 Sep 2009 13:26:02 -0700] rev 3914
6883468: C2 compiler enters infinite loop in PhaseIterGVN::transform Summary: Avoid ideal transformation ping-pong between AddPNode::Ideal() and CastX2PNode::Ideal(). Reviewed-by: cfang
2009-09-24 6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods
jrose [Wed, 23 Sep 2009 23:57:44 -0700] rev 3913
6885169: merge of 4957990 and 6863023 causes conflict on do_nmethods Summary: After mechanically merging changes, some by-hand adjustments are needed. Reviewed-by: ysr
2009-09-24 Merge
jrose [Wed, 23 Sep 2009 23:56:15 -0700] rev 3912
Merge
2009-09-18 6820514: meet not symmetric failure in ctw
kvn [Fri, 18 Sep 2009 09:57:47 -0700] rev 3911
6820514: meet not symmetric failure in ctw Summary: Add missing instance_id meet. Reviewed-by: never
2009-09-16 6854812: 6.0_14-b08 crashes with a SIGSEGV
never [Wed, 16 Sep 2009 11:06:10 -0700] rev 3910
6854812: 6.0_14-b08 crashes with a SIGSEGV Reviewed-by: kvn, twisti
2009-09-16 Merge
jrose [Tue, 15 Sep 2009 22:50:12 -0700] rev 3909
Merge
2009-09-16 6863023: need non-perm oops in code cache for JSR 292
jrose [Tue, 15 Sep 2009 21:53:47 -0700] rev 3908
6863023: need non-perm oops in code cache for JSR 292 Summary: Make a special root-list for those few nmethods which might contain non-perm oops. Reviewed-by: twisti, kvn, never, jmasa, ysr
2009-09-16 6879362: assert(!klass_is_exact(),"only non-exact klass")
kvn [Tue, 15 Sep 2009 19:03:39 -0700] rev 3907
6879362: assert(!klass_is_exact(),"only non-exact klass") Summary: Do nothing for AddP node which has type not related to the type of allocated object. Reviewed-by: never
2009-09-15 6879921: CTW failure jdk6_18/hotspot/src/share/vm/utilities/globalDefinitions.cpp:268
cfang [Tue, 15 Sep 2009 11:09:34 -0700] rev 3906
6879921: CTW failure jdk6_18/hotspot/src/share/vm/utilities/globalDefinitions.cpp:268 Summary: filter out non-primitives before deciding whether two ops can be packed Reviewed-by: kvn, never
2009-09-14 6827605: new String intrinsics may prevent EA scalar replacement
kvn [Mon, 14 Sep 2009 12:14:20 -0700] rev 3905
6827605: new String intrinsics may prevent EA scalar replacement 6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2 Summary: Modify String intrinsic methods to pass char[] pointers instead of string oops. Reviewed-by: never
2009-09-14 6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default)
cfang [Mon, 14 Sep 2009 09:49:54 -0700] rev 3904
6877254: Server vm crashes with no branches off of store slice" when run with CMS and UseSuperWord(default) Summary: design StoreCMNode::Ideal to promote its oopStore input if the input is a MergeMem node Reviewed-by: kvn, never
2009-10-02 Added tag jdk7-b73 for changeset 2248859f89d4
xdono [Fri, 02 Oct 2009 11:26:25 -0700] rev 3903
Added tag jdk7-b73 for changeset 2248859f89d4
2009-10-02 Added tag jdk7-b73 for changeset 9cc5500d129d
xdono [Fri, 02 Oct 2009 11:26:17 -0700] rev 3902
Added tag jdk7-b73 for changeset 9cc5500d129d
2017-07-05 Added tag jdk7-b73 for changeset ce74bd35ce94
duke [Wed, 05 Jul 2017 17:01:15 +0200] rev 3901
Added tag jdk7-b73 for changeset ce74bd35ce94
2017-07-05 Merge jdk7-b73
duke [Wed, 05 Jul 2017 17:01:15 +0200] rev 3900
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:01:13 +0200] rev 3899
Merge
2009-09-25 Merge
tbell [Fri, 25 Sep 2009 14:24:14 -0700] rev 3898
Merge
2009-09-22 6884227: Clarify ordering requirements of javax.lang.model.TypeElement.getEnclosedElements
darcy [Mon, 21 Sep 2009 21:08:11 -0700] rev 3897
6884227: Clarify ordering requirements of javax.lang.model.TypeElement.getEnclosedElements Reviewed-by: ahe
2009-09-18 Merge
tbell [Fri, 18 Sep 2009 08:48:50 -0700] rev 3896
Merge
2009-09-16 6860965: Project Coin: binary literals
jjg [Tue, 15 Sep 2009 18:36:21 -0700] rev 3895
6860965: Project Coin: binary literals 6860973: Project Coin: Underscores in literals Summary: [Portions contributed by Bruce Chapman] Reviewed-by: darcy
2009-09-15 6882235: invalid exponent causes silent javac crash
jjg [Tue, 15 Sep 2009 12:20:55 -0700] rev 3894
6882235: invalid exponent causes silent javac crash Reviewed-by: darcy
2009-09-15 6881317: regression: NPE in CloseableURLClassLoader
jjg [Mon, 14 Sep 2009 17:13:00 -0700] rev 3893
6881317: regression: NPE in CloseableURLClassLoader Reviewed-by: darcy
2009-09-08 6709246: ClassCastException in javadoc
jjg [Tue, 08 Sep 2009 14:08:26 -0700] rev 3892
6709246: ClassCastException in javadoc Reviewed-by: jjg Contributed-by: ahe@google.com
2009-09-08 5093723: REGRESSION: ClassCastException in SingleIndexWriter
jjg [Tue, 08 Sep 2009 13:53:10 -0700] rev 3891
5093723: REGRESSION: ClassCastException in SingleIndexWriter Reviewed-by: jjg Contributed-by: ahe@google.com
2009-09-22 6884624: Update copyright year
xdono [Tue, 22 Sep 2009 14:06:29 -0700] rev 3890
6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
2009-09-17 Added tag jdk7-b72 for changeset 182e4a28c0ce
xdono [Thu, 17 Sep 2009 13:47:11 -0700] rev 3889
Added tag jdk7-b72 for changeset 182e4a28c0ce
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:01:09 +0200] rev 3888
Merge
2009-09-29 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
ohair [Mon, 28 Sep 2009 19:38:55 -0700] rev 3887
6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles Reviewed-by: jjg, tbell
2009-09-22 6884220: Have drop sources ignore the output.dir property
ohair [Mon, 21 Sep 2009 17:21:14 -0700] rev 3886
6884220: Have drop sources ignore the output.dir property Reviewed-by: xdono
2009-09-21 6856630: Restructure jaxp/jaxws repositories
ohair [Mon, 21 Sep 2009 13:57:02 -0700] rev 3885
6856630: Restructure jaxp/jaxws repositories Reviewed-by: darcy, tbell
2009-09-17 Added tag jdk7-b72 for changeset e7c4cb9f1531
xdono [Thu, 17 Sep 2009 13:46:52 -0700] rev 3884
Added tag jdk7-b72 for changeset e7c4cb9f1531
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:01:05 +0200] rev 3883
Merge
2009-09-29 6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles
ohair [Mon, 28 Sep 2009 19:39:40 -0700] rev 3882
6886359: Missing jaxws property files and missing changes in jaxp/jaxws drop bundles Reviewed-by: jjg, tbell
2009-09-22 6884624: Update copyright year
xdono [Tue, 22 Sep 2009 14:06:16 -0700] rev 3881
6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
2009-09-22 6884220: Have drop sources ignore the output.dir property
ohair [Mon, 21 Sep 2009 17:21:26 -0700] rev 3880
6884220: Have drop sources ignore the output.dir property Reviewed-by: xdono
2009-09-21 6856630: Restructure jaxp/jaxws repositories
ohair [Mon, 21 Sep 2009 13:54:55 -0700] rev 3879
6856630: Restructure jaxp/jaxws repositories Reviewed-by: darcy, tbell
2009-09-17 Added tag jdk7-b72 for changeset 860f9bfce06d
xdono [Thu, 17 Sep 2009 13:46:50 -0700] rev 3878
Added tag jdk7-b72 for changeset 860f9bfce06d
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:01:02 +0200] rev 3877
Merge
2009-09-22 6884624: Update copyright year
xdono [Tue, 22 Sep 2009 14:06:05 -0700] rev 3876
6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
2009-09-19 6883816: corba fix for missing javax/transaction/xa classes (the real fix)
ohair [Fri, 18 Sep 2009 17:10:28 -0700] rev 3875
6883816: corba fix for missing javax/transaction/xa classes (the real fix) Reviewed-by: tbell
2009-09-18 6883790: corba build problem related to wildcard and vpath, regression
ohair [Fri, 18 Sep 2009 16:26:51 -0700] rev 3874
6883790: corba build problem related to wildcard and vpath, regression Reviewed-by: tbell
2009-09-18 Merge
xdono [Fri, 18 Sep 2009 09:39:47 -0700] rev 3873
Merge
2009-09-14 Merge
xdono [Mon, 14 Sep 2009 10:57:40 -0700] rev 3872
Merge
2009-09-02 6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building)
ohair [Wed, 02 Sep 2009 09:20:17 -0700] rev 3871
6875240: Reduce Makefile build time by limiting repeated exec's (mostly for cygwin building) Reviewed-by: jjg, iris
2009-09-17 Added tag jdk7-b72 for changeset 8a5d4dfe242d
xdono [Thu, 17 Sep 2009 13:46:41 -0700] rev 3870
Added tag jdk7-b72 for changeset 8a5d4dfe242d
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:00:57 +0200] rev 3869
Merge
2009-09-22 Merge
kevinw [Tue, 22 Sep 2009 17:16:30 +0100] rev 3868
Merge
2009-09-22 6882768: (launcher) test for 6842838 is broken
kevinw [Tue, 22 Sep 2009 17:01:08 +0100] rev 3867
6882768: (launcher) test for 6842838 is broken Summary: Testcase correction. Reviewed-by: ksrini
2009-09-22 6882384: Update http protocol handler to use PlatformLogger
chegar [Tue, 22 Sep 2009 14:49:06 +0100] rev 3866
6882384: Update http protocol handler to use PlatformLogger Reviewed-by: jccollet, alanb
2009-09-22 6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion
chegar [Tue, 22 Sep 2009 14:42:07 +0100] rev 3865
6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion Reviewed-by: michaelm
2009-09-22 6877357: IPv6 address does not work
weijun [Tue, 22 Sep 2009 10:01:32 +0800] rev 3864
6877357: IPv6 address does not work Reviewed-by: xuelei, alanb
2009-09-21 6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
vinnie [Mon, 21 Sep 2009 23:01:42 +0100] rev 3863
6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms Reviewed-by: wetmore
2009-09-19 Merge
mchung [Fri, 18 Sep 2009 17:27:24 -0700] rev 3862
Merge
2009-09-17 6882376: Add internal support for JRE implementation to eliminate the dependency on logging
mchung [Thu, 17 Sep 2009 14:24:55 -0700] rev 3861
6882376: Add internal support for JRE implementation to eliminate the dependency on logging Summary: Added sun.util.logging.PlatformLogger for JRE implementation to log messages. Reviewed-by: alanb, naoto
2009-09-18 Merge
chegar [Fri, 18 Sep 2009 22:19:02 +0100] rev 3860
Merge
2009-09-18 6882594: Remove static dependancy on NTLM authentication
chegar [Fri, 18 Sep 2009 22:18:19 +0100] rev 3859
6882594: Remove static dependancy on NTLM authentication Reviewed-by: alanb, weijun
2009-09-18 6882609: Move default InMemoryCookieStore to java.net
chegar [Fri, 18 Sep 2009 16:24:26 +0100] rev 3858
6882609: Move default InMemoryCookieStore to java.net Summary: remove static dependency on sun.net.www.protocol.http Reviewed-by: alanb, jccollet
2009-09-18 Merge
tbell [Fri, 18 Sep 2009 08:47:48 -0700] rev 3857
Merge
2009-09-10 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.
andrew [Thu, 10 Sep 2009 19:04:25 +0100] rev 3856
6882745: Add DISABLE_INTREE_EC option to make new EC provider optional. Summary: Don't build the ec subdirectory when DISABLE_INTREE_EC is defined. Reviewed-by: vinnie
2009-09-18 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost
jccollet [Fri, 18 Sep 2009 10:51:44 +0200] rev 3855
6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost Summary: Move default nonProxyHosts from hardcoded to property default value Reviewed-by: chegar
2009-09-16 Merge
tbell [Wed, 16 Sep 2009 09:23:50 -0700] rev 3854
Merge
2009-09-16 6882363: 4/4 typos in java.util.logging javadocs
dcubed [Tue, 15 Sep 2009 22:11:15 -0600] rev 3853
6882363: 4/4 typos in java.util.logging javadocs Summary: Fix typos, some grammar and some inconsistencies in phrasing. Reviewed-by: tbell
2009-09-15 Merge
dcubed [Mon, 14 Sep 2009 18:54:26 -0600] rev 3852
Merge
2009-09-15 6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints)
dcubed [Mon, 14 Sep 2009 18:45:20 -0600] rev 3851
6862295: JDWP threadid changes during debugging session (leading to ingored breakpoints) Summary: New test for the above fix. Reviewed-by: tbell
2009-09-14 Merge
mchung [Mon, 14 Sep 2009 13:38:55 -0700] rev 3850
Merge
2009-09-14 6878481: Add performance counters in the JDK
mchung [Mon, 14 Sep 2009 13:37:26 -0700] rev 3849
6878481: Add performance counters in the JDK Summary: Added new performance counters in the JDK to track performance metrics Reviewed-by: alanb, dholmes, iris, forax, andrew
2009-09-14 6842838: 64-bit failure in handling invalid manifest in launcher.
kevinw [Mon, 14 Sep 2009 20:55:08 +0100] rev 3848
6842838: 64-bit failure in handling invalid manifest in launcher. Summary: Don't compare with hard-coded 32-bit -1 when checking zip fields. Reviewed-by: ksrini
2009-09-14 6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied
alanb [Mon, 14 Sep 2009 17:47:26 +0100] rev 3847
6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied Reviewed-by: chegar
2009-09-14 6529758: JVMTI Waiters demo crashes. Double free.
alanb [Mon, 14 Sep 2009 15:29:13 +0100] rev 3846
6529758: JVMTI Waiters demo crashes. Double free. Reviewed-by: ohair, tbell
2009-09-12 6881442: (reflect) Race condition in Class.getName()
martin [Sat, 12 Sep 2009 15:30:13 -0700] rev 3845
6881442: (reflect) Race condition in Class.getName() Summary: only read "name" field racily once Reviewed-by: darcy
2009-09-11 6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64
sherman [Fri, 11 Sep 2009 16:36:22 -0700] rev 3844
6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64 Summary: restored the correct spec and implementation of setComment Reviewed-by: martin
2009-09-10 6737212: Fixed javadoc warning messages in RowSet classes
lancea [Wed, 09 Sep 2009 20:15:22 -0400] rev 3843
6737212: Fixed javadoc warning messages in RowSet classes Reviewed-by: darcy
2009-09-09 Merge
mullan [Wed, 09 Sep 2009 09:59:48 -0400] rev 3842
Merge
2009-09-09 6745437: Add option to only check revocation of end-entity certificate in a chain of certificates
mullan [Wed, 09 Sep 2009 09:54:13 -0400] rev 3841
6745437: Add option to only check revocation of end-entity certificate in a chain of certificates 6869739: Cannot check revocation of single certificate without validating the entire chain Reviewed-by: xuelei
2009-09-08 6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
martin [Tue, 08 Sep 2009 14:33:59 -0700] rev 3840
6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit Summary: Test hotspot/jvmti fix 6850957 using ProcessBuilder test infrastructure Reviewed-by: tbell, dholmes, alanb, ysr
2009-09-08 Merge
mchung [Tue, 08 Sep 2009 12:59:03 -0700] rev 3839
Merge
2009-09-04 Merge
mchung [Fri, 04 Sep 2009 15:44:26 -0700] rev 3838
Merge
2009-09-03 Merge
mchung [Thu, 03 Sep 2009 16:09:37 -0700] rev 3837
Merge
2009-08-27 Merge
mchung [Thu, 27 Aug 2009 12:58:18 -0700] rev 3836
Merge
2009-08-24 Merge
mchung [Mon, 24 Aug 2009 10:33:08 -0700] rev 3835
Merge
2009-08-06 6864028: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader
mchung [Thu, 06 Aug 2009 16:35:24 -0700] rev 3834
6864028: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader Summary: Update the java launcher to use the new entry point JVM_FindClassFromBootLoader Reviewed-by: ksrini
2009-08-06 4917309: (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading
mchung [Thu, 06 Aug 2009 11:25:12 -0700] rev 3833
4917309: (cl) Reduce internal usage of ClassNotFoundExceptions during class-loading Summary: Change findBootstrapClass to return null instead of throwing CNFE if class not found Reviewed-by: alanb, dholmes, iris
2009-09-17 Added tag jdk7-b72 for changeset 41a9e8c0158c
xdono [Thu, 17 Sep 2009 13:47:00 -0700] rev 3832
Added tag jdk7-b72 for changeset 41a9e8c0158c
2017-07-05 Merge
duke [Wed, 05 Jul 2017 17:00:49 +0200] rev 3831
Merge
2009-09-25 6885900: Bump the HS17 build number to 02
trims [Fri, 25 Sep 2009 12:19:19 -0700] rev 3830
6885900: Bump the HS17 build number to 02 Summary: Update the HS17 build number to 02 Reviewed-by: jcoomes
2009-09-25 Merge
trims [Fri, 25 Sep 2009 12:17:06 -0700] rev 3829
Merge
2009-09-25 Merge
apetrusenko [Fri, 25 Sep 2009 04:39:54 -0700] rev 3828
Merge
2009-09-23 6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990
andrew [Wed, 23 Sep 2009 11:36:06 -0700] rev 3827
6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990 Summary: Removed the unnecessary #ifdef's which were interfering with the build of the Zero-assembler port Reviewed-by: ysr, jcoomes
2009-09-23 6876794: 4/4 sp07t002 hangs very intermittently
dcubed [Tue, 22 Sep 2009 21:12:37 -0600] rev 3826
6876794: 4/4 sp07t002 hangs very intermittently Summary: remove over locking by VMThread on "is thread suspended?" check Reviewed-by: dholmes, acorn, andrew
2009-09-21 Merge
acorn [Mon, 21 Sep 2009 18:10:22 -0400] rev 3825
Merge
2009-09-21 6419370: 4/4 new jmethodID code has tiny holes in synchronization
dcubed [Mon, 21 Sep 2009 09:30:24 -0600] rev 3824
6419370: 4/4 new jmethodID code has tiny holes in synchronization Summary: Fix races in jmethodID cache and JNI itable index cache. Reviewed-by: ikrylov, acorn
2009-09-18 Merge
acorn [Fri, 18 Sep 2009 15:14:50 -0400] rev 3823
Merge
2009-09-16 6879572: SA fails _is_marked_dependent not found
acorn [Wed, 16 Sep 2009 15:42:46 -0400] rev 3822
6879572: SA fails _is_marked_dependent not found Reviewed-by: kamg, dcubed
2009-09-16 Merge
acorn [Wed, 16 Sep 2009 09:10:57 -0400] rev 3821
Merge
2009-09-04 6830542: Performance: JVM_DefineClass already verified.
acorn [Fri, 04 Sep 2009 12:53:02 -0400] rev 3820
6830542: Performance: JVM_DefineClass already verified. Reviewed-by: kamg, phh
2009-09-15 Merge
acorn [Tue, 15 Sep 2009 16:28:57 -0400] rev 3819
Merge
2009-09-12 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
andrew [Sat, 12 Sep 2009 12:50:07 +0100] rev 3818
6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: The build fails if the bootstrap JDK defaults to <1.5 Reviewed-by: jcoomes
2009-09-10 Merge
acorn [Thu, 10 Sep 2009 09:04:41 -0400] rev 3817
Merge
2009-09-08 Merge
andrew [Tue, 08 Sep 2009 09:02:48 +0100] rev 3816
Merge
2009-09-08 6879689: Fix warning about ignored return value when compiling with -O2
andrew [Tue, 08 Sep 2009 09:01:16 +0100] rev 3815
6879689: Fix warning about ignored return value when compiling with -O2 Summary: Store the return value of fwrite and check it matches the size of the array. Reviewed-by: twisti, dholmes
2009-09-02 6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0
poonam [Tue, 01 Sep 2009 23:34:08 -0700] rev 3814
6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0 Summary: Add an explicit check for TypeProfileWidth == 0 in record_klass_in_profile_helper() functions. Reviewed-by: never, coleenp
2009-08-30 Merge
apangin [Sun, 30 Aug 2009 15:33:14 -0700] rev 3813
Merge
2009-08-28 Merge
dcubed [Fri, 28 Aug 2009 15:03:15 -0700] rev 3812
Merge
2009-08-28 Merge
dcubed [Fri, 28 Aug 2009 12:32:06 -0600] rev 3811
Merge
2009-08-28 6875393: 2/3 JNI itable index cache is broken
dcubed [Fri, 28 Aug 2009 12:25:46 -0600] rev 3810
6875393: 2/3 JNI itable index cache is broken Summary: Add missing initialization of cache size. Reviewed-by: tbell
2009-08-28 6821003: Update hotspot windows os_win32 for windows 7
asaha [Fri, 28 Aug 2009 08:54:28 -0700] rev 3809
6821003: Update hotspot windows os_win32 for windows 7 Reviewed-by: xlu
2009-09-18 Merge
apetrusenko [Fri, 18 Sep 2009 06:02:17 -0700] rev 3808
Merge
2009-09-15 6861557: G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or ...")
ysr [Tue, 15 Sep 2009 16:50:50 -0700] rev 3807
6861557: G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or ...") Summary: Druing heap shrinking, check for emptiness of a region before modifying its ZF status. Reviewed-by: tonyp
2009-09-14 Merge
kvn [Mon, 14 Sep 2009 11:45:03 -0700] rev 3806
Merge
2009-09-11 6880053: assert(alloc_obj->as_CheckCastPP()->type() != TypeInstPtr::NOTNULL)
kvn [Thu, 10 Sep 2009 18:18:06 -0700] rev 3805
6880053: assert(alloc_obj->as_CheckCastPP()->type() != TypeInstPtr::NOTNULL) Summary: Removed second CheckCastPP and use MembarCPUOrder after arraycopy to cloned object. Reviewed-by: never
2009-09-10 6880574: C2 assert in escape.cpp:445 on linux-amd64
kvn [Thu, 10 Sep 2009 10:36:24 -0700] rev 3804
6880574: C2 assert in escape.cpp:445 on linux-amd64 Summary: Look through chained AddP nodes in get_addp_base(). Reviewed-by: jrose
2009-09-09 6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
kvn [Wed, 09 Sep 2009 16:28:03 -0700] rev 3803
6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never
2009-09-08 6880052: SIGSEGV in GraphKit::null_check_common()
kvn [Tue, 08 Sep 2009 16:56:31 -0700] rev 3802
6880052: SIGSEGV in GraphKit::null_check_common() Summary: Check that a klass is not NULL before the is_loaded() call. Reviewed-by: never
2009-09-08 6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp
kvn [Tue, 08 Sep 2009 10:42:50 -0700] rev 3801
6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp Summary: In load_array_length() cast array's type to TypeOopPtr when calling make_ideal_length() method. Reviewed-by: never
2009-09-01 6855215: Calculation error (NaN) after about 1500 calculations
never [Mon, 31 Aug 2009 17:07:53 -0700] rev 3800
6855215: Calculation error (NaN) after about 1500 calculations Reviewed-by: kvn
2009-08-31 6876276: assert(!is_visited,"visit only once")
cfang [Mon, 31 Aug 2009 08:31:45 -0700] rev 3799
6876276: assert(!is_visited,"visit only once") Summary: schedule the superword loads based on dependence constraints Reviewed-by: kvn, never
2009-08-31 6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711
twisti [Mon, 31 Aug 2009 02:24:21 -0700] rev 3798
6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711 Reviewed-by: cfang, never
(0) -3000 -1000 -128 +128 +1000 +3000 +10000 +30000 tip