RFR: 8315071 : Modify TrayIconScalingTest.java, PrintLatinCJKTest.java to use new PassFailJFrame's builder pattern usage

2023-08-26 Thread lawrence . andrews
Both the tests demonstrates how to use the PassFailJFrame's builder pattern. 1) TrayIconScalingTest.java demonstrates how to add screen shot method 2) PrintLatinCJKTest.java demonstrates how to use PassFailJFrame's builder pattern without screen shot method. @aivanov-jdk @honkar-jdk --

Re: RFR: JDK-8313764: Offer JVM HS functionality to shared lib load operations done by the JDK codebase

2023-08-26 Thread Alan Bateman
On Mon, 14 Aug 2023 10:06:57 GMT, Matthias Baesken wrote: > yes this is of course AIX specific. However I found something that might be > similar on Windows, there we have in case of successful LoadLibrary in > os::dll_load calls to SymbolEngine::recalc_search_path(); However I did not > check