Skip to content

Commit

Permalink
Add GraalVM Reachability Metadata and corresponding nativeTest for Hi…
Browse files Browse the repository at this point in the history
…veServer2
  • Loading branch information
linghengqian committed Jun 6, 2024
1 parent feb2de8 commit cf6af0c
Show file tree
Hide file tree
Showing 32 changed files with 8,867 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ public final class ReflectContext implements AutoCloseable {

/**
* This method is a simulation of the following operation.
* // CHECKSTYLE:OFF
* <pre class="code">
* private final Context context = Context.newBuilder("java")
* .allowAllAccess(true)
* .allowValueSharing(false)
* .option("java.Classpath", JAVA_CLASSPATH)
* .build();
* </pre>
* // CHECKSTYLE:ON
* TODO <a href="https://github.com/oracle/graal/issues/4555">oracle/graal#4555</a> not yet closed.
* Maybe sometimes shardingsphere need `.option("java.Properties.org.graalvm.home", System.getenv("JAVA_HOME")).
*
Expand Down
Loading

0 comments on commit cf6af0c

Please sign in to comment.