Changeset 266 for trunk/doc/README.OS2
- Timestamp:
- Feb 21, 2011, 2:23:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README.OS2
r263 r266 1 1 OpenJDK 6 for OS/2 and eCS 2 2 3 Version 1.6.0 Build 19 RC (2011- xx-yy)3 Version 1.6.0 Build 19 RC (2011-02-21) 4 4 5 5 This is a release candidate build intended for testing purposes. … … 28 28 - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system. 29 29 30 - Odin32 library version 0.6.215 58 (2011-01-12) or above:31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110 112-release.wpi30 - Odin32 library version 0.6.21577 (2011-02-21) or above: 31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110221-release.wpi 33 33 34 34 … … 221 221 222 222 Besides adding the 'j' prefix, some DLLs were also renamed further to fit the 223 8 character length limit forced by the OS/2 kernel loader. 224 225 226 On OS/2, the directory containing JDK DLLs 227 In order to avoid conflicts... 228 the following dlls were renamed... 229 230 hprof.dll -> jhprof.dll in -agentlib: cmd line option 231 debug dlls as well 223 8 character DLL name length limit forced by the OS/2 kernel loader. 224 225 This rename operation is transparent to all Java applications except a few 226 cases which involve custom agent libraries used to enhance the functionality 227 of JDK or JVM. These libraries in particular include: 228 229 Original Name New Name 230 -------------------------------------------- 231 hprof.dll jhprof.dll 232 dt_shmem.dll jdtshmem.dll 233 dt_socket.dll jdtsock.dll 234 235 In order to use the renamed libraries, you need to substitute the old name 236 with the new name wherever the old name is used in Java documentation, 237 configuration files or command line options. For example, to use the profiler 238 library, you will have to write "-agentlib:jhprof.dll" on the command line 239 instead of "-agentlib:hprof.dll" and so on. 232 240 233 241 … … 240 248 Warp4 kernel instead. 241 249 242 2. The JPDA (Java Platform Debugger Architecture) component is missing. 243 244 3. The com.sun.tools.attach package (API to attach to a Java virtual machine) 250 2. The com.sun.tools.attach package (API to attach to a Java virtual machine) 245 251 is missing. 246 247 4. Some other rarely used Java system classes may also be missing in this248 release.249 252 250 253 See the project roadmap for more information on the current progress and
Note:
See TracChangeset
for help on using the changeset viewer.