close
The Wayback Machine - https://web.archive.org/web/20221127003408/https://github.com/oracle/graal/commit/db0493721fd77a074630f9b174bf2a3727ac92e7
Skip to content
Permalink
Browse files
Add espresso changelog
  • Loading branch information
gilles-duboscq committed Sep 16, 2021
1 parent 51ac9dd commit db0493721fd77a074630f9b174bf2a3727ac92e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
@@ -1,2 +1,3 @@
/truffle/CHANGELOG.md merge=union
/sdk/CHANGELOG.md merge=union
/sdk/CHANGELOG.md merge=union
/espresso/CHANGELOG.md merge=union
@@ -0,0 +1,18 @@
# Espresso Changelog

## Version 21.3.0
### User-visible changes
* Java 17 guest and host support.
* Support using interop buffer-like object as a `byte[]` in espresso.
* Add buffer interop messages to the explicit interop API.
* The Polyglot API is not enabled by default anymore. When needed, contexts should be created with the `java.Polyglot` option set to `true`.
* The HotSwapAPI is not auto-enabled by debugging anymore. When needed, contexts should be created with the `java.HotSwapAPI` option set to `true`.
* Avoid illegal reflective access warnings with host Java >= 11.
### Internal changes
* The Static Object Model has moved to Truffle.
* On-Stack-Replacement using the new Truffle bytecode OSR API.
* Detect and report trivial methods.
* Enable saturated type flows.
### Noteworthy fixes
* Performance and functional related to JDWP.
* Fix some crashes observed when using the JNA.

0 comments on commit db04937

Please sign in to comment.