RFR: 8263753: two new tests from JDK-8261671 fail with "Error. can not find ClassFileInstaller in test directory or libraries"
Vladimir Kozlov
kvn at openjdk.java.net
Wed Mar 17 19:49:48 UTC 2021
On Wed, 17 Mar 2021 19:21:51 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> These new tests were not adapted to JDK-8263412 changes. The failure is the same as JDK-8263549.
>
> Applied fix from JDK-8263549: "replaces ClassFileInstaller w/ jdk.test.lib.helpers.ClassFileInstaller in failing tests descriptions to ensure we won't get split testlibrary".
>
> Tested tier1, hs-tier2 (where tests failed), running failing tests
> @vnkozlov - do you know why these new tests weren't exercised before integration?
> It seems like they would have failed if they had been run after merging with an up to
> date repo...
It is external contribution - they only run tier1.
I tested them up to tier4. But before JDK-8263412 was pushed which broke all tests which references ClassFileInstaller.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3054
More information about the hotspot-compiler-dev
mailing list