jprovino [Thu, 03 Mar 2016 17:33:13 +0000] rev 36403
Merge
jprovino [Thu, 03 Mar 2016 12:20:22 -0500] rev 36402
8150984: Invalid VM argument causes crash -XX:G1ConcRefinementServiceIntervalMillis=2147483648
Summary: Change maximum range so it can't be negative
Reviewed-by: kbarrett, sangheki
aeriksso [Thu, 03 Mar 2016 12:36:54 +0100] rev 36401
8150986: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java failing because expects HPROF JAVA PROFILE 1.0.1 file format
Reviewed-by: dcubed, dsamersoff
dsamersoff [Thu, 03 Mar 2016 11:28:48 +0300] rev 36400
8150723: HSDB toolbar icons are missing.
Reviewed-by: erikj, dsamersoff
Contributed-by: yasuenag@gmail.com
gziemski [Thu, 03 Mar 2016 00:49:02 +0000] rev 36399
Merge
gziemski [Wed, 02 Mar 2016 14:36:55 -0600] rev 36398
8146849: Remove TraceJNIHandleAllocation rather than converting to UL
Summary: Removed TraceJNIHandleAllocation
Reviewed-by: coleenp, dholmes
hseigel [Wed, 02 Mar 2016 23:48:41 +0000] rev 36397
Merge
rprotacio [Wed, 02 Mar 2016 15:10:38 -0500] rev 36396
8145098: JNI GetVersion should return JNI_VERSION_9
Summary: Updated JNI_VERSION for current version to be JNI_VERSION_9
Reviewed-by: hseigel, gtriantafill, dholmes, alanb
poonam [Wed, 02 Mar 2016 19:15:35 +0000] rev 36395
Merge
poonam [Thu, 25 Feb 2016 11:27:13 +0530] rev 36394
8150002: Check for the validity of oop before printing it in verify_remembered_set
Summary: Adding missing check for valid oop.
Reviewed-by: dcubed
Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
coleenp [Wed, 02 Mar 2016 17:09:32 +0000] rev 36393
Merge
rprotacio [Wed, 02 Mar 2016 10:59:25 -0500] rev 36392
8150746: runtime/logging/ItablesTest.java fails with: java.lang.RuntimeException: 'Resolving: klass: ' missing from stdout/stderr
Summary: Deleted logging line from code and test because unnecessary
Reviewed-by: twisti, coleenp
tschatzl [Wed, 02 Mar 2016 17:08:40 +0100] rev 36391
Merge
tschatzl [Wed, 02 Mar 2016 15:57:48 +0100] rev 36390
8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Summary: Improve PLAB statistic by adding generation, output values are now in bytes, including units, and split it into multiple messages.
Reviewed-by: brutisso, sjohanss
tschatzl [Wed, 02 Mar 2016 15:55:47 +0100] rev 36389
8147121: Evacuation failure allocation statistics added too late
Summary: Move adding evacuation failure statistics to after free_collection_set.
Reviewed-by: brutisso, drwhite
dsamersoff [Wed, 02 Mar 2016 17:08:26 +0300] rev 36388
8150318: serviceability/dcmd/jvmti/LoadAgentDcmdTest.java - Could not find JDK_DIR/lib/x86_64/libinstrument.so
Summary: refactor test
Reviewed-by: jbachorik, sspitsyn
brutisso [Wed, 02 Mar 2016 08:41:02 +0100] rev 36387
8058944: Unify the reporting strings for the GC debug level logging in G1
Reviewed-by: sjohanss, tschatzl
mgronlun [Tue, 01 Mar 2016 23:48:46 +0100] rev 36386
8147442: Event-based tracing to allow for tracing Klass creation
Reviewed-by: jbachorik, egahlin
mgronlun [Tue, 01 Mar 2016 23:47:30 +0100] rev 36385
8066814: Reduce accessibility in TraceEvent
Reviewed-by: egahlin, jbachorik
mgronlun [Tue, 01 Mar 2016 23:46:09 +0100] rev 36384
8143226: Minor updates to Event Based tracing
Reviewed-by: jbachorik, egahlin
erikj [Tue, 01 Mar 2016 09:42:19 +0100] rev 36383
8150822: Fix typo in JDK-8150201
Reviewed-by: ihse, dholmes
mockner [Tue, 01 Mar 2016 02:15:31 +0000] rev 36382
Merge
mockner [Mon, 29 Feb 2016 16:58:09 -0500] rev 36381
8149064: TraceProtectionDomainVerification has been converted to Unified Logging.
Summary: TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
dholmes [Mon, 29 Feb 2016 23:35:33 +0000] rev 36380
Merge
stuefe [Mon, 29 Feb 2016 08:50:57 +0100] rev 36379
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
drwhite [Mon, 29 Feb 2016 11:32:12 -0500] rev 36378
8140600: Convert unnecessarily malloc'd Monitors to value members
Summary: Change a malloc'd monitor into an embedded monitor.
Reviewed-by: tschatzl, kbarrett
jwilhelm [Mon, 29 Feb 2016 15:42:34 +0000] rev 36377
Merge
jwilhelm [Mon, 29 Feb 2016 15:24:52 +0100] rev 36376
Merge
aeriksso [Fri, 26 Feb 2016 16:28:42 +0100] rev 36375
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
brutisso [Mon, 29 Feb 2016 13:06:03 +0100] rev 36374
8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl
kbarrett [Sun, 28 Feb 2016 12:22:05 -0500] rev 36373
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Summary: Removed the option and supporting code.
Reviewed-by: jmasa, tamao
jprovino [Sat, 27 Feb 2016 00:07:03 +0000] rev 36372
Merge
jprovino [Fri, 26 Feb 2016 14:02:39 -0500] rev 36371
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Summary: ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
tschatzl [Fri, 26 Feb 2016 17:55:05 +0100] rev 36370
Merge
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36369
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Summary: Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36368
8150630: Add logging for ParScanThreadState merge phase
Summary: Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36367
8076463: Add logging for the preserve CM referents task
Summary: Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36366
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
mgerdin [Thu, 25 Feb 2016 11:20:03 +0100] rev 36365
8150390: Move rs length sampling data to the sampling thread
Reviewed-by: drwhite, jwilhelm
mockner [Thu, 25 Feb 2016 13:09:17 -0500] rev 36364
8150103: Convert TraceClassPaths to Unified Logging
Summary: TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
drwhite [Wed, 24 Feb 2016 09:25:39 +0100] rev 36363
8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
Reviewed-by: mgerdin, brutisso
ctornqvi [Thu, 25 Feb 2016 01:55:45 +0000] rev 36362
Merge
ctornqvi [Wed, 24 Feb 2016 16:34:25 -0500] rev 36361
8150490: Update OS detection code to recognize Windows Server 2016
Reviewed-by: mgronlun, alanb, dholmes
kbarrett [Thu, 25 Feb 2016 01:23:10 +0100] rev 36360
Merge
kbarrett [Tue, 23 Feb 2016 18:58:36 -0500] rev 36359
8150426: Wrong cast in metadata_at_put
Summary: Fix cast.
Reviewed-by: dholmes, coleenp, jprovino
Contributed-by: timo.kinnunen@gmail.com
dholmes [Wed, 24 Feb 2016 22:22:41 +0000] rev 36358
Merge
dholmes [Wed, 24 Feb 2016 16:04:51 -0500] rev 36357
8150506: Remove unused locks
Reviewed-by: mgronlun, tschatzl, mgerdin, coleenp
coleenp [Wed, 24 Feb 2016 21:55:26 +0100] rev 36356
Merge
stuefe [Wed, 24 Feb 2016 18:06:34 +0100] rev 36355
8149036: Add tracing for thread related events at os level
Reviewed-by: coleenp, mlarsson, dholmes
kbarrett [Wed, 24 Feb 2016 13:18:54 -0500] rev 36354
8150419: Cleanup BufferNode API
Summary: Fewer public functions, cleanup allocation.
Reviewed-by: tschatzl, drwhite
aeriksso [Thu, 18 Feb 2016 16:15:28 +0100] rev 36353
8149743: JVM crash after debugger hotswap with lambdas
Reviewed-by: sspitsyn, coleenp, dcubed
vlivanov [Thu, 03 Mar 2016 14:07:10 +0000] rev 36352
Merge
vlivanov [Thu, 03 Mar 2016 16:46:58 +0300] rev 36351
8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
Reviewed-by: zmajo, thartmann
thartmann [Thu, 03 Mar 2016 13:18:53 +0100] rev 36350
8151130: [BACKOUT] Remove Method::_method_data for C1
Summary: Backing out the fix for JDK-8147978 because it fails and blocks integration.
Reviewed-by: vlivanov, zmajo
vlivanov [Wed, 02 Mar 2016 15:42:03 +0300] rev 36349
8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
Reviewed-by: zmajo, shade
shade [Wed, 02 Mar 2016 12:29:17 +0300] rev 36348
8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
Reviewed-by: thartmann, zmajo