[lworld] Integrated: 8281880: AsmTools driver uses wrong implementation classes
Dan Smith
dlsmith at openjdk.java.net
Tue Feb 15 22:57:22 UTC 2022
On Tue, 15 Feb 2022 20:51:42 GMT, Dan Smith <dlsmith at openjdk.org> wrote:
> In Valhalla's copy of the AsmTools library, jtreg runs the JtregDriver with a class loader that knows about the original AsmTools bundled with jtreg. As a result, these original classes are used instead of Valhalla's modified implementation.
>
> Fix: run the driver code in the context of a class loader that will prefer the Valhalla implementation.
This pull request has now been integrated.
Changeset: 2c8ecdb0
Author: Dan Smith <dlsmith at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/2c8ecdb0cd4a3d1a0d699a5fd2cf769692c73bba
Stats: 141 lines in 1 file changed: 80 ins; 20 del; 41 mod
8281880: AsmTools driver uses wrong implementation classes
-------------
PR: https://git.openjdk.java.net/valhalla/pull/650
More information about the valhalla-dev
mailing list