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 |
|
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 |
|
Goetz Lindenmaier
|
59e5844219
|
8159056: [aix] Compressed class space not allocated in lower regions
Reviewed-by: dholmes, enevill
|
2016-06-08 16:07:49 +02:00 |
|