Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

openjdk/babylon

Repository files navigation

For build instructions please see theonline documentation,or either of these files:

Seehttps://openjdk.org/ for more information about the OpenJDKCommunity and the JDK and seehttps://bugs.openjdk.org for JDK issuetracking.

Particulars related to Babylon

The Babylon JDK builds like any other JDK, see the build instructions above.

The Babylon API and implementation resides in the incubating modeljdk.incubator.code. Compilation and execution of dependent code requiresthat this module be made visible by explicitly adding to the list of modulese.g., such as with the command line option--add-modules jdk.incubator.code.

Testing

Specific compiler tests can be executed usingjtreg, for example:

jtreg -jdk:./build/macosx-x86_64-server-release/jdk/ -ea -esa -avm -va test/langtools/tools/javac/reflect/

Specific runtime tests can be executed usingjtreg, for example:

jtreg -jdk:./build/macosx-x86_64-server-release/jdk/ -ea -esa -avm -va test/jdk/java/lang/reflect/code/

In addition, the runtime tests can be executed using make with the test groupjdk_lang_reflect_code as follows:

make test TEST=jdk_lang_reflect_code

[8]ページ先頭

©2009-2025 Movatter.jp