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 |
|
Igor Ignatyev
|
c912a69689
|
8156681: Add jtreg wrapper for hotspot gtest tests
Reviewed-by: jwilhelm, ehelin
|
2016-05-23 17:49:57 +03:00 |
|
Dmitrij Pochepko
|
34c101efc6
|
8157438: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before"
Reviewed-by: kvn
|
2016-05-23 17:33:39 +03:00 |
|
Gustavo Romero
|
066208e368
|
8154156: PPC64: improve array copy stubs by using vector instructions
Reviewed-by: goetz, mdoerr
|
2016-05-23 10:35:51 -03:00 |
|
Igor Ignatyev
|
05540f90da
|
8157821: [JITtester] OptionResolver and LiteralFactory use deprecated c-tors
Reviewed-by: kvn
|
2016-05-27 17:12:10 +03:00 |
|
Igor Ignatyev
|
1b5b717f54
|
8156469: [JITtester] Difference in generated golden output when run with Jigsaw build
Reviewed-by: vlivanov
|
2016-05-27 17:12:09 +03:00 |
|
Robbin Ehn
|
4154a35318
|
8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string
Reviewed-by: dholmes, jiangli
|
2016-05-23 09:57:17 +02:00 |
|
Robbin Ehn
|
2096e37c4e
|
8153723: Change the default logging output for errors and warnings from stderr to stdout
Reviewed-by: mlarsson, sla
|
2016-05-23 08:02:04 +02:00 |
|
Alan Bateman
|
8fe0416551
|
8152650: ModuleFinder.compose should accept varargs
Reviewed-by: mchung
|
2016-05-21 08:00:33 +01:00 |
|
Vivek Deshpande
|
489b38091e
|
8154473: Update for CompilerDirectives to control stub generation and intrinsics
Use -XX:DisableIntrinsic flag to control intrinsics usage in Interpreter.
Reviewed-by: twisti, neliasso, kvn, simonis
|
2016-05-20 14:17:55 -07:00 |
|
Alejandro Murillo
|
a4eeccb502
|
Merge
|
2016-05-20 11:30:51 -07:00 |
|
Alejandro Murillo
|
e81bc31a88
|
Merge
|
2016-05-20 11:23:53 -07:00 |
|
Christian Tornqvist
|
3469a820b9
|
Merge
|
2016-05-20 16:39:40 +00:00 |
|
Vladimir Ivanov
|
6dfcf1dd81
|
8154831: CastII/ConvI2L for a range check is prematurely eliminated
Reviewed-by: kvn, thartmann
|
2016-05-20 18:27:03 +03:00 |
|
Vladimir Ivanov
|
36daf60d8f
|
Merge
|
2016-05-20 18:05:09 +03:00 |
|
Christian Tornqvist
|
870555cea0
|
Merge
|
2016-05-20 14:57:18 +00:00 |
|
Michail Chernov
|
1570c8ce43
|
8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException
Reviewed-by: jprovino, dfazunen, jmasa, drwhite
|
2016-05-20 14:53:13 +03:00 |
|
David Holmes
|
81a0fa24dd
|
8149901: [Solaris] Use of -XX:+UseThreadPriorities crashes fastdebug
Reviewed-by: gziemski, sspitsyn
|
2016-05-20 01:47:32 -04:00 |
|
Jon Masamitsu
|
08962e6714
|
8157373: Active workers should not be reset in AbstractWorkGang initialize()
Reviewed-by: kbarrett, tschatzl, jwilhelm
|
2016-05-19 14:53:18 -07:00 |
|
Jon Masamitsu
|
2899284bf6
|
Merge
|
2016-06-11 00:12:28 +00:00 |
|
Alejandro Murillo
|
abad4a1dbc
|
Merge
|
2016-06-10 15:19:32 -07:00 |
|
Vladimir Kozlov
|
96627b1708
|
Merge
|
2016-06-10 20:28:46 +02:00 |
|
Vladimir Kozlov
|
1246644d4d
|
Merge
|
2016-06-10 10:13:30 -07:00 |
|
Jon Masamitsu
|
35ba62637e
|
8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
Reviewed-by: sjohanss, sangheki
|
2016-06-10 09:22:09 -07:00 |
|
Stefan Karlsson
|
d019f34077
|
8159237: PreservedMarks verification code fails
Reviewed-by: lmesnik, jwilhelm
|
2016-06-10 14:06:36 +02:00 |
|