Problem with jasm source files
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Jan 11 21:02:21 UTC 2018
This is a known problem with that latest numbered version of the
binaries available provided by the Adopt OpenJDK group.
Use the latest (tip) version.
-- Jon
On 1/11/18 9:18 AM, Zdeněk Žamberský wrote:
> Hello,
>
> I had problem running jtreg tests, which use jasm sources (using
> @compile).
> It ended with error when trying to compile jasm sources and printed:
>
> result: Error. can't find jasm
>
>
> I looked into jtreg sources and it seems to came from: [1]
>
> Then I tried to add asmtools.jar to Class-Path in jtreg.jar's manifest
> and it fixed the issue. Shouldn't asmtools.jar be there?
>
> I used build ( jtreg-4.2-b11.tar.gz ) donloaded from addoptopenjdk.net
> [2].
> And I used jtreg/bin/jtreg script to run it.
>
>
> [1]
> http://hg.openjdk.java.net/code-tools/jtreg/file/652902f7fb0e/src/share/classes/com/sun/javatest/regtest/exec/CompileAction.java#l421
> [2] https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/
>
>
> best regards,
>
More information about the jtreg-dev
mailing list