diff --git a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/JRTSupport.java b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/JRTSupport.java index 920f20f3cdb8..5b0d1b03dd33 100644 --- a/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/JRTSupport.java +++ b/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/JRTSupport.java @@ -54,7 +54,7 @@ /** * Support to access system Java modules and the jrt:// file system. - * + * *
* javac and other tools that access the system modules, depend on the * -Djava.home=/path/to/jdk property to be set e.g. required by diff --git a/substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java b/substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java index 97f7b14c9325..81012e52fd3c 100644 --- a/substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java +++ b/substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java @@ -1138,7 +1138,7 @@ private int completeImageBuild() { * only allow inlining when JIT compiling after n invocations. PROFILE_GWT is used to * profile "guard with test" method handles and speculate on a constant guard value, making * the other branch statically unreachable for JIT compilation. - * + * * Both are used for example in the implementation of record hashCode/equals methods. We * disable this behavior in the image builder because for AOT compilation, profiling and * speculation are never useful. Instead, it prevents optimizing the method handles for AOT