FourthGraalAdventures
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
Yet another year or two passed since [[TwoYearsWithTruffle]] article was written and it is time to summarize list of my [[Graal]] adventures again. | Yet another year or two passed since [[TwoYearsWithTruffle]] article was written and it is time to summarize list of my [[Graal]] adventures again. | ||
- | * Expose profile guided information via agent entry to gemasrv | + | * Collecting profiles for guided optimizations |
- | * Collect PGO data in HotSpot | + | ** Expose profile guided information via agent entry to gemasrv |
+ | ** Collect PGO data in HotSpot | ||
** expose them via JMX | ** expose them via JMX | ||
** GR-13626 - PGO instrumentation doesn't work with libgraa | ** GR-13626 - PGO instrumentation doesn't work with libgraa |
Revision as of 09:31, 26 April 2019
Yet another year or two passed since TwoYearsWithTruffle article was written and it is time to summarize list of my Graal adventures again.
- Collecting profiles for guided optimizations
- Expose profile guided information via agent entry to gemasrv
- Collect PGO data in HotSpot
- expose them via JMX
- GR-13626 - PGO instrumentation doesn't work with libgraa
- Universtal Scripting API
- incompatibility of JavaScript engine with Nashorn
- NetBeans & Nashorn deprecation and security vulnerability
- Graal.js relicensed to UPL
- HostAccess & co. - security by default - EXPLICIT
- Write JNI in Java with SubstrateVM
- API improvement: StackValue.get(clazz)
- Forget Go! Go, Java, go! - Panama now.
- Matrix the Ultimate sample demonstrates interaction between JVM and Native Java
- Graal.js maven archetype