All Manuals > LispWorks® User Guide and Reference Manual > 39 The LW-JI Package

reset-java-interface-for-new-jvm Function

Summary

Resets the Java interface.

Package

lw-ji

Signature

reset-java-interface-for-new-jvm &key for-shaking-p

Arguments
for-shaking-p
A generalized boolean.
Description

The function reset-java-interface-for-new-jvm resets the Java interface, which means eliminating all cached information. for-shaking-p needs to be true when it is called before shaking.

The system automatically calls reset-java-interface-for-new-jvm when delivering, so you do not need to call it then. Applications should never use it. It may be useful during debugging if the JVM is manipulated in some way.

The default value of for-shaking-p is nil.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46