FourthGraalAdventures
From APIDesign
(Difference between revisions)
(New page: Yet another year or two passed since TwoYearsWithTruffle article was written and it is time to summarize list of my Graal adventures again. * Write JNI in Java with SVM * API impr...) |
|||
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 | * Expose profile guided information via agent entry to gemasrv | ||
* Collect PGO data in HotSpot | * Collect PGO data in HotSpot | ||
Line 10: | Line 8: | ||
** incompatibility of JavaScript engine with Nashorn | ** incompatibility of JavaScript engine with Nashorn | ||
** NetBeans & Nashorn deprecation and security vulnerability | ** NetBeans & Nashorn deprecation and security vulnerability | ||
- | * Forget Go! Go, Java, go! - Panama now. | + | * 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 | ** Matrix the Ultimate sample demonstrates interaction between JVM and Native Java | ||
* Graal.js maven archetype | * Graal.js maven archetype | ||
* Graal.js relicensed to UPL | * Graal.js relicensed to UPL | ||
* HostAccess & co. - security by default - EXPLICIT | * HostAccess & co. - security by default - EXPLICIT |
Revision as of 09:20, 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.
- 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
- Scripting API for NetBeans Platform
- incompatibility of JavaScript engine with Nashorn
- NetBeans & Nashorn deprecation and security vulnerability
- 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
- Graal.js relicensed to UPL
- HostAccess & co. - security by default - EXPLICIT