RFR: 8285401: Proxy class initializer should use 3-arg `Class.forName` to avoid unnecessary class initialization [v3]
Jaikiran Pai
jpai at openjdk.java.net
Wed May 25 09:24:57 UTC 2022
On Tue, 24 May 2022 13:08:53 GMT, liach <duke at openjdk.java.net> wrote:
> so on a mismatch, it would print parameter type initialized after instantiation expected: true actual: false
That looks fine then. I hadn't looked closely at what testng prints and I had thought that on an assertion failure it would print only `AssertionError: parameter type initialized after instantiation` which wouldn't be accurate. The one you note above is more clear.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8800
More information about the core-libs-dev
mailing list