Re: RFR: 8284490: Remove finalizer method in java.security.jgss [v11]

2022-04-27 Thread Xue-Lei Andrew Fan
On Wed, 27 Apr 2022 22:56:08 GMT, Weijun Wang wrote: > please change them to use `othervm`. Thanks for the catch. Updated to use othervm. - PR: https://git.openjdk.java.net/jdk/pull/8136

Re: RFR: 8284490: Remove finalizer method in java.security.jgss [v11]

2022-04-27 Thread Weijun Wang
On Wed, 27 Apr 2022 21:24:43 GMT, Xue-Lei Andrew Fan wrote: >> Please review the update to remove finalizer method in the >> java.security.jgss module. It is one of the efforts to clean up the use of >> finalizer method in JDK. > > Xue-Lei Andrew Fan has updated the pull request incrementally w

Re: RFR: 8284490: Remove finalizer method in java.security.jgss [v11]

2022-04-27 Thread Xue-Lei Andrew Fan
> Please review the update to remove finalizer method in the java.security.jgss > module. It is one of the efforts to clean up the use of finalizer method in > JDK. Xue-Lei Andrew Fan has updated the pull request incrementally with one additional commit since the last revision: renew the Cle