yhuang [Sun, 06 Dec 2009 22:18:07 -0800] rev 4599
6868106: Ukrainian currency has wrong format
Reviewed-by: yhuang, peytoia
ohair [Wed, 13 Jan 2010 15:37:06 -0800] rev 4598
Merge
ohair [Tue, 05 Jan 2010 15:17:34 -0800] rev 4597
Merge
tbell [Fri, 18 Dec 2009 09:40:34 -0800] rev 4596
6899737: JDK build fails in make/java/jli because of _vsnprintf macro redefinition
Summary: Use stdio.h instead when building with Visual Studio 2008 or later
Reviewed-by: art, ohair
jgodinez [Fri, 15 Jan 2010 09:06:57 -0800] rev 4595
6915906: tests in closed/javax/print/ should not be calling System.exit()
Reviewed-by: igor, prr
katleman [Thu, 14 Jan 2010 15:48:36 -0800] rev 4594
Added tag jdk7-b79 for changeset 9cb43bde544d
duke [Wed, 05 Jul 2017 17:05:21 +0200] rev 4593
Merge
trims [Fri, 15 Jan 2010 14:28:16 -0800] rev 4592
6917463: Bump the HS17 build number to 07
Summary: Update the HS17 build number to 07
Reviewed-by: jcoomes
trims [Fri, 15 Jan 2010 14:25:44 -0800] rev 4591
Merge
iveresov [Tue, 12 Jan 2010 13:54:40 -0800] rev 4590
Merge
never [Sat, 09 Jan 2010 00:59:35 -0800] rev 4589
6909839: missing unsigned compare cases for some cmoves in sparc.ad
Reviewed-by: kvn, jrose
jrose [Fri, 08 Jan 2010 22:02:42 -0800] rev 4588
Merge
jrose [Fri, 08 Jan 2010 18:27:20 -0800] rev 4587
Merge
jrose [Fri, 08 Jan 2010 13:58:49 -0800] rev 4586
6912063: inlining parameters need to be adjusted for some uses of the JVM
Summary: Put all inline-related switches into product mode, to allow tuning by dynamic language implementors.
Reviewed-by: twisti, kvn
jrose [Fri, 08 Jan 2010 15:17:42 -0800] rev 4585
Merge
jrose [Fri, 08 Jan 2010 13:47:01 -0800] rev 4584
6912062: disassembler plugin needs to produce symbolic information in product mode
Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax.
Reviewed-by: never
kvn [Fri, 08 Jan 2010 09:51:24 -0800] rev 4583
6910484: incorrect integer optimization (loosing and op-r in a given example)
Summary: Remove AND operation only if mask is equal to shift.
Reviewed-by: never
kvn [Fri, 08 Jan 2010 09:42:31 -0800] rev 4582
6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
Summary: Check RootNode before check Loop in IfNode::up_one_dom().
Reviewed-by: never
Contributed-by: kevin.brown@sun.com
twisti [Fri, 08 Jan 2010 11:09:46 +0100] rev 4581
6914206: change way of permission checking for generated MethodHandle adapters
Summary: Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler.
Reviewed-by: kvn, never, jrose
kvn [Thu, 07 Jan 2010 16:26:31 -0800] rev 4580
6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE.
Summary: Add missing check that value is used in memory expression in instructions with embedded load.
Reviewed-by: never, jrose
kvn [Thu, 07 Jan 2010 16:24:17 -0800] rev 4579
6914622: Print values of all flags for product VM
Summary: Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial.
Reviewed-by: phh, ysr
Contributed-by: gbenson@redhat.com
ysr [Sat, 09 Jan 2010 09:01:41 -0800] rev 4578
Merge
jmasa [Thu, 07 Jan 2010 08:14:45 -0800] rev 4577
6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
Summary: Block too small to split was not correctly putback to free lists.
Reviewed-by: ysr
ysr [Mon, 04 Jan 2010 14:51:26 -0800] rev 4576
6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
Summary: Decoupled TraceClassUnloading from verbose:gc, JVMTI_VERBOSE_GC and PrintGC[Details], making it settable in a manner identical to TraceClassLoading. Reverted an inadvertent change of TraceClassUnloading output in a previous changeset from gclog back to tty.
Reviewed-by: coleenp, dholmes, jmasa, poonam
jmasa [Mon, 04 Jan 2010 07:58:42 -0800] rev 4575
Merge
ysr [Wed, 23 Dec 2009 09:23:54 -0800] rev 4574
6631166: CMS: better heuristics when combatting fragmentation
Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking.
Reviewed-by: jmasa
iveresov [Wed, 06 Jan 2010 22:21:39 -0800] rev 4573
Merge
never [Wed, 06 Jan 2010 14:25:03 -0800] rev 4572
Merge
never [Wed, 06 Jan 2010 14:22:39 -0800] rev 4571
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
never [Tue, 05 Jan 2010 16:12:26 -0800] rev 4570
6914002: unsigned compare problem after 5057818
Reviewed-by: kvn, twisti