How to skip "Creating CDS-NOCOOPS archive for jdk image for server"
Thomas Stüfe
thomas.stuefe at gmail.com
Mon Apr 3 14:28:34 UTC 2023
On Mon, Apr 3, 2023 at 4:24 PM Oliver Kopp <kopp.dev at gmail.com> wrote:
> Hi,
>
> Am Mo., 3. Apr. 2023 um 12:52 Uhr schrieb Thomas Stüfe <
> thomas.stuefe at gmail.com>:
>
> More generally, you can specify a different JVM for building purposes with
>> --with-build-jdk.
>>
>
> Thank you for the hint!
>
> Now, it hangs at "Updating support/src.zip":
>
> $ make test TEST="jtreg:test/jdk/tools/jlink/JLink100Modules.java"
> Building target 'test' in configuration 'windows-x86_64-server-release'
> Compiling up to 89 files for jdk.jlink
> Updating support/src.zip
>
> When killing the build process, the output is:
>
> make[2]: *** [make/Main.gmk:672: build-test-hotspot-jtreg-native] Error 100
>
> Should I build jtreg with JDK's master, too?
>
>
No idea, sorry. I don't run tests via make, so I have no experiences with
that.
I always call jtreg directly on the command line; there you specify via env
var JT_JAVA the jdk to use for jtreg, and via -jdk option the jdk you want
to test.
Cheers, Thomas
> Cheers,
>
> Oliver
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jdk-dev/attachments/20230403/360e12c8/attachment.htm>
More information about the jdk-dev
mailing list