Skip to content

Commit

Permalink
Enable jdk_beans on aarch64_mac for JDK17+ (#5964)
Browse files Browse the repository at this point in the history
- Enable jdk_beans on aarch64_mac for JDK17+

related: eclipse-openj9/openj9#20531

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm authored Feb 24, 2025
1 parent 908be7e commit ba55d50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,13 @@
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment>
<impl>openj9</impl>
<platform>^(?!.*linux).*$</platform>
<platform>^(?!.*linux|aarch64_mac).*$</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment>
<impl>openj9</impl>
<platform>aarch64_mac.*</platform>
<version>[8, 11]</version>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment>
Expand Down

0 comments on commit ba55d50

Please sign in to comment.