iignatyev [Tue, 01 Jul 2014 13:09:40 +0400] rev 25379
8047996: Quarantine compiler/whitebox tests
Reviewed-by: vlivanov
thartmann [Tue, 01 Jul 2014 09:02:45 +0200] rev 25378
8007987: ciConstantPoolCache::_keys should be array of 32bit int
Summary: The type of ciConstantPoolCache::_keys is changed to int which is sufficient to store the 2 byte constant pool indices.
Reviewed-by: twisti, coleenp
thartmann [Mon, 30 Jun 2014 08:28:29 +0200] rev 25377
8048003: test/compiler/8009761/Test8009761.java failed with: java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
Summary: Compile m3 with C1 if C2 is not available.
Reviewed-by: twisti, anoll
sspitsyn [Wed, 02 Jul 2014 17:24:50 -0700] rev 25376
Merge
sla [Mon, 30 Jun 2014 10:04:05 +0200] rev 25375
8047973: Quarantine compiler/ciReplay/*
Reviewed-by: vlivanov
coleenp [Mon, 30 Jun 2014 14:58:52 -0400] rev 25374
8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files
Reviewed-by: stefank, coleenp, dholmes
dcubed [Fri, 27 Jun 2014 14:00:50 -0700] rev 25373
8047720: Xprof hangs on Solaris
Summary: Update use of PeriodicTask_lock in WatcherThread::stop() to avoid safepoint deadlock.
Reviewed-by: mgronlun, coleenp
dcubed [Fri, 27 Jun 2014 08:11:49 -0700] rev 25372
Merge
mgronlun [Fri, 27 Jun 2014 13:33:36 +0200] rev 25371
8047812: Ensure ClassLoaderDataGraph::classes_unloading_do only delivers klasses from CLDs with non-reclaimed class loader oops
Reviewed-by: coleenp, sspitsyn, ehelin
egahlin [Wed, 25 Jun 2014 22:12:25 +0000] rev 25370
Merge
egahlin [Wed, 25 Jun 2014 21:36:48 +0200] rev 25369
8046783: Add hidden field to methods for event based tracing
Reviewed-by: sla, mgronlun
ctornqvi [Wed, 25 Jun 2014 13:03:29 -0700] rev 25368
8048076: [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp
Summary: Compiler intrinsics doesn't have this assert, disabled the intrinsics to make sure we go through the VM
Reviewed-by: lfoltan, coleenp
ehelin [Wed, 02 Jul 2014 13:52:52 +0200] rev 25367
Merge
ehelin [Wed, 02 Jul 2014 11:05:10 +0200] rev 25366
8048895: Back out JDK-8027915
Reviewed-by: mgerdin, stefank
jmasa [Thu, 26 Jun 2014 18:55:29 -0700] rev 25365
Merge
jmasa [Wed, 25 Jun 2014 20:43:05 -0700] rev 25364
Merge
tschatzl [Wed, 25 Jun 2014 15:43:47 +0000] rev 25363
Merge
tschatzl [Wed, 25 Jun 2014 17:22:58 +0200] rev 25362
8026847: [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
Summary: The test launched a 32 bit VM with UseCompressedOops enabled. This is not supported on 32 bit VMs, causing a test failure. Investigation showed that the use of this flag is not required at all, so simply remove it.
Reviewed-by: tschatzl, jwilhelm
Contributed-by: Andrey Zakharov <andrey.x.zakharov@oracle.com>
mgerdin [Wed, 25 Jun 2014 16:53:13 +0200] rev 25361
8047820: G1 Block offset table does not need to support generic Space classes
Reviewed-by: tschatzl, stefank
mgerdin [Wed, 25 Jun 2014 10:55:10 +0200] rev 25360
8047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
Reviewed-by: stefank, tschatzl
stefank [Wed, 25 Jun 2014 08:56:57 +0200] rev 25359
8047326: Consolidate all CompiledIC::CompiledIC implementations and move it to compiledIC.cpp
Reviewed-by: vlivanov, ehelin
stefank [Wed, 25 Jun 2014 08:28:01 +0200] rev 25358
8047323: Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosure
Reviewed-by: mgerdin, tschatzl
stefank [Tue, 24 Jun 2014 17:09:48 +0200] rev 25357
8047373: Clean the ExceptionCache in one pass
Summary: Also-reviewed-by: kim.barrett@oracle.com
Reviewed-by: jmasa, jwilhelm
stefank [Tue, 24 Jun 2014 16:20:15 +0200] rev 25356
8046670: Make CMS metadata aware closures applicable for other collectors
Reviewed-by: ehelin, mgerdin
ehelin [Tue, 24 Jun 2014 15:50:50 +0200] rev 25355
8027915: TestParallelHeapSizeFlags fails with unexpected heap size on sparcv9
Reviewed-by: jmasa, sjohanss
jmasa [Wed, 25 Jun 2014 20:41:16 -0700] rev 25354
Merge
jmasa [Mon, 23 Jun 2014 14:20:20 -0700] rev 25353
Merge
pliden [Mon, 23 Jun 2014 16:43:41 +0200] rev 25352
8046231: G1: Code root location ... from nmethod ... not in strong code roots for region
Reviewed-by: tschatzl, ehelin
goetz [Wed, 04 Jun 2014 11:56:44 +0200] rev 25351
8044775: Improve usage of umbrella header atomic.inline.hpp.
Reviewed-by: stefank, kvn
brutisso [Thu, 19 Jun 2014 13:31:14 +0200] rev 25350
8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Reviewed-by: jwilhelm, ehelin, tschatzl