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 |
|
Ekaterina Pavlova
|
aee7d17ae2
|
8181124: Get rid of compiler.testlibrary.rtm.predicate
Reviewed-by: kvn
|
2017-06-01 17:34:01 -07:00 |
|
Ekaterina Pavlova
|
6b5aaf68c6
|
8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found
Reviewed-by: kvn
|
2017-06-01 17:33:07 -07:00 |
|
Yasumasa Suenaga
|
6e36f51f27
|
8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior
Rename setNotInlineable() to setNotInlineableOrCompileable()
Reviewed-by: dnsimon, kvn
|
2017-05-18 16:31:16 -07:00 |
|
Ekaterina Pavlova
|
cd0c6f3398
|
8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java
Reviewed-by: iignatyev, mseledtsov, kvn
|
2017-05-18 14:33:09 -07:00 |
|
Claes Redestad
|
994d76bdfc
|
8180479: [TESTBUG] Some hotspot tests broken after internal Unsafe name changes
Reviewed-by: thartmann
|
2017-05-17 12:13:29 +02:00 |
|
Vladimir Kozlov
|
063286a618
|
Merge
|
2017-05-12 13:14:25 -07:00 |
|
Jesper Wilhelmsson
|
3c874cfeb3
|
Merge
|
2017-06-22 00:51:07 +02:00 |
|
Alan Bateman
|
3919d858ca
|
Merge
|
2017-04-07 10:58:27 +01:00 |
|
Alan Bateman
|
a3ab143c64
|
8177530: Module system implementation refresh (4/2017)
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Reviewed-by: lfoltan, sspitsyn
|
2017-04-07 08:04:46 +00:00 |
|
Lana Steuck
|
71d06e676b
|
Merge
|
2017-04-06 04:50:34 +00:00 |
|