aph [Wed, 11 May 2016 20:10:03 -0400] rev 38295
8155627: Enable SA on AArch64
Reviewed-by: roland, dholmes
ccheung [Wed, 11 May 2016 12:19:59 -0700] rev 38294
8156789: missing condition in ClassPathZipEntry::open_versioned_entry()
Summary: added back the !_is_boot_append condition
Reviewed-by: hseigel, jiangli
kzhaldyb [Wed, 11 May 2016 18:49:29 +0300] rev 38293
8156763: Quarantine gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java
Reviewed-by: jprovino, tschatzl
mlarsson [Wed, 11 May 2016 10:54:31 +0200] rev 38292
8146948: Enable listing of LogTagSets and add support for LogTagSet descriptions
Reviewed-by: rehn, iklam, kbarrett
dholmes [Wed, 11 May 2016 02:32:14 -0400] rev 38291
8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines
Reviewed-by: kvn
dholmes [Wed, 11 May 2016 01:02:28 -0400] rev 38290
8154715: Missing destructor and/or TLS clearing calls for terminating threads
Summary: clear TLS on return from thread->run() unless already done. Prohibit asynchronous thread deletion.
Reviewed-by: stefank, sspitsyn
Contributed-by: Brian Gardner <openjdk@getsnappy.com>
vlivanov [Wed, 11 May 2016 00:40:59 +0000] rev 38289
Merge
vlivanov [Tue, 10 May 2016 21:38:44 +0000] rev 38288
Merge
vlivanov [Wed, 11 May 2016 00:31:28 +0300] rev 38287
Merge
roland [Mon, 09 May 2016 11:34:09 +0200] rev 38286
8154826: AArch64: take advantage better of base + shifted offset addressing mode
Summary: reshape address subtree to fit aarch64 addressing mode
Reviewed-by: kvn, aph
rraghavan [Mon, 09 May 2016 01:21:55 -0700] rev 38285
8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options
Summary: converted all intrinsics flags to diagnostic and updated related intrinsics tests to enable diagnostic options
Reviewed-by: kvn
never [Fri, 06 May 2016 18:08:01 +0000] rev 38284
Merge
never [Thu, 05 May 2016 20:14:46 -0700] rev 38283
8156178: [JVMCI] expose StubRoutines trig functions
Reviewed-by: kvn
vlivanov [Fri, 06 May 2016 19:35:23 +0300] rev 38282
Merge
shade [Fri, 06 May 2016 17:59:35 +0300] rev 38281
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
Reviewed-by: psandoz, vlivanov
vlivanov [Fri, 06 May 2016 18:37:58 +0300] rev 38280
Merge
shade [Fri, 06 May 2016 14:44:09 +0000] rev 38279
Merge
shade [Fri, 06 May 2016 15:41:15 +0300] rev 38278
8156068: Unsafe.{get|set}Opaque should be single copy atomic
Reviewed-by: psandoz, vlivanov
goetz [Fri, 06 May 2016 09:10:47 +0200] rev 38277
8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1"
Summary: New function was placed within other function.
Reviewed-by: mdoerr
dfazunen [Tue, 10 May 2016 23:23:55 +0000] rev 38276
Merge
kzhaldyb [Tue, 10 May 2016 21:23:33 +0300] rev 38275
8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
Reviewed-by: jwilhelm, dfazunen
gziemski [Tue, 10 May 2016 20:56:31 +0000] rev 38274
Merge
gziemski [Tue, 10 May 2016 12:10:21 -0500] rev 38273
8073500: Prevent certain commercial flags from being changed at runtime
Summary: Implement new writeable mechanism for flag control
Reviewed-by: coleenp, iklam
tschatzl [Tue, 10 May 2016 18:30:03 +0200] rev 38272
Merge
tschatzl [Tue, 10 May 2016 16:42:14 +0200] rev 38271
8047328: Improve memory usage for cards in SparsePRTEntry
Summary: Use uint16_t for cards in a SparsePRTEntry, and use an additional integer to record the current position on where to add the next card.
Reviewed-by: mgerdin, ehelin
Contributed-by: Andreas Sjoberg <andreas.sjoberg@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
tschatzl [Tue, 10 May 2016 16:40:15 +0200] rev 38270
8155810: Bound the number of root region scan threads to the number of survivor regions
Reviewed-by: jmasa, sjohanss
tschatzl [Tue, 10 May 2016 16:40:09 +0200] rev 38269
8155721: Sparse remset wastes half of entry memory
Summary: Only allocate as much SparsePRTEntry memory as required, not for the theoretical maximum.
Reviewed-by: mgerdin, sjohanss
tschatzl [Tue, 10 May 2016 16:40:04 +0200] rev 38268
8156660: JDK-8150393 does not set _scan_in_progress properly
Reviewed-by: ehelin, mgerdin
dsamersoff [Tue, 10 May 2016 14:26:31 +0000] rev 38267
Merge
ysuenaga [Fri, 06 May 2016 09:13:31 +0900] rev 38266
8156133: FindCrashesAction in HSDB does not work except Solaris platform
Reviewed-by: dsamersoff
dsamersoff [Tue, 10 May 2016 11:50:45 +0000] rev 38265
Merge
ysuenaga [Sat, 07 May 2016 10:29:16 +0900] rev 38264
8156033: jhsdb jmap cannot set heapdump name
Reviewed-by: dsamersoff