Vladimir Kozlov
|
ff0402fe8d
|
8186453: [AOT] refactor AOT tool code
Reviewed-by: iveresov
|
2017-08-22 11:50:51 -07: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 |
|
Bob Vandette
|
0fb3cfd067
|
8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
Reviewed-by: kvn
|
2017-08-08 11:44:23 -04:00 |
|
Igor Veresov
|
76b7f30159
|
8184768: Update Graal
Reviewed-by: kvn
|
2017-07-17 16:31:51 -07: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 |
|
Mandy Chung
|
bc6e52c2b3
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:50 -07:00 |
|
Bob Vandette
|
ff40c20e33
|
Merge
|
2017-06-27 14:34:00 -04:00 |
|
Bob Vandette
|
43b6661f42
|
8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
Reviewed-by: kvn
|
2017-06-27 14:29:54 -04:00 |
|
Vladimir Kozlov
|
b2d6d6b622
|
8180267: Update Graal
Reviewed-by: iveresov
|
2017-05-12 13:56:13 -07:00 |
|
Vladimir Kozlov
|
98923cb4c4
|
8181113: jaotc options lost after 8177046
Reviewed-by: iveresov, dlong
|
2017-06-22 15:26:34 -07:00 |
|
Christian Thalinger
|
ec241eb2a4
|
8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
Reviewed-by: kvn
|
2017-06-22 13:59:00 -07:00 |
|
Igor Veresov
|
bd203875c4
|
8182557: Update Graal
Reviewed-by: kvn
|
2017-06-19 16:31:43 -07:00 |
|
Vladimir Kozlov
|
e309127c9e
|
8175052: [AOT] jaotc does not accept file name with .class
Reviewed-by: iveresov
|
2017-02-17 21:06:59 -08:00 |
|
Vladimir Kozlov
|
7d969ccd55
|
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler.
Reviewed-by: mchung, ihse, dnsimon
|
2017-02-16 15:46:09 -08:00 |
|
Doug Simon
|
896fc63787
|
8174957: [JVMCI] jaotc is broken in Xcomp mode
Reviewed-by: iveresov
|
2017-02-15 11:14:45 +01:00 |
|
Vladimir Kozlov
|
4dd3138c5d
|
8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
Added back _metaspace_got array scan.
Reviewed-by: dlong
|
2017-01-18 14:36:54 -08:00 |
|
Tom Rodriguez
|
632427880f
|
8173846: [AOT] Stubs hang onto intermediate compiler state forever
Stub shouldn't keep alive the graph
Reviewed-by: kvn
|
2017-02-02 16:57:01 -08:00 |
|
Vladimir Kozlov
|
94db4c91c3
|
8173158: [AOT] fix typo in jaotc --help output
Reviewed-by: rbackman
|
2017-01-24 17:19:01 -08:00 |
|
Igor Veresov
|
5cac50c1a4
|
8173054: [AOT] Avoid zero-shift for compressed oops
AOT compiler should be pessimistic about heap size
Reviewed-by: kvn
|
2017-01-23 23:49:16 +03:00 |
|
Rickard Bäckman
|
9b81c0637e
|
8169588: [AOT] jaotc --classpath option is confusing
Reviewed-by: kvn, dlong
|
2017-01-05 08:37:10 +01:00 |
|
Vladimir Kozlov
|
6c4b9fed92
|
8173019: Backout JDK-8172990 changes
Reviewed-by: dlong
|
2017-01-18 19:37:52 -08:00 |
|
Vladimir Kozlov
|
3d5e2ddf61
|
8172990: [AOT] Missing GC scan of _metaspace_got array containing Klass*
Added back _metaspace_got array scan.
Reviewed-by: dlong
|
2017-01-18 14:36:54 -08:00 |
|
Igor Veresov
|
5b9a2a728b
|
8172310: [AOT] Fix unverified entry point
Fix AOT code for the unverified entry point
Reviewed-by: kvn
|
2017-01-10 21:39:20 +03:00 |
|
Igor Veresov
|
2d444d6f19
|
8168792: [AOT] problems in MethodHandle with aot-compiled java.base
Properly support assertions in AOT
Reviewed-by: kvn
|
2016-12-22 17:26:02 -08:00 |
|
Bharadwaj Yadavalli
|
2841c5eb2b
|
8171008: Integrate AOT compiler into JDK
Co-authored-by: Christian Thalinger <cthalinger@twitter.com>
Co-authored-by: Dean Long <dean.long@oracle.com>
Co-authored-by: Dmitrij Pochepko <dmitrij.pochepko@oracle.com>
Co-authored-by: Dmitry Chuyko <dmitry.chuyko@oracle.com>
Co-authored-by: Doug Simon <doug.simon@oracle.com>
Co-authored-by: Eric Caspole <eric.caspole@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Igor Veresov <igor.veresov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Morris Meyer <morris.meyer@oracle.com>
Co-authored-by: Niclas Adlertz <niclas.adlertz@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Reviewed-by: erikj, mchung, psandoz, coleenp, iklam, stefank, simonis
|
2016-12-11 19:07:04 -08:00 |
|
Vladimir Kozlov
|
4865e72a94
|
8179656: [AOT] Add AOT manual test scripts
Reviewed-by: iveresov
|
2017-05-06 09:36:01 -07:00 |
|
Igor Veresov
|
39218dd4b1
|
8178088: Update Graal
Update Graal, do appropriate changes to jaotc
Reviewed-by: kvn
|
2017-04-06 14:31:32 -07:00 |
|
Rickard Bäckman
|
08637a78e6
|
8177069: File separator mismatch on Win-64
Reviewed-by: dlong, kvn
|
2017-03-23 15:40:12 +01:00 |
|
Igor Veresov
|
d405f1648b
|
8177046: Update Graal
Update Graal, make appropriate changes to AOT, and the build system.
Reviewed-by: kvn
|
2017-03-22 13:42:45 -07:00 |
|
Coleen Phillimore
|
35e8433c1c
|
Merge
|
2017-03-14 14:07:24 -04:00 |
|
Bob Vandette
|
929fc23c45
|
Merge
|
2017-02-24 12:41:26 -05:00 |
|
Bob Vandette
|
be6bbf5834
|
8174863: AOT: jaotc should provide an option to specify the path to the platform linker
Reviewed-by: kvn
|
2017-02-22 12:33:36 -05:00 |
|
Bob Vandette
|
b6eb59739d
|
8174203: Enable AOT Jtreg tests on Windows x86_64
Reviewed-by: kvn, dholmes
|
2017-02-14 11:24:35 -05:00 |
|
Bob Vandette
|
50d01f670b
|
8172670: AOT Platform Support for Windows and Mac OS X x64
Reviewed-by: kvn
|
2017-02-09 15:43:54 -05:00 |
|