| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &body body
All calls to Java must be made with a current Java environment.
A Java environment is available by default
(LispCall style -1 0 1
2)
A LispCall made with style 3 or 4 (STYLE_ASYNC_BR or
STYLE_ASYNC_GO)
does not provide a default Java environment.
Any calls to Java from such a Lisp function must be within an explicit
with-java-environment form.
Since the creation of the environment may involve some overhead when running in native mode, it is best to place calls to this macro in the outermost context where calls to Java are expected.
If the socket implementation is used exclusively, then this macro may be omitted.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |