This subsection describes the notes related to the differences in specification with JDK 1.4.2 provided in Application Server Version 6.
This subsection describes the notes common to OSs.
Table 15-1 Handling the areas for which method cancellation cannot be executed
Java program execution | Handling in Component Container 06-70 | Handling in Component Container 07-00 or later |
---|---|---|
Synchronized and lock allocation pending | Method cancellation can be executed | Method cancellation cannot be executed |
End of for and while loop | Method cancellation can be executed | Method cancellation cannot be executed |
Generating objects (new keyword) | Method cancellation can be executed | |
A Java program other than above is being executed | Method cancellation cannot be executed (however, method cancellation can be executed during the execution by an interpreter) |
This subsection describes notes for HP-UX.
This subsection describes notes for Linux.