RFR: 8373935: Migrate java/lang/invoke tests away from TestNG [v2]
Chen Liang
liach at openjdk.org
Tue Jan 20 23:55:06 UTC 2026
On Tue, 20 Jan 2026 19:45:54 GMT, Chen Liang <liach at openjdk.org> wrote:
>> test/jdk/java/lang/invoke/CompileThresholdBootstrapTest.java line 46:
>>
>>> 44: public static void main(String ... args) throws Throwable {
>>> 45: CompileThresholdBootstrapTest test = new CompileThresholdBootstrapTest();
>>> 46: test.testBootstrap();
>>
>> Does this main method even do anything? Looks like it's not being run.
>
> I know @cl4es loves to add main to small programs for easy profiling. Claes, do you think we should keep this main entrypoint for easy profiling?
Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28879#discussion_r2710458426
More information about the core-libs-dev
mailing list