Skip to content

Commit

Permalink
Merge pull request #787 from jerboaa/mandrel-23.1-upstream-merge-2024…
Browse files Browse the repository at this point in the history
…-08-27

Merge upstream changes into Mandrel 23.1 release branch
  • Loading branch information
zakkak authored Aug 27, 2024
2 parents 63da426 + 80587d5 commit a6f6cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

/**
* Support to access system Java modules and the <b>jrt://</b> file system.
*
*
* <p>
* <b>javac</b> and other tools that access the system modules, depend on the
* <b>-Djava.home=/path/to/jdk</b> property to be set e.g. required by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6f6cca

Please sign in to comment.