Changeset 294 for trunk/doc


Ignore:
Timestamp:
Jun 16, 2011, 1:35:55 PM (14 years ago)
Author:
dmik
Message:

jdk: Don't allow to use two different JVM types at a time (as it is not possible due to OS/2 LX DLL format limitations) and give an error message instead. Closes #69.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/README.OS2

    r290 r294  
    249249CURRENT LIMITATIONS
    250250
    251   1. OpenJDK will not work correctly under the OS/2 SMP kernel (Java process
     251  1. Due to the way how importing from DLLs works in OS/2, it is not possible to
     252     have two applications using the same OpenJDK installation but different JVM
     253     types (client or server) running at the same time.
     254
     255  2. OpenJDK will not work correctly under the OS/2 SMP kernel (Java process
    252256     hangs are very likely). This is a known problem of Odin32 which will be
    253257     addressed in further releases. The workaround is to use the OS/2 UNI or
    254258     Warp4 kernel instead.
    255259
    256   2. The com.sun.tools.attach package (API to attach to a Java virtual machine)
     260  3. The com.sun.tools.attach package (API to attach to a Java virtual machine)
    257261     is missing.
    258262
Note: See TracChangeset for help on using the changeset viewer.