-
Bug
-
Resolution: Fixed
-
P2
-
11, 13
-
b15
-
Verified
Includes changes for:
JDK-8220643: [AOT] NullPointerException in org.graalvm.compiler.options.OptionKey$Lazy.<clinit>
JDK-8220810: Latest Graal needs to access jdk.vm.ci.services from jdk.internal.vm.compiler.management
Graal changelog:
42be4fb Tue Mar 26 06:45:43 2019 -0700 Danilo Ansaloni [GR-14586] Add getAccessStamp() to AbstractWriteNode.
f77b22f Mon Mar 25 14:30:59 2019 -0700 Stefan Anzinger [GR-12059] Basic SVM AArch64 support.
4deb681 Sat Mar 23 02:36:07 2019 -0700 Doug Simon [GR-14678] Fix recursive call introduced by optimizing imports.
b3ec483 Fri Mar 22 13:28:01 2019 -0700 Doug Simon [GR-14476] Update to jvmci-0.57.
7dbb0c5 Fri Mar 22 11:37:15 2019 -0700 Doug Simon [GR-14403] Graal should retain local variables if jvmti can_pop_frame/can_access_local_variables capability is set.
1f54916 Fri Mar 22 01:27:27 2019 -0700 Doug Simon [GR-14615] Fields of type Unsafe must be at most package-private.
6a69dd6 Thu Mar 21 17:01:24 2019 -0700 Vladimir Kozlov [GR-13937] Fix JAOTC build.
fb9dd08 Thu Mar 21 00:33:34 2019 -0700 Doug Simon [GR-14585] Allow use of timers even if CPU based timers are not available.
dab657b Wed Mar 20 19:19:56 2019 -0700 Doug Simon [GR-14545] Fix Fortify issues.
c0c8104 Wed Mar 20 17:06:44 2019 -0700 Igor Veresov [GR-14583] Make runtime versions of hash functions equivalent to compile time versions.
b7d5225 Wed Mar 20 11:48:56 2019 -0700 Tom Rodriguez [GR-9682] MatchContext should distinguish between nodes which are a pure function and side effecting ones.
5db8744 Mon Mar 18 14:10:14 2019 -0700 Codrut Stancu [GR-14559] Fix NullPointerException in IntrinsicGraphBuilder.updateLastInstruction().
b59108d Mon Mar 18 09:08:06 2019 -0700 Gilles Duboscq [GR-14386] Make PEA robust in the exception path.
64bc029 Fri Mar 15 12:08:09 2019 -0700 Tom Rodriguez [GR-11368] Refactor providers.
7241cea Fri Mar 15 04:55:30 2019 -0700 Yudi Zheng [GR-14448] Add Graal stubs for compareTo operations.
b301cbf Fri Mar 15 02:16:16 2019 -0700 Yudi Zheng [GR-11198] Disallow inlining of partial intrinsic when parsing a snippet.
0884349 Thu Mar 14 11:43:18 2019 -0700 Tom Rodriguez [GR-13902] Refactor adjustCompilationLevel.
de9b31d Thu Mar 14 10:06:25 2019 -0700 Gergö Barany [GR-13991] Intern constant strings at compile time.
c7d2f62 Thu Mar 14 09:12:27 2019 -0700 Doug Simon [GR-14105] Remove uses of system properties.
Graal changelog:
42be4fb Tue Mar 26 06:45:43 2019 -0700 Danilo Ansaloni [GR-14586] Add getAccessStamp() to AbstractWriteNode.
f77b22f Mon Mar 25 14:30:59 2019 -0700 Stefan Anzinger [GR-12059] Basic SVM AArch64 support.
4deb681 Sat Mar 23 02:36:07 2019 -0700 Doug Simon [GR-14678] Fix recursive call introduced by optimizing imports.
b3ec483 Fri Mar 22 13:28:01 2019 -0700 Doug Simon [GR-14476] Update to jvmci-0.57.
7dbb0c5 Fri Mar 22 11:37:15 2019 -0700 Doug Simon [GR-14403] Graal should retain local variables if jvmti can_pop_frame/can_access_local_variables capability is set.
1f54916 Fri Mar 22 01:27:27 2019 -0700 Doug Simon [GR-14615] Fields of type Unsafe must be at most package-private.
6a69dd6 Thu Mar 21 17:01:24 2019 -0700 Vladimir Kozlov [GR-13937] Fix JAOTC build.
fb9dd08 Thu Mar 21 00:33:34 2019 -0700 Doug Simon [GR-14585] Allow use of timers even if CPU based timers are not available.
dab657b Wed Mar 20 19:19:56 2019 -0700 Doug Simon [GR-14545] Fix Fortify issues.
c0c8104 Wed Mar 20 17:06:44 2019 -0700 Igor Veresov [GR-14583] Make runtime versions of hash functions equivalent to compile time versions.
b7d5225 Wed Mar 20 11:48:56 2019 -0700 Tom Rodriguez [GR-9682] MatchContext should distinguish between nodes which are a pure function and side effecting ones.
5db8744 Mon Mar 18 14:10:14 2019 -0700 Codrut Stancu [GR-14559] Fix NullPointerException in IntrinsicGraphBuilder.updateLastInstruction().
b59108d Mon Mar 18 09:08:06 2019 -0700 Gilles Duboscq [GR-14386] Make PEA robust in the exception path.
64bc029 Fri Mar 15 12:08:09 2019 -0700 Tom Rodriguez [GR-11368] Refactor providers.
7241cea Fri Mar 15 04:55:30 2019 -0700 Yudi Zheng [GR-14448] Add Graal stubs for compareTo operations.
b301cbf Fri Mar 15 02:16:16 2019 -0700 Yudi Zheng [GR-11198] Disallow inlining of partial intrinsic when parsing a snippet.
0884349 Thu Mar 14 11:43:18 2019 -0700 Tom Rodriguez [GR-13902] Refactor adjustCompilationLevel.
de9b31d Thu Mar 14 10:06:25 2019 -0700 Gergö Barany [GR-13991] Intern constant strings at compile time.
c7d2f62 Thu Mar 14 09:12:27 2019 -0700 Doug Simon [GR-14105] Remove uses of system properties.
- duplicates
-
JDK-8220643 [AOT] NullPointerException in org.graalvm.compiler.options.OptionKey$Lazy.<clinit>
- Closed
-
JDK-8220810 Latest Graal needs to access jdk.vm.ci.services from jdk.internal.vm.compiler.management
- Closed
- relates to
-
JDK-8221782 [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services
- Resolved
-
JDK-8217758 [Graal] Graal should retain local variables if jvmti can_pop_frame/can_access_local_variables capability is set
- Resolved
-
JDK-8222675 [Graal] 19% regression in promo benchmark in b15
- Closed