Cheleswer Sahu
93043ecb8f
8150900: Implement diagnostic_pd
...
Reviewed-by: twisti, gziemski, kevinw
2016-05-24 16:02:45 +05:30
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
Alejandro Murillo
7bd620bff1
Merge
2016-05-14 15:34:30 -07:00
Martin Doerr
cb6496c297
8141635: Implement VarHandles/Unsafe intrinsics on POWER
...
Reviewed-by: shade, kvn, simonis
2016-05-13 22:21:54 +03:00
Aleksey Shipilev
5e2fa37504
8153792: EA: assert(ptn->as_LocalVar()->edge_count() > 0) failed: sanity when compiling compareAndExchange
...
Reviewed-by: kvn, psandoz
2016-05-12 12:46:07 +03:00
Tobias Hartmann
8adbc20c87
8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
...
We should not assume that a CloneBasic arraycopy sets array initialization to complete.
Reviewed-by: kvn, roland
2016-05-12 08:25:42 +02:00
Tobias Hartmann
cf5a61530f
8155643: Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks
...
We should not emit a subtype check for CloneOop arraycopy.
Reviewed-by: kvn
2016-05-12 08:23:25 +02:00
Vladimir Ivanov
cdc0b9792f
Merge
2016-05-11 00:40:59 +00:00
Vladimir Ivanov
3fcc58a80d
Merge
2016-05-11 00:31:28 +03:00
Gerard Ziemski
a991801b42
8073500: Prevent certain commercial flags from being changed at runtime
...
Implement new writeable mechanism for flag control
Reviewed-by: coleenp, iklam
2016-05-10 12:10:21 -05:00
Vladimir Ivanov
d14a64b0ed
Merge
2016-05-11 00:38:58 +03:00
Roland Westrelin
a1e5418d19
8154826: AArch64: take advantage better of base + shifted offset addressing mode
...
Reshape address subtree to fit aarch64 addressing mode
Reviewed-by: kvn, aph
2016-05-09 11:34:09 +02:00
Rahul Raghavan
7adc4034cd
8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options
...
Converted all intrinsics flags to diagnostic and updated related intrinsics tests to enable diagnostic options
Reviewed-by: kvn
2016-05-09 01:21:55 -07:00
Vladimir Ivanov
e704d47b85
Merge
2016-05-06 19:35:23 +03:00
Vladimir Ivanov
e1512b1e15
Merge
2016-05-06 18:37:58 +03:00
Aleksey Shipilev
ffc21de072
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
...
Reviewed-by: psandoz, vlivanov
2016-05-06 17:59:35 +03:00
Jamsheed Mohammed C M
08dac03ddc
8156131: C2: MachProj dumps data on tty w/ -XX:+WizardMode
...
Made to dump on output stream on wizard mode.
Reviewed-by: vlivanov
2016-05-06 06:08:15 -07:00
Vladimir Ivanov
622a5ae6f0
Merge
2016-05-06 18:20:50 +03:00
Aleksey Shipilev
b3f1f110f4
8156068: Unsafe.{get|set}Opaque should be single copy atomic
...
Reviewed-by: psandoz, vlivanov
2016-05-06 15:41:15 +03:00
Paul Sandoz
107de3478c
8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
...
Reviewed-by: shade, vlivanov
2016-05-05 18:14:51 -07:00
Paul Sandoz
24b184b665
8155258: VarHandle implementation improvements
...
Relax return type check for call to linked method handle invocation
Reviewed-by: shade, vlivanov
2016-05-05 11:39:23 -07:00
Vladimir Ivanov
5dc9f56544
Merge
2016-05-09 13:13:07 +03:00
Goetz Lindenmaier
1e4b00b1dc
8140594: Various minor code improvements (compiler)
...
Various minor code improvements (compiler)
Reviewed-by: thartmann, kvn
2016-05-03 12:23:06 +02:00
Roland Westrelin
160798c7e7
8154943: AArch64: redundant address computation instructions with vectorization
...
Duplicated i2l nodes can be eliminated to optimize redundant address computations
Reviewed-by: kvn, dlong
2016-04-29 17:24:16 +02:00
Roland Westrelin
0ab61a6e28
8155717: Aarch64: enable loop superword's unrolling analysis
...
Reviewed-by: aph, kvn, mcberg
2016-05-04 13:32:03 -07:00
Goetz Lindenmaier
9722354d37
8155738: C2: fix frame_complete_offset
...
During scratch_emit_size wrong value was set. Also set offset of ppc.
Reviewed-by: kvn, dlong
2016-05-02 14:17:19 -07:00
Zoltan Majo
17cc8b583e
Merge
2016-04-29 13:10:01 +02:00
Zoltan Majo
b5f1bd24d2
Merge
2016-04-29 12:05:31 +02:00
Zoltan Majo
413417522f
8153340: Disallow misconfiguration and improve the consistency of allocation prefetching
...
Improve allocation prefetching.
Reviewed-by: kvn
2016-04-29 08:32:42 +02:00
Martin Doerr
8f2a47ba2e
8154836: VM crash due to "Base pointers must match"
...
Improve the handling of AddP nodes in final graph reshaping.
Reviewed-by: kvn, zmajo
2016-04-28 10:32:12 +02:00
Stefan Karlsson
f8be292b88
8141501: Problems with BitMap buffer management
...
Reviewed-by: pliden, kbarrett
2016-05-03 22:45:27 +02:00
Roland Westrelin
23ce249250
8154939: 8153998 broke vectorization on aarch64
...
Reviewed-by: kvn, mcberg
2016-04-27 01:14:07 -07:00
Rickard Bäckman
b853eb7f5c
8151956: Support non-continuous CodeBlobs in HotSpot
...
Reviewed-by: iveresov, thartmann, simonis
2016-04-26 10:28:51 +02:00
Vladimir Ivanov
e17b342749
8134918: C2: Type speculation produces mismatched unsafe accesses
...
Reviewed-by: kvn
2016-04-25 18:36:27 +03:00
Tobias Hartmann
3a358f4cff
8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
...
Pre-loop Opaque1 node 'pre_opaq' should be put on the IGVN worklist after modification.
Reviewed-by: kvn
2016-04-25 10:53:42 +02:00
Tobias Hartmann
ebc384160f
8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
...
Disable multiversioning if range check elimination is turned off.
Reviewed-by: mcberg, kvn
2016-04-25 10:51:44 +02:00
Nils Eliasson
24d3db305c
8153527: break_tty_lock_for_safepoint causes "assert(false) failed: bad tag in log" and broken compile log
...
Retake tty_lock before printing closing tag in print_optoassembly
Reviewed-by: kvn
2016-04-22 16:05:00 +02:00
Vladimir Ivanov
72747f47fd
Merge
2016-04-29 02:13:40 +03:00
Alejandro Murillo
f9426642c6
Merge
2016-04-22 01:04:00 -07:00
Michael Berg
64cf7e6b6f
8153998: Masked vector post loops
...
Masked vectorization for post loops to execute in a single iteration in place of fixup scalar loops which used to take many iterations to complete work for user loops.
Reviewed-by: twisti, kvn
2016-04-18 15:18:14 -07:00
Roland Westrelin
e08e2ac711
8154135: Loop alignment may be added inside the loop body
...
Reviewed-by: kvn, vlivanov
2016-04-18 20:57:27 +03:00
Zoltan Majo
c05dd2fdca
8153357: C2 creates incorrect cast after eliminating phi with unique input
...
Refine C2's logic to determine the type of cast node added.
Reviewed-by: kvn
2016-04-18 11:22:51 +02:00
Bharadwaj Yadavalli
b2ead5ac2d
Merge
2016-04-12 14:17:42 -04:00
Bharadwaj Yadavalli
cecf2d83d5
Merge
2016-04-08 12:36:27 -04:00
Bharadwaj Yadavalli
1e6ac67ecf
8153816: [BACKOUT] Make intrinsics flags diagnostic
...
Backout fix for 8145348
Reviewed-by: kvn, jwilhelm
2016-04-08 01:00:10 -04:00
Daniel D. Daugherty
4397e85e26
Merge
2016-04-07 09:47:48 -07:00
Vladimir Ivanov
7fc81004e3
8152590: C2: @Stable support doesn't always work w/ incremental inlining
...
Reviewed-by: kvn
2016-04-11 21:42:55 +03:00
Vladimir Ivanov
0c233de7ff
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
...
Reviewed-by: kvn
2016-04-11 21:42:31 +03:00
Rahul Raghavan
28e72b2675
8149488: Incorrect declaration of bitsInByte in regmask.cpp
...
Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage.
Reviewed-by: dlong, mcberg, thartmann, vlivanov
2016-04-07 01:56:16 -07:00