fparain [Fri, 17 Feb 2012 06:34:49 -0800] rev 11780
Merge
coleenp [Thu, 16 Feb 2012 17:19:40 -0500] rev 11779
Merge
coleenp [Thu, 16 Feb 2012 15:52:01 -0500] rev 11778
7146354: Re-enable Compressed OOPs after 7118647 is resolved
Summary: Relax the assertion to simply check for COOP mode rather than an exact address.
Reviewed-by: coleenp, kvn, phh, dcubed
Contributed-by: james.melvin@oracle.com
phh [Thu, 16 Feb 2012 13:50:54 -0500] rev 11777
7142113: Add Ivy Bridge to the known Intel x86 cpu families
Summary: In vm_version_x86.hpp, add and use CPU_MODEL_IVYBRIDGE_EP, and restrict is_intel_tsc_synced_at_init() to EP models.
Reviewed-by: kvn, acorn
fparain [Wed, 15 Feb 2012 12:17:30 -0800] rev 11776
7145243: Need additional specializations for argument parsing framework
Reviewed-by: acorn, fparain
Contributed-by: nils.loodin@oracle.com
minqi [Tue, 14 Feb 2012 23:50:12 -0800] rev 11775
Merge
minqi [Tue, 14 Feb 2012 20:54:57 -0800] rev 11774
Merge
sspitsyn [Tue, 14 Feb 2012 17:04:40 -0800] rev 11773
7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj))
Summary: Skip reporting invisible refs in iterate_over_object to avoid assert(ServiceUtil::visible_oop(obj))
Reviewed-by: dcubed, mgronlun, rbackman
Contributed-by: serguei.spitsyn@oracle.com
kamg [Wed, 15 Feb 2012 00:09:31 -0500] rev 11772
Merge
kamg [Tue, 14 Feb 2012 20:02:19 -0500] rev 11771
7145589: First JSDT provider creation fails
Summary: 0 is a successful return from an ioctl() call
Reviewed-by: dcubed, phh, dsamersoff
coleenp [Tue, 14 Feb 2012 18:35:19 -0500] rev 11770
Merge
coleenp [Tue, 14 Feb 2012 16:50:34 -0500] rev 11769
7145587: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV (sparc version)
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite
Reviewed-by: acorn, phh, dcubed, kamg, dsamersoff
kamg [Tue, 14 Feb 2012 15:52:17 -0500] rev 11768
Merge
kamg [Mon, 13 Feb 2012 14:03:12 -0500] rev 11767
7069991: Setup make/jprt.properties files for jdk8
Summary: Change default release value to jdk8 (but overrideable)
Reviewed-by: phh, jcoomes, dholmes, ohair
fparain [Tue, 14 Feb 2012 06:54:27 -0800] rev 11766
7143760: Memory leak in GarbageCollectionNotifications
Reviewed-by: dholmes, dcubed, kamg
coleenp [Mon, 13 Feb 2012 12:30:47 -0500] rev 11765
7059899: Stack overflows in Java code cause 64-bit JVMs to exit due to SIGSEGV
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite
Reviewed-by: acorn, phh
fparain [Mon, 13 Feb 2012 06:24:44 -0800] rev 11764
Merge
poonam [Sun, 12 Feb 2012 19:33:11 -0800] rev 11763
7009098: SA cannot open core files larger than 2GB on Linux 32-bit
Summary: Added Large File Support by compiling libsaproc.so with -D_FILE_OFFSET_BITS=64, and a small change with which SA should first load libraries from the path specified with SA_ALTROOT.
Reviewed-by: dholmes, kevinw, dcubed, minqi
zgu [Thu, 09 Feb 2012 07:35:48 -0800] rev 11762
Merge
zgu [Thu, 09 Feb 2012 10:16:26 -0500] rev 11761
7141259: Native stack is missing in hs_err
Summary: Code cleanup and creating a private decoder for error handler, since it can be triggered from in signal handler, where no lock can be taken
Reviewed-by: dholmes, kamg, acorn, coleenp
minqi [Thu, 09 Feb 2012 00:51:47 -0800] rev 11760
7131006: java/lang/management/ThreadMXBean/ThreadLists.java
Reviewed-by: dholmes, acorn
stefank [Fri, 17 Feb 2012 13:23:29 +0100] rev 11759
Merge
jcoomes [Thu, 16 Feb 2012 13:13:53 -0800] rev 11758
6330863: vm/gc/InfiniteList.java fails intermittently due to timeout
Summary: in some cases, allocate from the old gen before doing a full gc
Reviewed-by: stefank, jmasa
jcoomes [Thu, 16 Feb 2012 13:12:25 -0800] rev 11757
7146343: PS invoke methods should indicate the type of gc done
Reviewed-by: stefank, jmasa
tonyp [Wed, 15 Feb 2012 13:06:53 -0500] rev 11756
7132029: G1: mixed GC phase lasts for longer than it should
Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today).
Reviewed-by: johnc, brutisso
johnc [Wed, 18 Jan 2012 09:50:16 -0800] rev 11755
7129514: time warp warnings after 7117303
Summary: Replace calls to os::javaTimeMillis() that are used to update the milliseconds since the last GC to an equivalent that uses a monotonically non-decreasing time source.
Reviewed-by: ysr, jmasa
tonyp [Tue, 14 Feb 2012 08:21:08 -0500] rev 11754
7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle
Summary: If we try to schedule an initial-mark GC in order to explicit start a conc mark cycle and it gets pre-empted by antoher GC, we should retry the attempt as long as it's appropriate for the GC cause.
Reviewed-by: brutisso, johnc
iveresov [Fri, 10 Feb 2012 17:40:20 -0800] rev 11753
7144296: PS: Optimize nmethods processing
Summary: Prunes scavenge roots in code list every young GC, promote objects directly pointed by the code immediately
Reviewed-by: johnc, jcoomes
bpittore [Wed, 15 Feb 2012 16:09:49 -0500] rev 11752
Merge
dlong [Wed, 15 Feb 2012 00:51:07 -0500] rev 11751
7140866: assert(covered) failed: Card for end of new region not committed
Summary: resize covered region only after successfully mapping shared archive
Reviewed-by: brutisso, ysr
Contributed-by: dean.long@oracle.com
amurillo [Fri, 10 Feb 2012 11:46:20 -0800] rev 11750
7144322: new hotspot build - hs23-b16
Reviewed-by: jcoomes
katleman [Thu, 16 Feb 2012 13:01:24 -0800] rev 11749
Added tag jdk8-b26 for changeset 70e517098d81
katleman [Thu, 16 Feb 2012 13:01:17 -0800] rev 11748
Added tag jdk8-b26 for changeset d771ef859fba
duke [Wed, 05 Jul 2017 18:02:34 +0200] rev 11747
Added tag jdk8-b26 for changeset 6c805d8ed4e5
duke [Wed, 05 Jul 2017 18:02:34 +0200] rev 11746
Merge
duke [Wed, 05 Jul 2017 18:02:31 +0200] rev 11745
Merge
katleman [Thu, 09 Feb 2012 12:56:35 -0800] rev 11744
Added tag jdk8-b25 for changeset 5f9506e97a45
duke [Wed, 05 Jul 2017 18:02:28 +0200] rev 11743
Merge
katleman [Thu, 09 Feb 2012 12:55:59 -0800] rev 11742
Added tag jdk8-b25 for changeset 3ef37abc6e33
duke [Wed, 05 Jul 2017 18:02:25 +0200] rev 11741
Merge
katleman [Thu, 09 Feb 2012 12:55:56 -0800] rev 11740
Added tag jdk8-b25 for changeset 6d836b7888ea
duke [Wed, 05 Jul 2017 18:02:22 +0200] rev 11739
Merge
katleman [Thu, 09 Feb 2012 12:55:29 -0800] rev 11738
Added tag jdk8-b25 for changeset 58ac5bae81ab
duke [Wed, 05 Jul 2017 18:02:19 +0200] rev 11737
Merge
katleman [Thu, 09 Feb 2012 12:56:12 -0800] rev 11736
Added tag jdk8-b25 for changeset 5e35df9fddb6
duke [Wed, 05 Jul 2017 18:02:16 +0200] rev 11735
Merge
amurillo [Fri, 10 Feb 2012 11:41:34 -0800] rev 11734
Added tag hs23-b15 for changeset 323ec1849b7c
amurillo [Fri, 10 Feb 2012 11:41:29 -0800] rev 11733
Merge
bpittore [Fri, 10 Feb 2012 10:55:15 -0500] rev 11732
Merge
bpittore [Mon, 06 Feb 2012 10:57:49 -0500] rev 11731
Merge
bobv [Wed, 25 Jan 2012 21:30:53 -0800] rev 11730
Merge
jiangli [Wed, 25 Jan 2012 17:40:51 -0500] rev 11729
7132690: InstanceKlass:_reference_type should be u1 type
Summary: Change InstanceKlass::_reference_type to u1 type.
Reviewed-by: dholmes, coleenp, acorn
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
dholmes [Wed, 25 Jan 2012 19:26:35 -0500] rev 11728
Merge
dlong [Tue, 24 Jan 2012 18:00:54 -0500] rev 11727
7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
Summary: Relax assert to allow the VMThread to close the log while the compiler thread is still writing to it.
Reviewed-by: dholmes, never
Contributed-by: dean.long@oracle.com
jrose [Thu, 09 Feb 2012 18:01:20 -0800] rev 11726
Merge
roland [Wed, 08 Feb 2012 09:52:24 +0100] rev 11725
7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
Summary: unaligned stack in throw_NullPointerException_at_call_entry().
Reviewed-by: twisti, never, kvn
kvn [Tue, 07 Feb 2012 16:33:43 -0800] rev 11724
7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL.
Reviewed-by: iveresov, never
kvn [Tue, 07 Feb 2012 11:33:15 -0800] rev 11723
7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc
Summary: LLVM-GCC (__llvm__) should use the same _get_previous_fp implementation as __clang__ (as is the case for os::current_stack_pointer).
Reviewed-by: twisti, never, dcubed
fparain [Tue, 07 Feb 2012 12:34:31 -0800] rev 11722
Merge
erikj [Mon, 06 Feb 2012 09:14:22 +0100] rev 11721
7141242: build-infra merge: Rename CPP->CXX and LINK->LD
Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker.
Reviewed-by: dholmes, ohrstrom
ohrstrom [Tue, 31 Jan 2012 13:12:39 +0100] rev 11720
7132779: build-infra merge: Enable ccache to work for most developer builds.
Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
Reviewed-by: ohair, rottenha
Contributed-by: fredrik.ohrstrom@oracle.com
phh [Fri, 03 Feb 2012 17:21:52 -0500] rev 11719
7142586: Cannot build on Solaris 11 due to use of ia_nice
Summary: Delete the single use of ia_nice in os_solaris.cpp
Reviewed-by: kamg, kvn
amurillo [Mon, 06 Feb 2012 12:18:24 -0800] rev 11718
7143122: new hotspot build - hs23-b15
Reviewed-by: jcoomes
katleman [Thu, 09 Feb 2012 12:55:38 -0800] rev 11717
Added tag jdk8-b25 for changeset 5464af66b3ba
katleman [Thu, 09 Feb 2012 12:55:21 -0800] rev 11716
Added tag jdk8-b25 for changeset b832ef83f076
duke [Wed, 05 Jul 2017 18:02:06 +0200] rev 11715
Added tag jdk8-b25 for changeset 0071a6d64113
duke [Wed, 05 Jul 2017 18:02:06 +0200] rev 11714
Merge
duke [Wed, 05 Jul 2017 18:02:03 +0200] rev 11713
Merge
lana [Tue, 07 Feb 2012 10:39:26 -0800] rev 11712
Merge
lana [Sat, 28 Jan 2012 20:42:11 -0800] rev 11711
Merge
jjh [Wed, 25 Jan 2012 12:20:05 -0800] rev 11710
7133314: The regression test for 7129225 fails when run with jtreg -samevm or jtreg -agentvm
Reviewed-by: jjg
jjh [Tue, 24 Jan 2012 16:31:15 -0800] rev 11709
7129225: javac fails to run annotation processors when star import of package of gensrc
Reviewed-by: jjg
jjh [Tue, 24 Jan 2012 15:51:44 -0800] rev 11708
7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast
Reviewed-by: jjg
mcimadamore [Tue, 24 Jan 2012 17:52:02 +0000] rev 11707
7129801: Merge the two method applicability routines
Summary: Resolve.java and Infer.java should reuse the same method applicability check routine
Reviewed-by: dlsmith, jjg
katleman [Thu, 02 Feb 2012 09:39:44 -0800] rev 11706
Added tag jdk8-b24 for changeset e320a58c5e9a
duke [Wed, 05 Jul 2017 18:01:59 +0200] rev 11705
Merge
katleman [Thu, 02 Feb 2012 09:39:33 -0800] rev 11704
Added tag jdk8-b24 for changeset b18da790e3ea
duke [Wed, 05 Jul 2017 18:01:55 +0200] rev 11703
Merge
katleman [Thu, 02 Feb 2012 09:39:32 -0800] rev 11702
Added tag jdk8-b24 for changeset abbbbaf35c96
duke [Wed, 05 Jul 2017 18:01:52 +0200] rev 11701
Merge
katleman [Thu, 02 Feb 2012 09:39:19 -0800] rev 11700
Added tag jdk8-b24 for changeset f920d3637c9f
duke [Wed, 05 Jul 2017 18:01:49 +0200] rev 11699
Merge
katleman [Wed, 08 Feb 2012 19:13:58 -0800] rev 11698
Merge
yhuang [Mon, 06 Feb 2012 18:58:45 -0800] rev 11697
Merge
yhuang [Mon, 06 Feb 2012 18:56:36 -0800] rev 11696
7129382: change minor unit of VND to 0
Reviewed-by: naoto
lana [Tue, 07 Feb 2012 10:38:49 -0800] rev 11695
Merge
lana [Tue, 31 Jan 2012 19:08:36 -0800] rev 11694
Merge
sla [Tue, 31 Jan 2012 04:57:20 -0800] rev 11693
Merge
sla [Tue, 31 Jan 2012 10:46:34 +0100] rev 11692
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
Summary: Make sure HotSpot and JDK looks for well-known files in the same location
Reviewed-by: dholmes, dsamersoff
ngmr [Tue, 31 Jan 2012 10:31:19 +0000] rev 11691
7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
Reviewed-by: alanb
Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
ngmr [Tue, 10 Jan 2012 00:07:13 +0000] rev 11690
7123229: (coll) EnumMap.containsValue(null) returns true
Summary: java.util.EnumMap.NULL equals() must only be true for itself
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>
dl [Mon, 30 Jan 2012 11:44:45 +0000] rev 11689
7132378: Race in FutureTask if used with explicit set ( not Runnable )
Reviewed-by: chegar, dholmes
lana [Sat, 28 Jan 2012 20:41:27 -0800] rev 11688
Merge
ksrini [Sat, 28 Jan 2012 10:46:46 -0800] rev 11687
7127906: (launcher) convert the launcher regression tests to java
Reviewed-by: darcy, naoto
valeriep [Fri, 27 Jan 2012 15:25:17 -0800] rev 11686
7136538: typo in test/Makefile under the jdk_security3 target
Summary: Fixed the typo of "secrity".
Reviewed-by: wetmore
okutsu [Fri, 27 Jan 2012 14:58:32 +0900] rev 11685
7130335: Problem with timezone in a SimpleDateFormat
Reviewed-by: peytoia