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

NextPrevUpTopContentsIndex

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.

Values

None.

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 - 20 Sep 2017

NextPrevUpTopContentsIndex