RFR: 8206311: Add docs-javase, docs-reference to CI build

2020-09-09 Thread Erik Joelsson
Reposting this review as PR. In order to regularly build the javase and reference docs images, I have made the following changes: 1. Introduced bundle targets for the javase and reference docs images. 2. To run this in CI without adding more unnecessary build time to the linux-x64 target (where

Re: [8u] RFR: 8252975: [8u] JDK-8252395 breaks the build for --with-native-debug-symbols=internal

2020-09-09 Thread Zhengyu Gu
Verified, it fixed build. Looks good to me. Thanks for the quick fix. -Zhengyu On 9/9/20 2:16 PM, Severin Gehwolf wrote: Hi, Please review this 8u (jdk8u/jdk8u-dev tree) fix for JDK-8252395 that I've pushed today. Thanks for Zhengyu Gu for noticing it. The pushed fix added the java.debuginfo

[8u] RFR: 8252975: [8u] JDK-8252395 breaks the build for --with-native-debug-symbols=internal

2020-09-09 Thread Severin Gehwolf
Hi, Please review this 8u (jdk8u/jdk8u-dev tree) fix for JDK-8252395 that I've pushed today. Thanks for Zhengyu Gu for noticing it. The pushed fix added the java.debuginfo and unpack.debuginfo make targets on the condition of ENABLE_DEBUG_SYMBOLS=true, which is insufficient. It needs another check

Re: RFR: 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package

2020-09-09 Thread Philippe Marschall
On Mon, Sep 7, 2020 at 7:54 PM Alan Bateman wrote: > > On Mon, 7 Sep 2020 09:44:09 GMT, Philippe Marschall > wrote: > > > Hello, newbie here > > > > I picked JDK-8138732 to work on because it has a "starter" label and I > > believe I understand what to do. > > > > - I tried to update the copyri

Re: RFR: 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package [v2]

2020-09-09 Thread Philippe Marschall
> Hello, newbie here > > I picked JDK-8138732 to work on because it has a "starter" label and I > believe I understand what to do. > > - I tried to update the copyright year to 2020 in every file. > - I decided to change `@since` from 9 to 16 since it is a new annotation name > in a new package