Igor Ignatyev
|
a0b8f9dc1a
|
8154123: remove commented action from jdk/vm/ci/runtime/test/ConstantTest.java
Reviewed-by: shade, kvn
|
2016-05-30 23:32:59 +03:00 |
|
Dalibor Topic
|
586c795882
|
8154469: Update FSF address
Updated Free Software Foundation's mailing address in LICENSE
Reviewed-by: rriggs, shade
|
2016-05-30 16:25:38 +02:00 |
|
Vladimir Ivanov
|
2a6a1c6b01
|
Merge
|
2016-05-30 15:04:03 +03:00 |
|
Vladimir Ivanov
|
a7ec30ae19
|
Merge
|
2016-05-27 17:01:27 +03:00 |
|
Teng Lu
|
cf20f6fff8
|
8157906: aarch64: some more integer rotate instructions are never emitted
Fix wrong definition of source operand of left rotate instructions
Reviewed-by: aph
|
2016-05-27 20:38:38 +08:00 |
|
Alejandro Murillo
|
e3dfc2043d
|
Merge
|
2016-05-26 14:17:03 -07:00 |
|
Fei Yang
|
60fabf15a7
|
8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine
Fix address calculation considering compressed oops _generic_arraycopy stub routine
Reviewed-by: aph
|
2016-05-27 01:02:16 +08:00 |
|
Lana Steuck
|
39f00868f7
|
Added tag jdk-9+120 for changeset afc9c8149b19
|
2016-05-26 16:02:14 +00:00 |
|
Nils Eliasson
|
d5b029d48d
|
8153352: Crash with assert(pd != 0L) failed: PcDesc must not be NULL
Simplify look_for_reserved_stack_annotated_method
Reviewed-by: kvn
|
2016-05-26 14:17:50 +02:00 |
|
Nils Eliasson
|
24805477df
|
8157717: MultiCommand breaks directives amount limit
Increase directives amount for these tests
Reviewed-by: kvn, ppunegov
|
2016-05-26 14:17:49 +02:00 |
|
David Holmes
|
3568b43a30
|
Merge
|
2016-05-25 23:45:17 +02:00 |
|
David Holmes
|
15def391b5
|
8157175: GetNanoTimeAdjustment.java fails with excessive adjustment error
Reviewed-by: dcubed, gziemski
|
2016-05-25 16:23:15 -04:00 |
|
Kim Barrett
|
83dbb0faba
|
8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151
Avoid repeated verification.
Reviewed-by: jmasa, drwhite
|
2016-05-25 13:46:05 -04:00 |
|
Ed Nevill
|
75909b48f3
|
8157841: aarch64: prefetch ignores cache line size
Fix prefetch to take account of cache line size
Co-authored-by: Stuart Monteith <stuart.monteith@linaro.org>
Reviewed-by: aph
|
2016-05-25 13:30:07 +00:00 |
|
Ed Nevill
|
7694596568
|
8157834: aarch64: Hello World crashes with fastdebug build
Support LL, UL and LU encodings of StrIndexOf
Reviewed-by: aph
|
2016-05-25 15:05:26 +00:00 |
|
Dmitrij Pochepko
|
ac5718b306
|
8156470: [JITtester] EOL on Windows
Reviewed-by: kvn
|
2016-05-25 16:22:31 +03:00 |
|
Dmitrij Pochepko
|
fdf9e5a63e
|
8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp
Reviewed-by: kvn
|
2016-05-25 16:20:02 +03:00 |
|
Paul Sandoz
|
e54a25914e
|
8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage
Reviewed-by: kvn
|
2016-05-25 10:46:21 +02:00 |
|
Gerard Ziemski
|
f1c490f5fa
|
8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
Implement _lh_array_tag_type_value as const, not enum.
Reviewed-by: vlivanov, minqi
|
2016-05-24 12:42:43 -05:00 |
|
Vladimir Ivanov
|
255569b3a9
|
Merge
|
2016-05-24 13:39:18 +00:00 |
|
Dmitry Samersoff
|
d9be06bf8d
|
Merge
|
2016-05-24 12:00:15 +00:00 |
|
Vladimir Ivanov
|
3221da3cf7
|
Merge
|
2016-05-24 14:13:57 +03:00 |
|
Cheleswer Sahu
|
93043ecb8f
|
8150900: Implement diagnostic_pd
Reviewed-by: twisti, gziemski, kevinw
|
2016-05-24 16:02:45 +05:30 |
|
Staffan Larsen
|
76311d7285
|
8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
Reviewed-by: tbell, erikj
|
2016-05-24 12:15:46 +02:00 |
|
Dmitry Samersoff
|
ac8a504622
|
Merge
|
2016-05-24 10:03:07 +00:00 |
|
Dmitry Samersoff
|
6e4ea797f3
|
8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe
Added missed exports
Reviewed-by: sspitsyn
|
2016-05-24 12:56:41 +03:00 |
|
Ed Nevill
|
6a56a5f255
|
8156943: aarch64: string compare does not support CompactStrings
Implement LL, UL and LU encodings for StrComp
Reviewed-by: aph
|
2016-05-24 01:13:57 -07:00 |
|
Tobias Hartmann
|
d99ab903b7
|
8160425: Vectorization with signalling NaN returns wrong result
Should not use doubles/floats for vector constants in the C code.
Reviewed-by: kvn, vlivanov
|
2016-06-30 08:24:51 +02:00 |
|
Pavel Punegov
|
320a29cbe4
|
8160471: compiler/rangechecks/TestRangeCheckEliminationDisabled.java fails after JDK-8150900
Add UnlockDiagnosticVMOptions to the test
Reviewed-by: kvn, thartmann
|
2016-06-29 18:04:04 +03:00 |
|
Tatiana Pivovarova
|
c38fb9f0c8
|
Merge
|
2016-06-29 11:38:58 +00:00 |
|
Tatiana Pivovarova
|
8caad345fd
|
8153515: [ctw] CompileTheWorld testlibrary should trigger compilation of <clinit> and <init>
Reviewed-by: thartmann
|
2016-06-29 14:32:13 +03:00 |
|
Ed Nevill
|
27cd22b69a
|
8160534: aarch64: fails to build after 8157834
Add missing #include
Reviewed-by: aph
|
2016-06-29 11:24:13 +00:00 |
|
Tom Rodriguez
|
7c7e22abfd
|
Merge
|
2016-06-28 20:08:43 +00:00 |
|
Tom Rodriguez
|
b4aef2060b
|
8160121: [JVMCI] JvmciNotifyBootstrapFinishedEventTest.java failed NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
Reviewed-by: kvn
|
2016-06-28 17:22:56 +00:00 |
|
Tatiana Pivovarova
|
f1d61f4340
|
8143081: [ctw] Test CompileTheWorld.java needs to be updated for Jigsaw
Reviewed-by: iignatyev
|
2016-06-28 19:58:15 +03:00 |
|
Dmitrij Pochepko
|
490625cd8b
|
8132318: -XX:TraceJumps is broken on Sparc
Reviewed-by: kvn, thartmann
|
2016-06-27 17:23:15 +03:00 |
|
Tobias Hartmann
|
4ab4c66c41
|
8159016: Over-unrolled loop is partially removed
Prevent over-unrolling of loops by computing upper bound for trip count.
Reviewed-by: kvn
|
2016-06-27 10:10:11 +02:00 |
|
Vladimir Kozlov
|
cd75cb6a26
|
Merge
|
2016-06-24 15:30:50 -07:00 |
|
Igor Veresov
|
c3db7375dc
|
Merge
|
2016-06-24 19:06:00 +00:00 |
|
Igor Veresov
|
33c94b986e
|
8157249: [JVMCI] remove ConstantReflectionProvider.isEmbeddable method
Remove unused API
Reviewed-by: kvn
|
2016-06-24 11:22:08 -07:00 |
|
Pavel Punegov
|
57c68f2ac1
|
Merge
|
2016-06-24 17:12:50 +00:00 |
|
Roland Schatz
|
1dd1fb6cca
|
Merge
|
2016-06-24 17:11:17 +00:00 |
|
Pavel Punegov
|
048c1f8ad0
|
8160085: @library' must appear before first `@run'
Move @ignore after the @library
Reviewed-by: kvn
|
2016-06-24 19:06:15 +03:00 |
|
Roland Schatz
|
1ecfe15d17
|
8160177: [JVMCI] race condition in HotSpotMemoryAccessProviderImpl.verifyReadRawObject
Reviewed-by: kvn
|
2016-06-24 15:45:47 +00:00 |
|
Volker Simonis
|
87f15c2bcf
|
8159620: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation on ppc64 and sparc
Reviewed-by: goetz, kvn, thartmann
|
2016-06-22 17:05:40 +02:00 |
|
Ed Nevill
|
5db23a3b07
|
8159063: aarch64: optimise unaligned array copy long
Reviewed-by: aph, adinn
|
2016-06-16 06:42:08 -04:00 |
|
Stefan Johansson
|
1f60d4b0c3
|
8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value
Reviewed-by: jmasa, sangheki, drwhite
|
2016-05-24 10:05:03 +02:00 |
|
Zoltan Majo
|
50c5fb834b
|
8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
Create the reserved area only in C2-enabled builds.
Reviewed-by: kvn, thartmann
|
2016-05-24 09:07:22 +02:00 |
|
Alejandro Murillo
|
8eb7fed92f
|
Merge
|
2016-05-23 13:52:12 -07:00 |
|
Alejandro Murillo
|
45db3a55b0
|
Merge
|
2016-05-23 09:30:18 -07:00 |
|