Doug Simon
|
29264c3764
|
8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError
Reviewed-by: kvn, iveresov
|
2017-08-23 23:38:06 +02:00 |
|
Doug Simon
|
750f00f851
|
8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
Reviewed-by: kvn, iveresov
|
2017-08-14 14:15:56 -07:00 |
|
Igor Veresov
|
7465efdb3b
|
8186235: [Graal] compiler/aot/RecompilationTest.java fails in case UseJVMCICompiler is enabled
Make JVMCI respect -XX:-Inline
Reviewed-by: kvn
|
2017-08-22 08:53:35 -07:00 |
|
Igor Ignatyev
|
b15e27741c
|
8186537: remove unnecessary @requires from hotspot/compiler/aot tests
Reviewed-by: kvn
|
2017-08-21 17:08:54 -07:00 |
|
Igor Ignatyev
|
fc152355e2
|
8186390: test for JDK-4755500
Reviewed-by: thartmann
|
2017-08-21 07:08:40 -07:00 |
|
Igor Ignatyev
|
f94bf101bc
|
8183337: hotspot/compiler/aot tests fail due to missed tools
Reviewed-by: kvn
|
2017-08-18 14:54:43 -07:00 |
|
Igor Ignatyev
|
f6250ebef2
|
Merge
|
2017-08-12 01:13:57 +02:00 |
|
Igor Ignatyev
|
970fe42560
|
8174202: jtreg AOT tests should not assume library extension of .so
Reviewed-by: kvn
|
2017-08-11 16:06:38 -07:00 |
|
Ioi Lam
|
0c216b6c23
|
8186151: try simple @build fix in compiler/jsr292/PollutedTrapCounts.java
Reviewed-by: dcubed, kvn, jjg
|
2017-08-11 13:42:02 -07:00 |
|
Roland Westrelin
|
a6490b0abc
|
8182036: Load from initializing arraycopy uses wrong memory state
Reviewed-by: kvn
|
2017-07-03 14:33:00 +02:00 |
|
Igor Ignatyev
|
addb31f30b
|
Merge
|
2017-08-02 15:59:33 +00:00 |
|
Igor Ignatyev
|
205cb469e3
|
8185536: @key aot should be replaced w/ @requires vm.aot
Reviewed-by: kvn, goetz
|
2017-08-02 08:53:18 -07:00 |
|
Vladimir Kozlov
|
adb8f74592
|
Merge
|
2017-08-01 14:09:34 -07:00 |
|
Lana Steuck
|
a8abed5a38
|
Merge
|
2017-07-27 02:17:21 +00:00 |
|
Goetz Lindenmaier
|
6c11fd01db
|
8185046: jtreg: introduce keyword to disable aot tests
Reviewed-by: kvn, stuefe
|
2017-07-21 12:43:47 +02:00 |
|
Lana Steuck
|
e4d140f376
|
Merge
|
2017-07-07 03:07:07 +00:00 |
|
Alan Bateman
|
ce9501e66a
|
8183503: Update hotspot tests to allow for unique test classes directory
Reviewed-by: iklam
|
2017-07-05 13:25:45 +01:00 |
|
Tobias Hartmann
|
ef3a681e7b
|
8183103: Post loop vectorization produces incorrect results
Disable AVX=3 and PostLoopMultiversioning by default and make them experimental in JDK 9.
Reviewed-by: kvn
|
2017-07-05 09:06:59 +02:00 |
|
Lana Steuck
|
3edb9c14f7
|
Merge
|
2017-06-24 00:24:40 +00:00 |
|
Roland Westrelin
|
10d189d284
|
8181742: Load that bypasses arraycopy has wrong memory state
Set load memory edge to the memory state right before the arraycopy.
Reviewed-by: kvn, thartmann
|
2017-06-23 09:33:21 +02:00 |
|
Goetz Lindenmaier
|
d3ae772868
|
8184800: Streamline RTM flag validity testing with generic flag testing support
Reviewed-by: kvn, lucy
|
2017-07-18 16:11:28 +02:00 |
|
Tobias Hartmann
|
9098aa9a2e
|
8184271: Time related C1 intrinsics produce inconsistent results when floating around
C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned.
Reviewed-by: kvn, vlivanov
|
2017-07-14 11:55:58 +02:00 |
|
Igor Veresov
|
b7629460d2
|
8183991: Update Graal
Reviewed-by: kvn
|
2017-07-07 09:40:47 -07:00 |
|
Vladimir Kozlov
|
62b03921aa
|
Merge
|
2017-07-05 18:14:48 -07:00 |
|
Vladimir Ivanov
|
2a0ab692f7
|
8181872: C1: possible overflow when strength reducing integer multiply by constant
Reviewed-by: kvn
|
2017-06-20 14:37:25 +03:00 |
|
Doug Simon
|
a7a368b2f9
|
8182310: [AOT][JVMCI] Get host class of VM anonymous class
Add missing JVMCI functionality
Reviewed-by: dlong, kvn
|
2017-06-16 12:18:46 -07:00 |
|
Lana Steuck
|
e62c1a127e
|
Merge
|
2017-06-16 04:55:29 +00:00 |
|
Lana Steuck
|
63253f80e8
|
Merge
|
2017-06-14 20:05:32 +00:00 |
|
Ron Pressler
|
061b09e847
|
8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Reviewed-by: psandoz, dholmes, thartmann, kvn
|
2017-06-05 15:52:09 -07:00 |
|
Roland Westrelin
|
a9c2bc6517
|
8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
Replacing load on dst with load on src only valid if copy doesn't modify src element to load
Reviewed-by: kvn, thartmann
|
2017-06-02 09:08:34 +02:00 |
|
Lana Steuck
|
b415169648
|
Merge
|
2017-05-31 17:45:57 +00:00 |
|
Igor Ignatyev
|
48dfdfc633
|
8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
Reviewed-by: mchung
|
2017-05-22 15:27:20 -07:00 |
|
Lana Steuck
|
e1cda8ad72
|
Merge
|
2017-05-11 23:21:34 +00:00 |
|
Lana Steuck
|
17961706b2
|
Merge
|
2017-05-11 20:23:29 +00:00 |
|
Ron Pressler
|
96d03a13e6
|
8159995: Rename internal Unsafe.compare methods
Reviewed-by: psandoz, dholmes
|
2017-05-11 12:55:56 -07:00 |
|
Lana Steuck
|
f50ba6cf4d
|
Merge
|
2017-05-05 04:49:35 +00:00 |
|
Doug Simon
|
16d29f2564
|
8177845: Need a mechanism to load Graal
Reviewed-by: kvn, iveresov, mchung
|
2017-04-28 02:54:05 -07:00 |
|
Alan Bateman
|
1726127181
|
Merge
|
2017-05-04 09:43:45 +01:00 |
|
Alan Bateman
|
aefdcda532
|
8178380: Module system implementation refresh (5/2017)
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Reviewed-by: lfoltan, hseigel, mchung, sspitsyn
|
2017-05-04 07:26:28 +00:00 |
|
Lana Steuck
|
5ac911bb57
|
Merge
|
2017-04-22 00:21:28 +00:00 |
|
Igor Veresov
|
34dec39bc2
|
8178047: Aliasing problem with raw memory accesses
Require equal bases when unaliasing offsets for raw accesses
Reviewed-by: kvn
|
2017-04-19 18:02:26 -07:00 |
|
Ekaterina Pavlova
|
ae7eebbe80
|
8178731: compiler/ciReplay/SABase.java does not compile
Reviewed-by: iignatyev, sspitsyn
|
2017-04-14 18:31:04 -07:00 |
|
Lana Steuck
|
2293dc116c
|
Merge
|
2017-04-13 20:35:45 +00:00 |
|
Igor Ignatyev
|
48440aaf23
|
8164944: Refactor ProcessTools to get rid of dependency on java.management
Reviewed-by: kvn, gtriantafill, dfazunen, dholmes
|
2017-04-12 19:28:47 -07:00 |
|
Dean Long
|
f274b01820
|
8158168: Missing bounds checks for some String intrinsics
Reviewed-by: vlivanov, thartmann, sherman
|
2017-04-12 16:36:13 -04:00 |
|
Bob Vandette
|
ff40c20e33
|
Merge
|
2017-06-27 14:34:00 -04:00 |
|
Bob Vandette
|
1b0711ad36
|
8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs
Reviewed-by: kvn
|
2017-06-27 14:28:09 -04:00 |
|
Igor Veresov
|
bca94545e8
|
8182883: Update Graal
Reviewed-by: kvn
|
2017-06-26 16:10:31 -07:00 |
|
Jesper Wilhelmsson
|
a41f617837
|
Merge
|
2017-06-08 20:28:04 +02:00 |
|
Roland Westrelin
|
9bcec9e523
|
8176506: C2: loop unswitching and unsafe accesses cause crash
Reviewed-by: vlivanov, mcberg, kvn, simonis
|
2017-05-29 18:17:49 +02:00 |
|