On 2024-05-21 20:51, Jiangli Zhou wrote:
Magnus will send out his changes as PR draft for initial review for
deciding on how to move forward with the non-makefile changes.
This is now published in https://github.com/openjdk/jdk/pull/19478.
/Magnus
If the newly built JDK fails to run ("DOA"), we will get a strange error
message about jdk.compiler-gendata errors from make. The reason is not at all
obvious.
Instead, we should make a simple check that we can actually use the new JDK
before starting to use it for the first time, and report cl
On Thu, 30 May 2024 15:02:38 GMT, Magnus Ihse Bursie wrote:
> If the newly built JDK fails to run ("DOA"), we will get a strange error
> message about jdk.compiler-gendata errors from make. The reason is not at all
> obvious.
>
> Instead, we should make a simple check that we can actually use
> Get JDK 24 underway.
Joe Darcy has updated the pull request incrementally with one additional commit
since the last revision:
Update symbol files for JDK 23 build 25.
-
Changes:
- all: https://git.openjdk.org/jdk/pull/18787/files
- new: https://git.openjdk.org/jdk/pull/1878
On Thu, 30 May 2024 15:02:38 GMT, Magnus Ihse Bursie wrote:
> If the newly built JDK fails to run ("DOA"), we will get a strange error
> message about jdk.compiler-gendata errors from make. The reason is not at all
> obvious.
>
> Instead, we should make a simple check that we can actually use
> Get JDK 24 underway.
Joe Darcy has updated the pull request with a new target base due to a merge or
a rebase. The pull request now contains 18 commits:
- Merge branch 'master' into JDK-8330188
- Update symbol files for JDK 23 build 25.
- Correct release year.
- Merge branch 'master' into
On Thu, 30 May 2024 17:11:31 GMT, Joe Darcy wrote:
>> Get JDK 24 underway.
>
> Joe Darcy has updated the pull request with a new target base due to a merge
> or a rebase. The pull request now contains 18 commits:
>
> - Merge branch 'master' into JDK-8330188
> - Update symbol files for JDK 23
On Thu, 30 May 2024 16:44:21 GMT, Joe Darcy wrote:
>> Get JDK 24 underway.
>
> Joe Darcy has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Update symbol files for JDK 23 build 25.
src/jdk.compiler/share/data/symbols/jdk.incubator.foreign-N.s
On Thu, 30 May 2024 18:39:19 GMT, Chen Liang wrote:
>> Joe Darcy has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update symbol files for JDK 23 build 25.
>
> src/jdk.compiler/share/data/symbols/jdk.incubator.foreign-N.sym.txt line 1:
>
The original way of building static libraries in the JDK was to use the
configure argument --enable-static-build, which set the value of the make
variable STATIC_BUILD. (Note that this is not the same as the source code
definition STATIC_BUILD, which will be set by other means as well.)
This me
> Get JDK 24 underway.
Joe Darcy has updated the pull request incrementally with one additional commit
since the last revision:
Temporarily problem list java.lang.instrument tests until jar generation is
fixed.
-
Changes:
- all: https://git.openjdk.org/jdk/pull/18787/files
-
On Thu, 30 May 2024 04:15:24 GMT, Dan Heidinga wrote:
>> `preresolve_list` has the original CP indices (E.g., `putfield #123` as
>> stored in the classfile), but in HotSpot, after bytecode rewriting, the u2
>> following the bytecode is changed to an index into the
>> `cpcache()->_resolved_fiel
12 matches
Mail list logo