On Fri, 28 Apr 2023 01:03:28 GMT, Jiangli Zhou wrote:
> Initial implementation for supporting building a fully statically linked
> (with a desired set of JDK native libraries and libjvm) Java launcher
> executable, which is named as 'javastatic'.
>
> In this PR, the support is only added for t
On Thu, 27 Apr 2023 18:21:56 GMT, Jim Laskey wrote:
>> Add flexible main methods and anonymous main classes to the Java language.
>
> Jim Laskey has updated the pull request with a new target base due to a merge
> or a rebase. The pull request now contains 14 commits:
>
> - Merge branch 'maste
Initial implementation for supporting building a fully statically linked (with
a desired set of JDK native libraries and libjvm) Java launcher executable,
which is named as 'javastatic'.
In this PR, the support is only added for the linux platform. Both gcc and
clang can be supported. For curre
On Thu, 27 Apr 2023 21:04:42 GMT, Erik Joelsson wrote:
>> Antonios Printezis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> updated
>
> Marked as reviewed by erikj (Reviewer).
> @erikj79 Thanks! I assume the integrate command will actu
On Thu, 27 Apr 2023 21:04:42 GMT, Erik Joelsson wrote:
>> Antonios Printezis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> updated
>
> Marked as reviewed by erikj (Reviewer).
@erikj79 Thanks! I assume the integrate command will actual
On Thu, 27 Apr 2023 20:53:25 GMT, Antonios Printezis wrote:
>> Fix is to exclude hsdis when building the buildjdk.
>
> Antonios Printezis has updated the pull request incrementally with one
> additional commit since the last revision:
>
> updated
Marked as reviewed by erikj (Reviewer).
On Thu, 27 Apr 2023 18:21:56 GMT, Jim Laskey wrote:
>> Add flexible main methods and anonymous main classes to the Java language.
>
> Jim Laskey has updated the pull request with a new target base due to a merge
> or a rebase. The pull request now contains 14 commits:
>
> - Merge branch 'maste
> Fix is to exclude hsdis when building the buildjdk.
Antonios Printezis has updated the pull request incrementally with one
additional commit since the last revision:
updated
-
Changes:
- all: https://git.openjdk.org/jdk/pull/13697/files
- new: https://git.openjdk.org/jdk/pu
On Thu, 27 Apr 2023 20:37:11 GMT, Erik Joelsson wrote:
>> Antonios Printezis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> changes based on Erik's feedback
>
> make/autoconf/buildjdk-spec.gmk.in line 109:
>
>> 107: # hsdis is not need
On Thu, 27 Apr 2023 20:08:29 GMT, Antonios Printezis wrote:
>> Fix is to exclude hsdis when building the buildjdk.
>
> Antonios Printezis has updated the pull request incrementally with one
> additional commit since the last revision:
>
> changes based on Erik's feedback
make/autoconf/buildj
On Thu, 27 Apr 2023 18:28:41 GMT, Jim Laskey wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java line 432:
>>
>>> 430:
>>> 431: // Restructure top level to be an top level anonymous class.
>>> 432: public static void constructAnonymousMainClass(JCCompilationUnit
> Fix is to exclude hsdis when building the buildjdk.
Antonios Printezis has updated the pull request incrementally with one
additional commit since the last revision:
changes based on Erik's feedback
-
Changes:
- all: https://git.openjdk.org/jdk/pull/13697/files
- new: https
On Thu, 27 Apr 2023 18:19:49 GMT, Erik Joelsson wrote:
>> Antonios Printezis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> changes based on Erik's feedback
>
> This looks like it should work, but I would like to avoid sprinkling any mo
On Thu, 27 Apr 2023 14:53:21 GMT, Maurizio Cimadamore
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> PreviewFeatures.isEnabled()
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java line 432:
>
>
On Thu, 27 Apr 2023 18:19:49 GMT, Erik Joelsson wrote:
> This looks like it should work, but I would like to avoid sprinkling any more
> CREATING_BUILDJDK conditionals throughout the build than absolutely
> necessary. I think it would be better to just override `HSDIS_BACKEND` and
> `ENABLE_HS
On Thu, 27 Apr 2023 17:57:05 GMT, Antonios Printezis wrote:
> Fix is to exclude hsdis when building the buildjdk.
This looks like it should work, but I would like to avoid sprinkling any more
CREATING_BUILDJDK conditionals throughout the build than absolutely necessary.
I think it would be bet
On Thu, 27 Apr 2023 13:39:37 GMT, Alan Bateman wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> PreviewFeatures.isEnabled()
>
> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 45:
>
>> 43: import ja
On Thu, 27 Apr 2023 14:55:01 GMT, Maurizio Cimadamore
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> PreviewFeatures.isEnabled()
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java line
> 2433
> Add flexible main methods and anonymous main classes to the Java language.
Jim Laskey has updated the pull request with a new target base due to a merge
or a rebase. The pull request now contains 14 commits:
- Merge branch 'master' into 8306112
- PreviewFeatures.isEnabled()
- Clean up isPre
Fix is to exclude hsdis when building the buildjdk.
-
Commit messages:
- JDK-8307063: When cross-compiling with hsdis/binutils, buildjdk creation
fails
Changes: https://git.openjdk.org/jdk/pull/13697/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13697&range=00
Issue: ht
On Thu, 27 Apr 2023 13:17:58 GMT, Jim Laskey wrote:
>> Add flexible main methods and anonymous main classes to the Java language.
>
> Jim Laskey has updated the pull request incrementally with one additional
> commit since the last revision:
>
> PreviewFeatures.isEnabled()
I assume future it
On Thu, 27 Apr 2023 13:17:58 GMT, Jim Laskey wrote:
>> Add flexible main methods and anonymous main classes to the Java language.
>
> Jim Laskey has updated the pull request incrementally with one additional
> commit since the last revision:
>
> PreviewFeatures.isEnabled()
src/jdk.compiler/s
On Thu, 27 Apr 2023 13:17:58 GMT, Jim Laskey wrote:
>> Add flexible main methods and anonymous main classes to the Java language.
>
> Jim Laskey has updated the pull request incrementally with one additional
> commit since the last revision:
>
> PreviewFeatures.isEnabled()
src/java.base/shar
> Add flexible main methods and anonymous main classes to the Java language.
Jim Laskey has updated the pull request incrementally with one additional
commit since the last revision:
PreviewFeatures.isEnabled()
-
Changes:
- all: https://git.openjdk.org/jdk/pull/13689/files
-
Add flexible main methods and anonymous main classes to the Java language.
-
Commit messages:
- Clean up isPreview
- Missing exception
- Corrections
- Update VM.java
- Clean up testing
- Update TestJavacTaskScanner.java
- Merge branch 'master' into 8306112
- Clean up
- remnan
On Thu, 27 Apr 2023 07:00:05 GMT, xpbob wrote:
> hi
>
> bash configure
>
> There is an warning message
>
> The following warnings were produced. Repeated here for convenience:
> WARNING: Ignoring value of GREP from the environment. Use command line
> variables instead.
This pull request has
On Fri, 17 Mar 2023 15:42:56 GMT, Per Minborg wrote:
> API changes for the FFM API (third preview)
>
> ### Specdiff
> https://cr.openjdk.org/~pminborg/panama/21/v2/specdiff/overview-summary.html
>
> ### Javadoc
> https://cr.openjdk.org/~pminborg/panama/21/v2/javadoc/api/java.base/java/lang/fore
On Thu, 27 Apr 2023 08:50:01 GMT, Christoph Langer wrote:
>> hi
>>
>> bash configure
>>
>> There is an warning message
>>
>> The following warnings were produced. Repeated here for convenience:
>> WARNING: Ignoring value of GREP from the environment. Use command line
>> variables instead.
>
>
On Thu, 27 Apr 2023 07:00:05 GMT, xpbob wrote:
> hi
>
> bash configure
>
> There is an warning message
>
> The following warnings were produced. Repeated here for convenience:
> WARNING: Ignoring value of GREP from the environment. Use command line
> variables instead.
Marked as reviewed by
On Thu, 27 Apr 2023 07:00:05 GMT, xpbob wrote:
> hi
>
> bash configure
>
> There is an warning message
>
> The following warnings were produced. Repeated here for convenience:
> WARNING: Ignoring value of GREP from the environment. Use command line
> variables instead.
Ah, yes, I must have o
hi
bash configure
There is an warning message
The following warnings were produced. Repeated here for convenience:
WARNING: Ignoring value of GREP from the environment. Use command line
variables instead.
-
Commit messages:
- 8306976: UTIL_REQUIRE_SPECIAL warning on grep
Changes
31 matches
Mail list logo