Skip to content

Commit 8ade4d3

Browse files
committed
copied BinaryInput and BinaryOutput classes into libgraal and removed org.graalvm.nativebridge dependency
1 parent a1e8fe6 commit 8ade4d3

File tree

7 files changed

+1303
-6
lines changed

7 files changed

+1303
-6
lines changed

compiler/mx.compiler/suite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@
488488
"GRAAL",
489489
"GRAAL_MANAGEMENT",
490490
"sdk:NATIVEIMAGE_LIBGRAAL",
491-
"sdk:JNIUTILS",
492-
"sdk:NATIVEBRIDGE"
491+
"sdk:JNIUTILS"
493492
],
494493
"requiresConcealed" : {
495494
"java.base" : [

0 commit comments

Comments
 (0)