- Timestamp:
- Jun 16, 2011, 1:35:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README.OS2
r290 r294 249 249 CURRENT LIMITATIONS 250 250 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 252 256 hangs are very likely). This is a known problem of Odin32 which will be 253 257 addressed in further releases. The workaround is to use the OS/2 UNI or 254 258 Warp4 kernel instead. 255 259 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) 257 261 is missing. 258 262
Note:
See TracChangeset
for help on using the changeset viewer.