prr [Wed, 24 Dec 2008 09:53:52 -0800] rev 2371
6728838: Native memory leak in StrikeCache.java
Reviewed-by: bae, igor
prr [Thu, 18 Dec 2008 11:25:09 -0800] rev 2370
6708137: Remove obsolete fontconfig.98.properties from JDK 7
Reviewed-by: jgodinez, naoto
igor [Wed, 17 Dec 2008 22:00:37 +0300] rev 2369
6761791: Crash in the FontManager code due to use of JNIEnv saved by another thread
Reviewed-by: bae, prr
bae [Fri, 12 Dec 2008 17:38:14 +0300] rev 2368
5106550: PNG writer merge standard metadata fails for TextEntry sans #IMPLIED attributes
Reviewed-by: igor, prr
Contributed-by: Martin von Gagern <martin.vgagern@gmx.net>
xdono [Thu, 02 Apr 2009 16:51:55 -0700] rev 2367
Added tag jdk7-b53 for changeset 05e04a29c589
duke [Wed, 05 Jul 2017 16:50:15 +0200] rev 2366
Merge
trims [Fri, 03 Apr 2009 20:12:54 -0700] rev 2365
Merge
ysr [Fri, 03 Apr 2009 15:59:19 -0700] rev 2364
Merge
jcoomes [Tue, 03 Mar 2009 14:23:18 -0800] rev 2363
6810474: par compact - crash in summary_phase with very full heap
Reviewed-by: tonyp
ysr [Thu, 02 Apr 2009 15:57:41 -0700] rev 2362
6824570: ParNew: Fix memory leak introduced in 6819891
Summary: Allocate worker-local overflow stacks, introduced in 6819891, along with ParNewGeneration, rather than with the per-scavenge ParScanThreadState.
Reviewed-by: jmasa
trims [Fri, 03 Apr 2009 19:54:45 -0700] rev 2361
Merge
acorn [Thu, 02 Apr 2009 18:17:03 -0400] rev 2360
Merge
acorn [Thu, 02 Apr 2009 14:26:42 -0400] rev 2359
6825642: nsk sajdi tests fail with NullPointerException
Reviewed-by: xlu, coleenp, kamg, swamyv
phh [Wed, 01 Apr 2009 16:38:01 -0400] rev 2358
6819213: revive sun.boot.library.path
Summary: Support multiplex and mutable sun.boot.library.path
Reviewed-by: acorn, dcubed, xlu
acorn [Sun, 29 Mar 2009 18:19:05 -0400] rev 2357
Merge
poonam [Fri, 27 Mar 2009 10:29:54 -0700] rev 2356
6822407: heapOopSize lookup is incorrect in Serviceability Agent.
Summary: heapOopSize symbol should be declared as constant in vmStructs and should not be looked up in readVMIntConstants().
Reviewed-by: never, swamyv, coleenp
trims [Thu, 02 Apr 2009 17:37:46 -0700] rev 2355
Merge
trims [Thu, 02 Apr 2009 17:37:07 -0700] rev 2354
6825815: Bump HS15 build number to 05 and update copyright date of HOTSPOT_VM_COPYRIGHT
Summary: Update the HS15 Build number to 05 and fix copyright date of HOTSPOT_VM_COPYRIGHT
Reviewed-by: jcoomes
trims [Thu, 02 Apr 2009 17:01:00 -0700] rev 2353
Merge
never [Thu, 02 Apr 2009 10:49:41 -0700] rev 2352
Merge
never [Wed, 01 Apr 2009 11:45:01 -0700] rev 2351
6823454: Oop-typed loadP yields invalid pointer (0x1) on SPECjbb2005 at OSRed method entry
Reviewed-by: kvn, jrose
never [Tue, 31 Mar 2009 19:20:34 -0700] rev 2350
Merge
never [Tue, 31 Mar 2009 15:09:45 -0700] rev 2349
6824463: deopt blob is testing wrong register on 64-bit x86
Reviewed-by: jrose, phh, kvn
cfang [Tue, 31 Mar 2009 14:07:08 -0700] rev 2348
6761600: Use sse 4.2 in intrinsics
Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
Reviewed-by: kvn, never, jrose
apetrusenko [Thu, 02 Apr 2009 05:22:02 -0700] rev 2347
Merge
ysr [Sat, 28 Mar 2009 15:47:29 -0700] rev 2346
6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
Summary: When using compressed oops, rather than chaining the overflowed grey objects' pre-images through their klass words, we use GC-worker thread-local overflow stacks.
Reviewed-by: jcoomes, jmasa
iveresov [Thu, 26 Mar 2009 08:51:32 -0700] rev 2345
6822263: G1: JVMTI heap iteration fails
Summary: Make object_iterate() traverse the perm gen
Reviewed-by: apetrusenko, tonyp
apetrusenko [Wed, 25 Mar 2009 13:10:54 -0700] rev 2344
6543938: G1: remove the concept of popularity
Reviewed-by: iveresov, tonyp
kvn [Tue, 31 Mar 2009 10:02:01 -0700] rev 2343
Merge
kvn [Mon, 30 Mar 2009 18:19:31 -0700] rev 2342
6821700: tune VM flags for peak performance
Summary: Tune C2 flags default values for performance.
Reviewed-by: never, phh, iveresov, jmasa, ysr