mdoerr [Tue, 08 Dec 2015 14:44:00 +0100] rev 35109
8143817: C1: Platform dependent stack space not preserved for all runtime calls
Reviewed-by: roland
vlivanov [Fri, 11 Dec 2015 15:03:11 +0300] rev 35108
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
Reviewed-by: roland, jrose
vlivanov [Thu, 10 Dec 2015 14:51:54 +0300] rev 35107
8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
Reviewed-by: roland
vlivanov [Thu, 10 Dec 2015 14:51:53 +0300] rev 35106
8144935: C2: safepoint is pruned from a non-counted loop
Reviewed-by: roland
neliasso [Wed, 09 Dec 2015 13:41:04 +0100] rev 35105
8144601: Premature assert in directive inline parsing
Summary: Break after first fail
Reviewed-by: roland
dnsimon [Wed, 09 Dec 2015 22:57:52 +0100] rev 35104
8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization
Reviewed-by: twisti
psandoz [Wed, 09 Dec 2015 14:54:40 +0100] rev 35103
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Reviewed-by: shade, dholmes, alanb, chegar, mchung, roland
thartmann [Wed, 09 Dec 2015 11:06:39 +0100] rev 35102
6808665: Use486InstrsOnly aborts 32-bit VM
Summary: The code supporting -XX:+/-Use486InstrsOnly was removed.
Reviewed-by: dholmes, thartmann, vlivanov
Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
ppunegov [Wed, 09 Dec 2015 00:30:32 +0300] rev 35101
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
Summary: fix incorrect full test name
Reviewed-by: kvn
ppunegov [Wed, 09 Dec 2015 00:33:30 +0300] rev 35100
8140667: CompilerControl: tests incorrectly set states for excluded methods
Summary: fix exclude command generation
Reviewed-by: kvn
psandoz [Thu, 03 Dec 2015 11:18:34 +0100] rev 35099
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
roland [Tue, 08 Dec 2015 10:01:33 +0000] rev 35098
Merge
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