roland [Wed, 02 Dec 2015 15:13:42 +0100] rev 35097
8134883: C1 hard crash in range check elimination in Nashorn test262parallel
Summary: C1's range check elimination breaks with a non-natural loop that has an exception handler as one entry
Reviewed-by: iveresov
fyang [Mon, 07 Dec 2015 21:23:02 +0800] rev 35096
8144587: aarch64: generate vectorized MLA/MLS instructions
Summary: Add support for MLA/MLS (vector) instructions
Reviewed-by: roland
roland [Mon, 07 Dec 2015 15:00:46 +0000] rev 35095
Merge
roland [Tue, 01 Dec 2015 12:17:18 +0100] rev 35094
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
Summary: refactor CAS code to decrease register pressure in c1
Reviewed-by: kvn, shade
mdoerr [Mon, 07 Dec 2015 15:01:24 +0100] rev 35093
8144822: PPC64: Fix build after 8072008
Reviewed-by: goetz
never [Fri, 04 Dec 2015 15:18:46 -1000] rev 35092
8143571: [JVMCI] Double unregistering of nmethod during unloading
Reviewed-by: iveresov, twisti
mikael [Sat, 05 Dec 2015 02:19:46 +0000] rev 35091
Merge
mikael [Fri, 04 Dec 2015 15:08:49 -0800] rev 35090
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
Reviewed-by: kvn, coleenp
mikael [Fri, 04 Dec 2015 23:50:05 +0000] rev 35089
Merge
mikael [Fri, 04 Dec 2015 13:36:10 -0800] rev 35088
8144657: Invalid format specifiers in jvmci trace messages
Reviewed-by: kvn
mdoerr [Fri, 04 Dec 2015 16:23:39 +0100] rev 35087
8136445: Performance issue with Nashorn and C2's global code motion
Reviewed-by: kvn
vlivanov [Fri, 04 Dec 2015 23:46:19 +0300] rev 35086
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
Reviewed-by: jrose, dlong, aph, forax
mdoerr [Fri, 04 Dec 2015 16:38:04 +0100] rev 35085
8144019: PPC64 C1: Introduce Client Compiler
Reviewed-by: goetz
aeriksso [Fri, 04 Dec 2015 14:06:38 +0100] rev 35084
6869327: Add new C2 flag to keep safepoints in counted loops.
Reviewed-by: kvn, shade
amurillo [Tue, 05 Jan 2016 13:08:02 -0800] rev 35083
Merge
rprotacio [Tue, 05 Jan 2016 18:23:14 +0000] rev 35082
8146481: Disable runtime/logging/DefaultMethodsTest.java
Summary: @ignore'd DefaultMethodsTest.java
Reviewed-by: gtriantafill, coleenp, hseigel
amurillo [Fri, 18 Dec 2015 09:37:16 -0800] rev 35081
Merge
jprovino [Mon, 14 Dec 2015 19:49:15 +0000] rev 35080
Merge
david [Mon, 14 Dec 2015 13:47:35 +0100] rev 35079
8145301: Improve and unify the printout format for the g1HRPrinter.
Reviewed-by: brutisso, tschatzl
goetz [Mon, 14 Dec 2015 10:04:31 +0100] rev 35078
8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections"
Reviewed-by: simonis
stuefe [Mon, 14 Dec 2015 02:29:11 -0500] rev 35077
8145114: const-correctness for ucontext_t* reading functions
Reviewed-by: dholmes, coleenp
stuefe [Thu, 10 Dec 2015 14:22:00 +0100] rev 35076
8145103: [aix] implement os::print_register_info()
Reviewed-by: goetz, dholmes
asmundak [Sun, 13 Dec 2015 22:32:16 -0500] rev 35075
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
Summary: Set LIBARCH to ppc64le, make SA and hsdis work, have os.arch return ppc64le on PowerPC64 LE
Reviewed-by: dholmes, ihse
Contributed-by: Andrew Hughes <gnu.andrew@redhat.com>, Alexander Smundak <asmundak@google.com>
ddmitriev [Sat, 12 Dec 2015 21:23:20 +0300] rev 35074
8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
Reviewed-by: gtriantafill, stsmirno, ctornqvi, gziemski
mikael [Fri, 11 Dec 2015 13:36:15 -0800] rev 35073
8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
Summary: Added include of asm/ptrace.h to libproc.h
Reviewed-by: dsamersoff, asmundak, gthornbr
fparain [Fri, 11 Dec 2015 18:54:22 +0000] rev 35072
Merge
fparain [Fri, 11 Dec 2015 09:07:07 -0800] rev 35071
8046936: JEP 270: Reserved Stack Areas for Critical Sections
Reviewed-by: acorn, dcubed
sjohanss [Fri, 11 Dec 2015 17:49:42 +0100] rev 35070
8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure
Reviewed-by: kbarrett, jmasa
sjohanss [Fri, 11 Dec 2015 17:49:41 +0100] rev 35069
8144701: Change three G1 remembererd set closures to be OopClosures
Reviewed-by: mgerdin, stefank
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35068
8144584: Change FilterIntoCSClosure to inherit OopClosure
Reviewed-by: kbarrett, mgerdin
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35067
8144505: Change G1ParCopyHelper to inherit OopClosure
Reviewed-by: mgerdin, stefank
david [Fri, 11 Dec 2015 13:18:10 +0000] rev 35066
Merge