jdk/hotspot/test/compiler/unsafe
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
..
generate-unsafe-access-tests.sh 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
generate-unsafe-tests.sh 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
GetUnsafeObjectG1PreBarrier.java 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
JdkInternalMiscUnsafeAccessTestBoolean.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestByte.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestChar.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestDouble.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestFloat.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestInt.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestLong.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestObject.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
JdkInternalMiscUnsafeAccessTestShort.java 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00
SunMiscUnsafeAccessTestBoolean.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestByte.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestChar.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestDouble.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestFloat.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestInt.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestLong.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestObject.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
SunMiscUnsafeAccessTestShort.java 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables 2015-12-09 14:54:40 +01:00
TestUnsafeLoadControl.java 8077504: Unsafe load can loose control dependency and cause crash 2015-05-21 13:54:07 +02:00
UnsafeGetConstantField.java 8142968: Module System implementation 2016-03-17 19:04:01 +00:00
UnsafeGetStableArrayElement.java 8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java 2016-03-03 16:46:58 +03:00
UnsafeRaw.java 8067013: Rename the com.oracle.java.testlibary package 2015-05-04 16:30:07 +02:00
X-UnsafeAccessTest.java.template 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles 2016-02-23 22:09:41 +03:00