Skip to content

Commit

Permalink
Work around oracle/graal#9581
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Sep 26, 2024
1 parent 0b84fac commit c821bf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public static void main(String[] args) throws Exception {
Long[][].class,
Short[].class,
Short[][].class,
// https://github.com/oracle/graal/issues/9581
String[].class,
// Disabled till https://github.com/oracle/graal/issues/9581 gets resolved
// String[].class,
String[][].class,
Void[].class,
Void[][].class,
Expand Down

0 comments on commit c821bf3

Please sign in to comment.