mgerdin [Tue, 12 Mar 2013 09:42:24 +0100] rev 15954
8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation
Summary: Assertion is only valid when at a safepoint, adjust accordingly.
Reviewed-by: stefank, jmasa, tamao
kevinw [Mon, 11 Mar 2013 15:37:10 +0100] rev 15953
Merge
kevinw [Mon, 11 Mar 2013 12:56:00 +0000] rev 15952
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
Reviewed-by: jwilhelm, ehelin, brutisso
stefank [Mon, 11 Mar 2013 08:49:53 +0100] rev 15951
Merge
tamao [Thu, 07 Mar 2013 10:44:04 -0800] rev 15950
8008368: Deprecate MaxGCMinorPauseMillis
Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users
Reviewed-by: brutisso, johnc
Contributed-by: tamao <tao.mao@oracle.com>
tamao [Tue, 05 Mar 2013 15:36:56 -0800] rev 15949
8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate().
Reviewed-by: johnc, ysr
Contributed-by: tamao <tao.mao@oracle.com>
morris [Thu, 14 Mar 2013 16:16:05 -0700] rev 15948
Merge
morris [Thu, 14 Mar 2013 07:44:18 -0700] rev 15947
8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
Summary: add null pointer check in signal handler
Reviewed-by: kvn
neliasso [Wed, 13 Feb 2013 10:25:09 +0100] rev 15946
8005772: Stubs report compile id -1 in phase events
Summary: Use 0 to indicate id is NA, -1 for error or uninitalized
Reviewed-by: kvn, twisti
neliasso [Wed, 13 Mar 2013 13:44:45 +0100] rev 15945
Merge
neliasso [Wed, 13 Mar 2013 10:56:54 +0100] rev 15944
8009721: Make PhaseLive independent from regalloc
Summary: Moved class definition of LRG_List from chaitin.hpp to live.hpp
Reviewed-by: kvn, rbackman, roland
Contributed-by: niclas.adlertz@oracle.com
roland [Wed, 13 Mar 2013 09:44:45 +0100] rev 15943
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
Summary: deoptimization doesn't set up callee frames so that they restore caller frames correctly.
Reviewed-by: kvn
vladidan [Thu, 14 Mar 2013 12:49:05 -0400] rev 15942
Merge
jprovino [Thu, 14 Mar 2013 10:37:23 -0400] rev 15941
Merge
jprovino [Tue, 12 Mar 2013 00:02:16 -0400] rev 15940
8009835: Only produce a warning when -Xshare:auto is explicitly requested
Summary: The minimal JVM is printing a warning message for default settings when it should quitely ignore them.
Reviewed-by: coleenp, dholmes
jprovino [Fri, 08 Mar 2013 12:35:18 -0500] rev 15939
Merge
jprovino [Wed, 06 Mar 2013 13:50:54 -0500] rev 15938
8008474: Add -Wundef to warning flags.
Summary: Force use of undefined macros to be and error.
Reviewed-by: dholmes, mikael
jprovino [Wed, 06 Mar 2013 13:46:55 -0500] rev 15937
8006498: #if <symbol> is wrong in the code.
Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not.
Reviewed-by: dholmes, mikael
jprovino [Wed, 06 Mar 2013 13:38:17 -0500] rev 15936
8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options
Summary: Changes to arguments.cpp for warnings vs. errors. Changes for CDS arguments.
Reviewed-by: coleenp, cjplummer
coleenp [Wed, 13 Mar 2013 17:34:29 -0400] rev 15935
8003419: NPG: Clean up metadata created during class loading if failure
Summary: Store metadata on ClassFileParser instance to be cleaned up by destructor. This enabled some refactoring of the enormous parseClassFile function.
Reviewed-by: jmasa, acorn
coleenp [Wed, 13 Mar 2013 15:15:56 -0400] rev 15934
8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
Summary: -Xshare:dump was creating a Symbol in C_heap. There's an assert there that jdk jprt wasn't hitting because it was only done in product
Reviewed-by: dholmes, hseigel, iklam
coleenp [Wed, 13 Mar 2013 13:47:35 -0400] rev 15933
Merge
coleenp [Mon, 11 Mar 2013 14:00:09 -0400] rev 15932
8008965: @Contended fails with classes having static fields
Summary: Disable @Contended support for static fields
Reviewed-by: coleenp, kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
coleenp [Wed, 13 Mar 2013 09:10:35 -0400] rev 15931
8009836: nsk/regression/b4222717 fails with empty stack trace
Summary: Some zeroing was missed for bug 8003553, causing empty stack traces and Xcom crashes, add back zeroing to metablock
Reviewed-by: dholmes, rbackman
dcubed [Fri, 08 Mar 2013 17:49:52 -0800] rev 15930
Merge
dcubed [Fri, 08 Mar 2013 17:14:22 -0800] rev 15929
Merge
coleenp [Fri, 08 Mar 2013 11:47:57 -0500] rev 15928
8003553: NPG: metaspace objects should be zeroed in constructors
Summary: Zero metadata in constructors, not in allocation (and some in constructors)
Reviewed-by: jmasa, sspitsyn
zgu [Thu, 07 Mar 2013 14:06:44 -0500] rev 15927
8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
Summary: Corrected virtual memory recording and tagging code when large pages are used
Reviewed-by: coleenp, ccheung
iklam [Tue, 05 Mar 2013 13:55:56 -0800] rev 15926
7107135: Stack guard pages are no more protected after loading a shared library with executable stack
Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op.
Reviewed-by: dholmes, zgu
Contributed-by: ioi.lam@oracle.com
sla [Tue, 05 Mar 2013 08:50:59 +0100] rev 15925
8009287: [parfait] Uninitialised variable in hotspot/agent/src/os/linux/ps_core.c
Reviewed-by: dholmes, kvn, mikael, morris
amurillo [Fri, 08 Mar 2013 08:22:18 -0800] rev 15924
8009688: new hotspot build - hs25-b23
Reviewed-by: jcoomes
lana [Thu, 14 Mar 2013 19:26:39 -0700] rev 15923
Merge
lana [Tue, 12 Mar 2013 18:22:40 -0700] rev 15922
Merge
ewendeli [Mon, 25 Feb 2013 07:22:06 +0100] rev 15921
Merge
ewendeli [Tue, 19 Feb 2013 21:45:09 +0100] rev 15920
Merge
ewendeli [Sun, 03 Feb 2013 22:43:57 +0100] rev 15919
Merge
kamg [Mon, 05 Nov 2012 17:03:33 -0500] rev 15918
8001307: Modify ACC_SUPER behavior
Summary: Disallow non-virtual calls even when ACC_SUPER is absent.
Reviewed-by: kvn, acorn
asaha [Fri, 26 Oct 2012 09:27:25 -0700] rev 15917
Merge
katleman [Thu, 14 Mar 2013 15:00:19 -0700] rev 15916
Added tag jdk8-b81 for changeset 25c319ff4cf4
omajid [Tue, 19 Mar 2013 11:25:05 -0400] rev 15915
8010277: Configure doesn't fail when Xrender.h is missing
Reviewed-by: andrew
omajid [Mon, 18 Mar 2013 10:47:37 -0400] rev 15914
8010030: Allow configure to detect if EC implementation is present
Reviewed-by: andrew, dholmes
lana [Thu, 14 Mar 2013 19:33:24 -0700] rev 15913
Merge
lana [Wed, 13 Mar 2013 23:21:35 -0700] rev 15912
Merge
lana [Tue, 12 Mar 2013 16:38:11 -0700] rev 15911
Merge
mduigou [Wed, 06 Mar 2013 08:37:27 -0800] rev 15910
8009162: root repo "make test" target should run against image
Reviewed-by: alanb, martin, erikj
dholmes [Tue, 05 Mar 2013 22:45:59 -0500] rev 15909
8009529: Fix for 8006988 missed closed configure changes
Reviewed-by: mr
lana [Tue, 05 Mar 2013 15:09:56 -0800] rev 15908
Merge
lana [Tue, 05 Mar 2013 11:46:02 -0800] rev 15907
Merge
martin [Tue, 05 Mar 2013 13:16:40 -0800] rev 15906
8006988: build-infra: Configure fails if 'cl' is in path on linux
Summary: Respect user CC and CXX environment variables; use cl iff on windows
Reviewed-by: erikj
tbell [Tue, 26 Feb 2013 09:25:44 -0800] rev 15905
8009019: Updates to generated-configure.sh required for 8008914
Reviewed-by: sundar, jlaskey, jjg
alanb [Tue, 26 Feb 2013 14:08:19 +0000] rev 15904
8008978: nashorn-rules.gmk missing
Reviewed-by: alanb
Contributed-by: erik.joelsson@oracle.com, james.laskey@oracle.com
jjg [Mon, 25 Feb 2013 15:08:11 -0800] rev 15903
8008914: Add nashorn to the tl build
Reviewed-by: mr, tbell, jjh
Contributed-by: erik.joelsson@oracle.com, james.laskey@oracle.com
lana [Thu, 21 Feb 2013 17:39:58 -0800] rev 15902
Merge
mduigou [Wed, 20 Feb 2013 17:56:16 -0800] rev 15901
8008629: webrev.ksh needs to quote bug title it gets back from scraping bugs.sun.com
Reviewed-by: darcy
lana [Tue, 19 Feb 2013 20:48:40 -0800] rev 15900
Merge
darcy [Tue, 19 Feb 2013 00:24:55 -0800] rev 15899
8008435: Fix new build to include jdk.Supported in ct.sym
Reviewed-by: erikj