src/share/classes/sun/misc/JavaLangAccess.java

Print this page

        

*** 125,130 **** --- 125,135 ---- /** * Returns a new Thread with the given Runnable and an * inherited AccessControlContext. */ Thread newThreadWithAcc(Runnable target, AccessControlContext acc); + + /** + * Invokes the finalize method of the given object. + */ + void invokeFinalize(Object o) throws Throwable; }