> API changes for the FFM API (third preview)
> 
> ### Specdiff
> https://cr.openjdk.org/~pminborg/panama/21/v2/specdiff/overview-summary.html
> 
> ### Javadoc
> https://cr.openjdk.org/~pminborg/panama/21/v2/javadoc/api/java.base/java/lang/foreign/package-summary.html
> 
> ### Tests
> 
> Testing excludes tests on the "zero" platform. 
> 
> - [X] Tier1
> - [X] Tier2
> - [X] Tier3
> - [X] Tier4
> - [X] Tier5
> - [X] Tier6 (Except one test applications/jcstress/init.java as per below)
> 
> 
> Exception in thread "main" java.lang.IllegalStateException: 
> /opt/mach5/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S63432/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b895db82-df34-4e71-9b59-8e23465e55c1/runs/777d38e3-4dd3-42b6-95ca-97f1167b417c/testoutput/test-support/jtreg_open_test_hotspot_jtreg_jcstress_part3/classes/2/applications/jcstress/causality/d/applications/jcstress/JcstressRunner
>       at org.openjdk.jcstress.util.Reflections.getClasses(Reflections.java:66)
>       at 
> org.openjdk.jcstress.vm.ContendedTestMain.main(ContendedTestMain.java:43)
> Caused by: java.lang.ClassNotFoundException: 
> /opt/mach5/mesos/work_dir/slaves/741e9afd-8c02-45c3-b2e2-9db1450d0832-S63432/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b895db82-df34-4e71-9b59-8e23465e55c1/runs/777d38e3-4dd3-42b6-95ca-97f1167b417c/testoutput/test-support/jtreg_open_test_hotspot_jtreg_jcstress_part3/classes/2/applications/jcstress/causality/d/applications/jcstress/JcstressRunner
>       at java.base/java.lang.Class.forName0(Native Method)
>       at java.base/java.lang.Class.forName(Class.java:497)
>       at java.base/java.lang.Class.forName(Class.java:476)
>       at org.openjdk.jcstress.util.Reflections.getClasses(Reflections.java:64)
>       ... 1 more

Per Minborg has updated the pull request incrementally with one additional 
commit since the last revision:

  Update src/java.base/share/classes/java/lang/foreign/Linker.java
  
  Co-authored-by: Paul Sandoz <paul.d.san...@googlemail.com>

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13079/files
  - new: https://git.openjdk.org/jdk/pull/13079/files/fbd3520d..b18d44c7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13079&range=25
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13079&range=24-25

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/13079.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13079/head:pull/13079

PR: https://git.openjdk.org/jdk/pull/13079

Reply via email to