Jamsheed Mohammed C M
|
197ce5bafa
|
8166002: Emulate client build on platforms with reduced virtual address space
The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov
|
2017-01-17 21:38:07 -08:00 |
|
Christian Tornqvist
|
ad85e18f23
|
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
|
2016-08-19 10:06:30 -04:00 |
|
Harold Seigel
|
d7ea24479b
|
8136930: Simplify use of module-system options by custom launchers
Reviewed-by: coleenp, lfoltan, mchung
|
2016-08-10 15:48:04 -07:00 |
|
Igor Ignatyev
|
e19479825a
|
8151280: update hotspot tests to use vm.compMode instead of their own logic
Update hs compiler tests to use vm.compMode instead of their own logic and to get VM mode using j.t.l.Platform
Reviewed-by: kvn, dpochepk
|
2016-07-13 18:03:15 +03:00 |
|
Igor Ignatyev
|
a0381422dd
|
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
|
2016-07-12 18:24:48 +03:00 |
|
Vladimir Ivanov
|
71d2f5b46d
|
Merge
|
2016-05-06 19:45:22 +03:00 |
|
Alejandro Murillo
|
b68bd82d9b
|
Merge
|
2016-05-06 06:12:56 -07:00 |
|
Jamsheed Mohammed C M
|
88cbbd634e
|
8156124: Update compiler/unsafe/UnsafeGetConstantField after JDK-8148518 is fixed
Removed workaround added for 8148518.
Reviewed-by: vlivanov
|
2016-05-06 05:57:43 -07:00 |
|
Vladimir Ivanov
|
d312e84812
|
8155751: Some tests miss othervm for main/bootclasspath mode
Reviewed-by: kvn
|
2016-05-04 23:08:43 +03:00 |
|
Alan Bateman
|
a503db18fb
|
8154956: Module system implementation refresh (4/2016)
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Reviewed-by: acorn, jiangli, ccheung, hseigel
|
2016-05-03 09:09:20 +01: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
|
79c80f1282
|
8152857: [TESTBUG] UnsafeGetConstantField.testUnsafeGetFieldUnaligned fails w/ -XX:-UseUnalignedAccesses in -Xcomp mode
Reviewed-by: kvn, thartmann
|
2016-03-29 21:33:16 +03:00 |
|
Alejandro Murillo
|
1bd14828a0
|
8152483: Fix a couple of tests that are being incorrectly run on C1 after jigsaw M3
Reviewed-by: ctornqvi, kvn
|
2016-03-22 18:41:09 -07:00 |
|
Alan Bateman
|
f30fc1c88b
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
|
2016-03-17 19:04:01 +00:00 |
|
Vladimir Ivanov
|
bb51ea7a06
|
8150543: Mismatched access detection is inaccurate
Reviewed-by: kvn, shade
|
2016-02-29 23:46:55 +03:00 |
|
Paul Sandoz
|
73acd18275
|
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
|
2015-12-03 11:18:34 +01:00 |
|
Chris Plummer
|
d78d0c4fa4
|
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.
Reviewed-by: mseledtsov, sla, iklam
|
2015-10-29 12:04:04 -07:00 |
|
Chris Hegarty
|
ca4787d77b
|
8139891: Prepare Unsafe for true encapsulation
Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
|
2015-10-27 14:18:56 +00:00 |
|
Vladimir Ivanov
|
92d8281194
|
8078629: VM should constant fold Unsafe.get*() loads from final fields
Reviewed-by: kvn, jrose, psandoz
|
2015-07-14 06:44:50 -07:00 |
|