[Rev 01] RFR: 8235772: Remove use of deprecated finalize method from PiscesRenderer and AbstractSurface

Ambarish Rapte arapte at openjdk.java.net
Fri Feb 7 12:29:53 UTC 2020


On Wed, 5 Feb 2020 22:48:45 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> The pull request has been updated with a new target base due to a merge or a rebase.
> 
> modules/javafx.graphics/src/main/native-prism-sw/JAbstractSurface.c line 189:
> 
>> 188: static void
>> 189: disposeNativeImpl(JNIEnv* env, jobject objectHandle) {
>> 190:     AbstractSurface* surface;
> 
> Since you removed `disposeNativeImpl`, you can also remove the static declaration on [line 40](https://github.com/openjdk/jfx/blob/0591e41f9106e93ae957cb9d80cf2e9e2c6fd805/modules/javafx.graphics/src/main/native-prism-sw/JAbstractSurface.c#L40).

I shall do this in next commit.

-------------

PR: https://git.openjdk.java.net/jfx/pull/66


More information about the openjfx-dev mailing list