thartmann [Mon, 04 Jul 2016 09:14:02 +0200] rev 40044
8160651: StubRoutines::_dtan does not restore callee save register rbx
Summary: Pop rbx before leaving stub.
Reviewed-by: vlivanov, vdeshpande
dnsimon [Sat, 02 Jul 2016 00:27:19 +0000] rev 40043
8160647: [JVMCI] need to be able to copy internal arrays from LocalVariableTable and LineNumberTable
Reviewed-by: twisti, never
rraghavan [Thu, 30 Jun 2016 05:05:52 -0700] rev 40042
8153194: PreserveFPRegistersTest.java runs out of memory in the nightlies.
Summary: Fixed test by setting reference size using WhileBox.getHeapOopSize.
Reviewed-by: vlivanov
enevill [Tue, 24 May 2016 01:13:57 -0700] rev 40041
8156943: aarch64: string compare does not support CompactStrings
Summary: Implement LL, UL and LU encodings for StrComp
Reviewed-by: aph
thartmann [Thu, 30 Jun 2016 08:24:51 +0200] rev 40040
8160425: Vectorization with signalling NaN returns wrong result
Summary: Should not use doubles/floats for vector constants in the C code.
Reviewed-by: kvn, vlivanov
ppunegov [Wed, 29 Jun 2016 18:04:04 +0300] rev 40039
8160471: compiler/rangechecks/TestRangeCheckEliminationDisabled.java fails after JDK-8150900
Summary: Add UnlockDiagnosticVMOptions to the test
Reviewed-by: kvn, thartmann
tpivovarova [Wed, 29 Jun 2016 11:38:58 +0000] rev 40038
Merge
tpivovarova [Wed, 29 Jun 2016 14:32:13 +0300] rev 40037
8153515: [ctw] CompileTheWorld testlibrary should trigger compilation of <clinit> and <init>
Reviewed-by: thartmann
enevill [Wed, 29 Jun 2016 11:24:13 +0000] rev 40036
8160534: aarch64: fails to build after 8157834
Summary: add missing #include
Reviewed-by: aph
never [Tue, 28 Jun 2016 20:08:43 +0000] rev 40035
Merge
never [Tue, 28 Jun 2016 17:22:56 +0000] rev 40034
8160121: [JVMCI] JvmciNotifyBootstrapFinishedEventTest.java failed NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
Reviewed-by: kvn
tpivovarova [Tue, 28 Jun 2016 19:58:15 +0300] rev 40033
8143081: [ctw] Test CompileTheWorld.java needs to be updated for Jigsaw
Reviewed-by: iignatyev
dpochepk [Mon, 27 Jun 2016 17:23:15 +0300] rev 40032
8132318: -XX:TraceJumps is broken on Sparc
Reviewed-by: kvn, thartmann
thartmann [Mon, 27 Jun 2016 10:10:11 +0200] rev 40031
8159016: Over-unrolled loop is partially removed
Summary: Prevent over-unrolling of loops by computing upper bound for trip count.
Reviewed-by: kvn
kvn [Fri, 24 Jun 2016 15:30:50 -0700] rev 40030
Merge