iignatyev [Wed, 23 Dec 2015 23:08:16 +0300] rev 35147
8146129: quarantine compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
Reviewed-by: twisti
kvn [Wed, 23 Dec 2015 21:09:50 -0800] rev 35146
8145688: Update for x86 pow in the math lib
Summary: Optimizes Math.pow() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn
Contributed-by: vivek.r.deshpande@intel.com
twisti [Wed, 23 Dec 2015 16:24:19 -0800] rev 35145
8146043: run JVMCI tests in JPRT
Reviewed-by: iklam, ctornqvi, collins
twisti [Wed, 23 Dec 2015 11:36:46 -1000] rev 35144
8146100: compiler/jvmci/code/SimpleCodeInstallationTest.java JUnit Failure: expected:<12> but was:<109710641>
Reviewed-by: kvn
twisti [Wed, 23 Dec 2015 07:27:42 -1000] rev 35143
8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
Reviewed-by: never, dnsimon, dholmes, coleenp
twisti [Tue, 22 Dec 2015 13:41:09 -0800] rev 35142
Merge
neliasso [Mon, 21 Dec 2015 22:17:23 +0100] rev 35141
8145328: SEGV in DirectivesStack::getMatchingDirective
Summary: Loop until enabled directive is found
Reviewed-by: kvn, twisti
thartmann [Mon, 21 Dec 2015 11:34:58 +0100] rev 35140
8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
Summary: Restore the major_progress flag before calling igvn.optimize().
Reviewed-by: kvn
thartmann [Mon, 21 Dec 2015 10:14:26 +0100] rev 35139
8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
Summary: is_scaled_iv_plus_offset() should handle AddI nodes with scaled iv as second input.
Reviewed-by: kvn
neliasso [Sat, 19 Dec 2015 19:06:02 +0100] rev 35138
8145566: PrintNMethods compile command broken since b89
Summary: Decremented Symbol twice
Reviewed-by: thartmann, kvn
rschatz [Tue, 15 Dec 2015 16:55:24 +0100] rev 35137
8144704: [JVMCI] add tests for simple code installation
Reviewed-by: twisti
kvn [Fri, 18 Dec 2015 15:29:43 -0800] rev 35136
8145717: Use AVX3 instructions for Arrays.equals() intrinsic
Reviewed-by: kvn
Contributed-by: jan.civlin@intel.com
twisti [Fri, 18 Dec 2015 12:39:02 -0800] rev 35135
Merge
twisti [Thu, 17 Dec 2015 23:36:28 +0000] rev 35134
Merge
twisti [Thu, 17 Dec 2015 23:17:34 +0000] rev 35133
8145714: [JVMCI] SPARC broken after JDK-8134994
Reviewed-by: kvn
dlong [Thu, 17 Dec 2015 09:39:07 -0800] rev 35132
8144852: Corrupted oop in nmethod
Reviewed-by: vlivanov
neliasso [Wed, 09 Dec 2015 13:37:59 +0100] rev 35131
8144091: CompilerControl: directive file doesn't override inlining rules
Summary: Fix correct overrides
Reviewed-by: roland
neliasso [Wed, 16 Dec 2015 15:39:11 +0100] rev 35130
8145345: LogCompilation output is empty after JEP165: Compiler Control
Summary: Fix default init and compilecommand update
Reviewed-by: kvn
neliasso [Wed, 16 Dec 2015 15:38:28 +0100] rev 35129
8144246: adding lots of directives via jcmd may produce OOM crash
Summary: Add a limit to the number of directives
Reviewed-by: kvn
dpochepk [Wed, 16 Dec 2015 18:38:02 +0300] rev 35128
8141351: Create tests for direct invoke instructions testing
Summary: Tests for invoke* instructions
Reviewed-by: twisti
aph [Wed, 16 Dec 2015 13:21:19 +0000] rev 35127
8145553: Fix warnings in AArch64 directory
Reviewed-by: kvn
aph [Wed, 16 Dec 2015 11:35:59 +0000] rev 35126
8144582: AArch64 does not generate correct branch profile data
Reviewed-by: kvn
aph [Tue, 15 Dec 2015 19:18:05 +0000] rev 35125
8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
Summary: Implement short and long versions of bit test instructions.
Reviewed-by: kvn
twisti [Tue, 15 Dec 2015 21:17:50 +0000] rev 35124
Merge
twisti [Mon, 14 Dec 2015 17:02:02 -1000] rev 35123
8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett
iignatyev [Tue, 15 Dec 2015 17:31:18 +0300] rev 35122
8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
Reviewed-by: kvn
Contributed-by: alexander.vorobyev@oracle.com
enevill [Tue, 08 Dec 2015 14:26:17 +0000] rev 35121
8144498: aarch64: large code cache generates SEGV
Summary: Fix pd_call_destination to use is_call_at rather than is_call
Reviewed-by: aph, adinn
aph [Tue, 15 Dec 2015 13:42:13 +0000] rev 35120
Merge
aph [Mon, 14 Dec 2015 15:53:48 +0000] rev 35119
8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64
Reviewed-by: kvn
goetz [Mon, 14 Dec 2015 10:22:19 +0100] rev 35118
8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls"
Reviewed-by: simonis
mdoerr [Mon, 07 Dec 2015 18:24:24 +0100] rev 35117
8144850: C1: operator delete needs an implementation
Reviewed-by: kvn
twisti [Tue, 15 Dec 2015 01:20:08 +0100] rev 35116
Merge
never [Mon, 14 Dec 2015 13:06:39 -0800] rev 35115
8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
Reviewed-by: twisti
dnsimon [Sun, 13 Dec 2015 22:51:13 +0100] rev 35114
8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
Reviewed-by: twisti
kvn [Mon, 14 Dec 2015 14:48:30 -0800] rev 35113
8144771: Use AVX3 instructions for string compare
Reviewed-by: kvn, thartmann
Contributed-by: jan.civlin@intel.com, michael.c.berg@intel.com
goetz [Mon, 07 Dec 2015 15:42:47 +0100] rev 35112
8144466: ppc64: fix argument passing through opto stubs.
Reviewed-by: kvn
kvn [Mon, 14 Dec 2015 10:27:33 -0800] rev 35111
Merge
kvn [Mon, 07 Dec 2015 16:35:07 -0800] rev 35110
8143355: Update for addition of vectorizedMismatch intrinsic for x86
Reviewed-by: kvn
Contributed-by: vivek.r.deshpande@intel.com, liqi.yi@intel.com
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