Skip to content

Commit

Permalink
add graal native image config files
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Oct 11, 2024
1 parent a7f0e7f commit 701eb14
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 0 deletions.
250 changes: 250 additions & 0 deletions graal-config/reflect-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,250 @@
[
{
"name" : "byte[]",
"unsafeAllocated" : true
},
{
"name" : "byte[][]",
"unsafeAllocated" : true
},
{
"name" : "byte[][][]",
"unsafeAllocated" : true
},
{
"name" : "byte[][][][]",
"unsafeAllocated" : true
},
{
"name" : "byte[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "boolean[]",
"unsafeAllocated" : true
},
{
"name" : "boolean[][]",
"unsafeAllocated" : true
},
{
"name" : "boolean[][][]",
"unsafeAllocated" : true
},
{
"name" : "boolean[][][][]",
"unsafeAllocated" : true
},
{
"name" : "boolean[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "int[]",
"unsafeAllocated" : true
},
{
"name" : "int[][]",
"unsafeAllocated" : true
},
{
"name" : "int[][][]",
"unsafeAllocated" : true
},
{
"name" : "int[][][][]",
"unsafeAllocated" : true
},
{
"name" : "int[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "long[]",
"unsafeAllocated" : true
},
{
"name" : "long[][]",
"unsafeAllocated" : true
},
{
"name" : "long[][][]",
"unsafeAllocated" : true
},
{
"name" : "long[][][][]",
"unsafeAllocated" : true
},
{
"name" : "long[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigInteger[]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigInteger[][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigInteger[][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigInteger[][][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigInteger[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigDecimal[]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigDecimal[][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigDecimal[][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigDecimal[][][][]",
"unsafeAllocated" : true
},
{
"name" : "java.math.BigDecimal[][][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Address[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Address[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Address[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Address[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Tuple[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Tuple[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Tuple[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Tuple[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Single[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Single[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Single[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Single[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Pair[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Pair[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Pair[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Pair[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Triple[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Triple[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Triple[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Triple[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quadruple[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quadruple[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quadruple[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quadruple[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quintuple[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quintuple[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quintuple[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Quintuple[][][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Sextuple[]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Sextuple[][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Sextuple[][][]",
"unsafeAllocated" : true
},
{
"name" : "com.esaulpaugh.headlong.abi.Sextuple[][][][]",
"unsafeAllocated" : true
}
]
16 changes: 16 additions & 0 deletions graal-config/resource-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"resources": [
{
"pattern": "META-INF/MANIFEST.MF",
"resourceBundle": true
},
{
"pattern": "META-INF/*",
"resourceBundle": true
},
{
"pattern": "META-INF/*/*",
"resourceBundle": true
}
]
}

0 comments on commit 701eb14

Please sign in to comment.