tbell [Sun, 06 Sep 2009 23:14:42 -0700] rev 3725
Merge
alanb [Sat, 05 Sep 2009 15:57:25 +0100] rev 3724
Merge
alanb [Fri, 04 Sep 2009 22:22:55 +0100] rev 3723
6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException
Reviewed-by: tbell, ohair, dcubed, andrew
alanb [Fri, 04 Sep 2009 18:17:26 +0100] rev 3722
6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated
Reviewed-by: sherman
alanb [Fri, 04 Sep 2009 18:15:50 +0100] rev 3721
6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
Reviewed-by: andrew
tbell [Fri, 04 Sep 2009 17:07:29 -0700] rev 3720
Merge
martin [Fri, 04 Sep 2009 13:44:36 -0700] rev 3719
6879368: Remove stray quote in Character javadoc
Summary: Remove stray quote in Character.valueOf javadoc, using Ulf's \u005CuXXXX technique
Reviewed-by: darcy
darcy [Fri, 04 Sep 2009 13:11:17 -0700] rev 3718
6873951: test/java/lang/reflect/Generics/Probe.java fails.
Reviewed-by: alanb
weijun [Fri, 04 Sep 2009 14:59:20 +0800] rev 3717
6871847: AlgorithmId.get("SHA256withECDSA") not available
Reviewed-by: vinnie
weijun [Fri, 04 Sep 2009 14:58:01 +0800] rev 3716
6876328: different names for the same digest algorithms breaks jarsigner
Reviewed-by: mullan
tbell [Thu, 03 Sep 2009 18:32:55 -0700] rev 3715
Merge
martin [Mon, 31 Aug 2009 15:00:04 -0700] rev 3714
6860431: Character.isSurrogate(char ch)
Summary: Add new method Character.isSurrogate(char ch)
Reviewed-by: sherman, darcy, okutsu
tbell [Fri, 28 Aug 2009 16:53:44 -0700] rev 3713
Merge
darcy [Fri, 28 Aug 2009 14:11:00 -0700] rev 3712
6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
Reviewed-by: alanb
darcy [Fri, 28 Aug 2009 11:11:11 -0700] rev 3711
6877122: Many javadoc warnings from java.awt.Window, other awt classes
Reviewed-by: anthony
xlu [Thu, 27 Aug 2009 18:00:16 -0700] rev 3710
6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
Reviewed-by: darcy
darcy [Thu, 27 Aug 2009 11:48:35 -0700] rev 3709
6876628: @throw instead of @throws in two ParagraphView classes
Reviewed-by: peterz
dl [Tue, 25 Aug 2009 19:19:42 -0700] rev 3708
6868712: Improve concurrent queue tests
Summary: Fix all known flaky tests, plus minor maintenance
Reviewed-by: martin, chegar
dl [Tue, 25 Aug 2009 19:19:42 -0700] rev 3707
6871697: LinkedBlockingQueue Iterator/remove/poll race
Summary: More checks for node.next == node
Reviewed-by: martin, dholmes, chegar
weijun [Wed, 26 Aug 2009 12:17:29 +0800] rev 3706
6868864: Kerberos tests fail under windows/cygwin
Reviewed-by: wetmore
darcy [Tue, 25 Aug 2009 18:58:26 -0700] rev 3705
6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
Reviewed-by: martin
sherman [Tue, 25 Aug 2009 15:14:53 -0700] rev 3704
4963968: zlib should be upgraded to current version of zlib
Summary: upgrade zlib to the latest ver 1.2.3
Reviewed-by: martin, alanb, ksrini
xdono [Thu, 03 Sep 2009 10:53:04 -0700] rev 3703
Added tag jdk7-b71 for changeset 9abe0c99c0b9
duke [Wed, 05 Jul 2017 17:00:08 +0200] rev 3702
Merge
trims [Tue, 15 Sep 2009 20:44:24 -0700] rev 3701
Merge
ysr [Thu, 10 Sep 2009 16:46:17 -0700] rev 3700
6872136: CMS: confusing message may be printed when a collector is switched off implicitly
Summary: Fix CDS/CMS option overrides related to iCMS option CMSIncrementalMode; explicate overrides to error stream.
Reviewed-by: coleenp
jcoomes [Thu, 03 Sep 2009 19:21:55 -0700] rev 3699
6879076: disable jprt sync after builds are done
Reviewed-by: kamg, dholmes
apetrusenko [Fri, 04 Sep 2009 05:31:37 -0700] rev 3698
Merge
tonyp [Thu, 30 Jul 2009 16:22:58 -0400] rev 3697
6819085: G1: use larger and/or user settable region size
Summary: Instead of the region size being hard-coded, allow the user to set it.
Reviewed-by: jmasa, johnc, apetrusenko
ysr [Wed, 02 Sep 2009 00:04:29 -0700] rev 3696
4957990: Perm heap bloat in JVM
Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
Reviewed-by: jcoomes, jmasa, kvn, never
apetrusenko [Mon, 31 Aug 2009 05:27:29 -0700] rev 3695
6841313: G1: dirty cards of survivor regions in parallel
Reviewed-by: tonyp, iveresov
jcoomes [Thu, 13 Aug 2009 16:22:45 -0700] rev 3694
6845368: large objects cause a crash or unexpected exception
Reviewed-by: jmasa, iveresov
jcoomes [Tue, 11 Aug 2009 15:37:23 -0700] rev 3693
6861660: OopMapBlock count/size confusion
Reviewed-by: tonyp, iveresov
tonyp [Mon, 24 Aug 2009 13:52:42 -0700] rev 3692
Merge
tonyp [Wed, 19 Aug 2009 12:53:25 -0400] rev 3691
6871111: G1: remove the concurrent overhead tracker
Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker).
Reviewed-by: iveresov, johnc
jmasa [Mon, 24 Aug 2009 10:36:31 -0700] rev 3690
6798898: CMS: bugs related to class unloading
Summary: Override should_remember_klasses() and remember_klass() as needed.
Reviewed-by: ysr, jcoomes
kvn [Tue, 25 Aug 2009 13:08:40 -0700] rev 3689
Merge
never [Mon, 24 Aug 2009 22:26:15 -0700] rev 3688
6875329: fix for 6795465 broke exception handler cloning
Reviewed-by: kvn
kvn [Mon, 24 Aug 2009 11:13:46 -0700] rev 3687
6873800: enable compressed oops by default
Summary: enable compressed oops by default
Reviewed-by: never, ysr
cfang [Thu, 20 Aug 2009 12:42:57 -0700] rev 3686
6873116: Modify reexecute implementation to use pcDesc to record the reexecute bit
Summary: use PcDesc to keep record of the reexecute bit instead of using DebugInfoStreams
Reviewed-by: kvn, never, twisti
kvn [Wed, 19 Aug 2009 19:05:18 -0700] rev 3685
6873799: enable escape analysis by default
Summary: enable escape analysis by default
Reviewed-by: never
never [Wed, 19 Aug 2009 18:54:35 -0700] rev 3684
6873777: FPU control word optimization still performed with SSE
Reviewed-by: kvn
never [Mon, 17 Aug 2009 14:45:02 -0700] rev 3683
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
Reviewed-by: twisti, cfang
cfang [Mon, 17 Aug 2009 12:11:06 -0700] rev 3682
6866651: Regression: simple int sum crashes jvm (build 1.6.0_14-b08 and 1.7.0-ea-b59)
Summary: delay dead code elimination in set_req_X to make it safe
Reviewed-by: kvn, never
cfang [Mon, 17 Aug 2009 09:48:02 -0700] rev 3681
6829127: Deoptimization Failure on Specjvm98 _227_mtrt with -XX:+DeoptimizeALot since Hs11 b01
Summary: Make sure the control word is correct in deopt_blob after restore_result_registers
Reviewed-by: kvn, never
never [Fri, 14 Aug 2009 22:11:18 -0700] rev 3680
Merge
never [Fri, 14 Aug 2009 15:55:26 -0700] rev 3679
Merge
never [Fri, 14 Aug 2009 15:53:46 -0700] rev 3678
6862863: C2 compiler fails in elide_copy()
Reviewed-by: kvn
kvn [Fri, 14 Aug 2009 12:23:11 -0700] rev 3677
6869822: assert(Universe::narrow_oop_shift() == 0,"use unscaled narrow oop")
Summary: Replace the assert with narrow_oop_shift set to 0.
Reviewed-by: never, jcoomes
never [Fri, 14 Aug 2009 00:02:12 -0700] rev 3676
6862956: PhaseIdealLoop should have a CFG verification mode
Reviewed-by: kvn, twisti
trims [Fri, 21 Aug 2009 20:39:41 -0700] rev 3675
Merge
apangin [Wed, 19 Aug 2009 15:46:22 -0700] rev 3674
Merge
apangin [Mon, 17 Aug 2009 15:03:39 -0700] rev 3673
Merge
dcubed [Tue, 11 Aug 2009 11:57:51 -0600] rev 3672
6862945: 4/3 conversion of jmethodID to methodOop in JVMTI is too expensive
Summary: Refactor JNIHandles::checked_resolve_jmethod_id() into fast and paranoid parts.
Reviewed-by: never, alanb
trims [Fri, 21 Aug 2009 20:38:36 -0700] rev 3671
6873236: Fork HS16 to HS17 - renumber Major and build numbers of JVM
Summary: Update the Major and build numbers for HS17 fork
Reviewed-by: jcoomes
xdono [Thu, 03 Sep 2009 10:52:51 -0700] rev 3670
Added tag jdk7-b71 for changeset 8e014ad9c233
yan [Wed, 09 Sep 2009 00:49:44 -0700] rev 3669
Merge
peterz [Mon, 31 Aug 2009 14:10:30 +0400] rev 3668
6844267: Nimbus generator depends on JIBX
Summary: Nimbus generator now uses JAXB instead of JIBX
Reviewed-by: jasper
xdono [Thu, 03 Sep 2009 10:52:47 -0700] rev 3667
Added tag jdk7-b71 for changeset 9a027a1c0510
duke [Wed, 05 Jul 2017 16:59:56 +0200] rev 3666
Added tag jdk7-b71 for changeset c5d39b6be65c
duke [Wed, 05 Jul 2017 16:59:55 +0200] rev 3665
Merge
duke [Wed, 05 Jul 2017 16:59:53 +0200] rev 3664
Merge
tbell [Mon, 24 Aug 2009 22:28:37 -0700] rev 3663
Merge
jjg [Mon, 24 Aug 2009 14:38:42 -0700] rev 3662
6869216: testgetallmembers should consistently use correct filemanager
Reviewed-by: darcy