RFR: 8284490: Remove finalizer method in java.security.jgss [v14]
Sean Mullan
mullan at openjdk.java.net
Tue May 3 19:35:21 UTC 2022
On Tue, 3 May 2022 02:20:23 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:
>> Hi. Sorry, I should have brought this up earlier, but there is a jtreg test library to help with ensuring the GC runs,
>> `test/lib/jdk/test/lib/util/ForceGC.java`. You might consider replacing the test code that runs/checks the GC with `ForceGC.await()`.
>
>> Hi. Sorry, I should have brought this up earlier, but there is a jtreg test library to help with ensuring the GC runs, `test/lib/jdk/test/lib/util/ForceGC.java`. You might consider replacing the test code that runs/checks the GC with `ForceGC.await()`.
>
> It looks like a graceful GC utility. There are also some other test cases I committed that do no use ForceGC. I filed a [new bug](https://bugs.openjdk.java.net/browse/JDK-8286045), and will make the update all together. Thank you.
@XueleiFan Did you check to make sure someone ran Mach5 and the results were ok before integrating?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8136
More information about the security-dev
mailing list