Josef Haider
394ae33778
8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base
...
Reviewed-by: kvn, never, dlong
2019-01-14 21:34:39 +01:00
Igor Veresov
6dfc66948b
8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
...
Temporarily cripple j.l.Math.*Exact() instrinsics to pass TCK
Reviewed-by: kvn, dlong, never
2019-01-15 10:40:32 -08:00
Doug Simon
516a3b3ec1
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
...
Reviewed-by: iveresov, never, dlong
2018-12-14 17:32:16 -08:00
Vladimir Kozlov
f7e8dcc0bb
8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043
...
Add check for new intrinsics
Reviewed-by: iveresov, iignatyev
2018-12-20 14:03:56 -08:00
Doug Simon
945e9400ce
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
...
Reviewed-by: iveresov, never, dlong
2018-12-14 16:52:17 -08:00
Joe Darcy
b5f0eec3d8
8205626: Start of release updates for JDK 13
...
8205393: Add SourceVersion.RELEASE_13
8205394: Add source 13 and target 13 to javac
8205645: Bump maximum recognized class file version to 57 for JDK 13
8214825: Update preview language features for start of JDK 13
Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
2018-12-13 19:06:11 +01:00
Vladimir Kozlov
a2541e687b
8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
...
Fix CheckGraalIntrinsics test for new intrinsics.
Reviewed-by: iveresov, never
2018-12-12 21:02:46 -08:00
Igor Veresov
8d8b784c9e
8215224: Update Graal
...
Reviewed-by: kvn
2018-12-11 16:50:43 -08:00
Dean Long
14c389333c
8214023: Update Graal
...
Reviewed-by: kvn
2018-12-08 00:56:10 -08:00
Igor Veresov
ab98118bec
8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
...
Reviewed-by: kvn
2019-01-23 16:57:01 -08:00
Dean Long
971575362a
8210777: Update Graal
...
Reviewed-by: kvn
2018-11-15 09:04:07 -08:00
Dean Long
5e25c70198
8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
...
Reviewed-by: kvn
2018-11-09 09:57:22 -08:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Doug Simon
548eb6860a
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
...
Reviewed-by: never, kvn, sspitsyn
2018-10-05 20:03:14 +02:00
Igor Veresov
acb7acc64f
8210478: Update Graal
...
Reviewed-by: kvn
2018-09-13 22:45:12 -07:00
Igor Veresov
4dfa58d553
8206992: Update Graal
...
Reviewed-by: kvn
2018-08-17 13:20:53 -07:00
Phil Race
1387c87093
Merge
2018-07-26 10:00:40 -07:00
Dean Long
7723d3a1e9
8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
...
Reviewed-by: kvn
2018-07-23 12:01:43 -07:00
Rahul Raghavan
75437a84db
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
...
Added required uses statement
Reviewed-by: dnsimon, kvn
2018-07-20 01:23:38 -07:00
Phil Race
28e828130d
Merge
2018-07-19 10:17:22 -07:00
Jesper Wilhelmsson
4fc510cc89
Merge
2018-07-14 02:14:54 +02:00
Zhongwei Yao
45158a4766
8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
...
Reviewed-by: adinn, aph
2018-07-11 15:00:33 +08:00
Tobias Hartmann
cbec44e846
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
...
Ignore encodeBlock intrinsic.
Reviewed-by: kvn
2018-07-02 09:28:23 +02:00
Igor Ignatyev
8de0f1ba41
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
...
Reviewed-by: kvn
2018-06-29 13:44:13 -07:00
Igor Ignatyev
16cb20cfbd
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
...
Reviewed-by: kvn
2018-06-29 13:44:09 -07:00
Tom Rodriguez
6fc0ec871a
8205824: Update Graal
...
Reviewed-by: iveresov, kvn
2018-06-27 17:02:41 -07:00
Igor Veresov
700a0427a1
8202698: Update Graal for JEP 181 - Nest-based access control
...
Reviewed-by: kvn
2018-06-27 09:56:06 -07:00
Jesper Wilhelmsson
4222f3408c
Merge
2018-07-03 02:07:49 +02:00
Rahul Raghavan
29dc54093b
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
...
Added required uses statement
Reviewed-by: dnsimon, kvn
2018-07-02 00:55:24 -07:00
Tobias Hartmann
48942a6aba
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
...
Ignore encodeBlock intrinsic.
Reviewed-by: kvn
2018-07-02 09:21:06 +02:00
Joe Darcy
e56162b43d
8205615: Start of release updates for JDK 12
...
8205621: Increment JDK version for JDK 12
8193292: Add SourceVersion.RELEASE_12
8193290: Add source 12 and target 12 to javac
8205619: Bump maximum recognized class file version to 56 for JDK 12
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Mikael Vidstedt <mikael.vidstedt@oracle.com>
Reviewed-by: alanb, smarks, jjg, mr, erikj, psandoz, dholmes
2018-06-27 21:01:12 -07:00
Igor Veresov
ac42932122
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
...
Disable fast TLAB refill in Graal.
Reviewed-by: dnsimon, kvn
2018-06-20 17:30:43 -07:00
Dean Long
9d98befb04
8204231: Update Graal
...
Reviewed-by: kvn
2018-06-18 09:48:22 -07:00
Dean Long
1116541254
8204199: Test fails after 8202670 Graal update
...
Reviewed-by: thartmann, kvn
2018-06-06 09:37:44 -07:00
Dean Long
e9161fc443
8202670: Update Graal
...
Reviewed-by: kvn, aph
2018-05-31 10:38:05 -07:00
Dean Long
602a52482c
8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError
...
Reviewed-by: iveresov, epavlova
2018-05-18 12:32:32 -07:00
Andrew Haley
0d6885f792
8185505: AArch64: Port AOT to AArch64
...
Reviewed-by: kvn
2018-05-14 12:03:59 +01:00
Daniel D. Daugherty
5e70392aa8
8132287: obsolete the "InlineNotify" flag option
...
Reviewed-by: kvn, dlong, dholmes
2018-05-11 11:08:32 -04:00
Dean Long
839458fd21
8199755: Update Graal
...
Reviewed-by: kvn
2018-04-24 09:04:57 -07:00
Dean Long
5f29406d2c
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
...
Reviewed-by: kvn
2018-07-16 15:09:19 -07:00
Per Lidén
6825739d3f
8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
...
Reviewed-by: shade, rehn
2018-04-12 08:25:56 +02:00
Igor Veresov
089f83703a
8198969: Update Graal
...
Reviewed-by: kvn
2018-03-16 22:59:32 -07:00
Erik Österlund
95d34d138d
8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
...
Reviewed-by: stefank, coleenp, kvn, ehelin
2018-02-26 09:34:12 +01:00
Sangheon Kim
98a4315c72
8193909: Obsolete(remove) Co-operative Memory Management (CMM)
...
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Reviewed-by: dholmes, jwilhelm, mchung, tschatzl
2018-02-20 12:54:26 -08:00
Igor Veresov
333333a507
8194819: Update Graal
...
Reviewed-by: kvn
2018-02-02 17:28:17 -08:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Lana Steuck
c8c8cd7238
Merge
2018-01-04 04:22:28 +00:00
Tobias Hartmann
15ef7c04a2
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
...
Graal does not respect ObjectAlignmentInBytes VM option.
Reviewed-by: kvn
2018-01-10 09:04:11 +01:00
Paul Sandoz
038b5f571c
8191913: Bump classfile version number to 55
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: dholmes, darcy
2017-12-20 09:14:06 -08:00