iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35597
8148136: compile control tests have incorrect @build directives
Reviewed-by: kvn
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35596
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
Reviewed-by: kvn
never [Mon, 25 Jan 2016 09:12:58 -0800] rev 35595
8148101: [JVMCI] Make CallingConvention.Type extensible
Reviewed-by: twisti
goetz [Thu, 21 Jan 2016 12:37:47 +0100] rev 35594
8147937: Adapt SAP copyrights to new company name.
Reviewed-by: simonis, stuefe
never [Fri, 22 Jan 2016 11:11:06 -0800] rev 35593
8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
Reviewed-by: twisti
never [Fri, 22 Jan 2016 11:08:07 -0800] rev 35592
8147432: JVMCI should report bailouts in PrintCompilation output
Reviewed-by: kvn, twisti
rschatz [Thu, 21 Jan 2016 16:22:01 +0100] rev 35591
8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
Reviewed-by: twisti
thartmann [Fri, 22 Jan 2016 12:37:32 +0100] rev 35590
8065334: CodeHeap expansion fails although there is uncommitted memory
Summary: CodeHeap::expand_by() should commit remaining space if requested expansion size is too large.
Reviewed-by: kvn
iignatyev [Thu, 21 Jan 2016 22:23:22 +0300] rev 35589
8141557: TestResolvedJavaMethod.java times out after 1000 ms
Reviewed-by: twisti
ppunegov [Thu, 21 Jan 2016 15:07:42 +0100] rev 35588
Merge
ppunegov [Wed, 20 Jan 2016 20:26:33 +0300] rev 35587
8145800: [Testbug] CompilerControl: inline message differs for not inlined methods
Summary: Create callables outside the Internal subclasses
Reviewed-by: kvn
thartmann [Thu, 21 Jan 2016 11:30:22 +0000] rev 35586
Merge
roland [Tue, 19 Jan 2016 17:58:02 +0100] rev 35585
8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad
Summary: incorrect offset used in spill code for vectors
Reviewed-by: vlivanov, kvn, mcberg
hshi [Wed, 20 Jan 2016 04:56:51 -0800] rev 35584
8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
Summary: In Aarch64 LIR_Assembler.atomic_op, keep stored data reference register in decompressed forms as it may be used later
Reviewed-by: aph
Contributed-by: hui.shi@linaro.org, felix.yang@linaro.org
rschatz [Wed, 20 Jan 2016 17:00:17 -1000] rev 35583
8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere()
Reviewed-by: kvn, twisti
rschatz [Wed, 20 Jan 2016 14:22:46 +0100] rev 35582
8147599: [JVMCI] simplify code installation interface
Reviewed-by: twisti
simonis [Wed, 20 Jan 2016 16:33:51 +0100] rev 35581
8145336: PPC64: fix string intrinsics after CompactStrings change
Reviewed-by: mdoerr, aph, kvn
rschatz [Mon, 18 Jan 2016 17:31:14 +0100] rev 35580
8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch
Reviewed-by: twisti
aph [Tue, 19 Jan 2016 17:52:52 +0000] rev 35579
8146709: AArch64: Incorrect use of ADRP for byte_map_base
Reviewed-by: roland
roland [Mon, 18 Jan 2016 21:34:28 +0100] rev 35578
8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure
Summary: uncast() fails with CheckCastPP
Reviewed-by: kvn, thartmann
enevill [Tue, 12 Jan 2016 14:55:15 +0000] rev 35577
8146843: aarch64: add scheduling support for FP and vector instructions
Summary: add pipeline classes for FP/vector pipeline
Reviewed-by: aph
never [Mon, 18 Jan 2016 11:07:40 -0800] rev 35576
8147433: PrintNMethods no longer works with JVMCI
Reviewed-by: kvn, twisti
thartmann [Mon, 18 Jan 2016 11:02:42 +0100] rev 35575
Merge
thartmann [Mon, 18 Jan 2016 08:40:25 +0100] rev 35574
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check.
Reviewed-by: kvn, roland
thartmann [Mon, 18 Jan 2016 08:34:14 +0100] rev 35573
8144212: JDK 9 b93 breaks Apache Lucene due to compact strings
Summary: String compress/inflate intrinsics need to capture char and byte memory.
Reviewed-by: aph, roland, kvn
thartmann [Mon, 18 Jan 2016 08:25:26 +0100] rev 35572
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
Summary: Removed installing of unused class. Added error output to ClassFileInstaller.
Reviewed-by: vlivanov, zmajo
zmajo [Mon, 18 Jan 2016 08:50:57 +0100] rev 35571
8147441: Unchecked pending exceptions in the WhiteBox API's implementation
Summary: Add checks for pending exceptions.
Reviewed-by: kvn
twisti [Fri, 15 Jan 2016 13:08:40 -1000] rev 35570
8146820: JVMCI options should not use System.getProperty directly
Reviewed-by: kvn, dnsimon
vlivanov [Fri, 15 Jan 2016 21:56:43 +0300] rev 35569
8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode
Reviewed-by: roland
vlivanov [Fri, 15 Jan 2016 21:56:42 +0300] rev 35568
6985422: flush the output streams before OnError commands
Reviewed-by: kvn
vlivanov [Fri, 15 Jan 2016 21:56:40 +0300] rev 35567
8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
Reviewed-by: kvn, shade
ppunegov [Fri, 15 Jan 2016 16:36:43 +0300] rev 35566
8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException:
Summary: Fix incorrect compileonly setting
Reviewed-by: kvn, neliasso