Changeset 277
- Timestamp:
- Mar 24, 2011, 11:35:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/windows/vm/os_windows.cpp
r252 r277 1465 1465 getLastErrorString(ebuf, (size_t) ebuflen); 1466 1466 ebuf[ebuflen-1]='\0'; 1467 1468 // do not attempt to parse the file under Odin, it's most likely an OS/2 DLL 1469 // that has a different format (and arch is always i386 anyway) 1470 #ifndef __WIN32OS2__ 1467 1471 int file_descriptor=::open(name, O_RDONLY | O_BINARY, 0); 1468 1472 if (file_descriptor<0) … … 1560 1564 lib_arch,running_arch_str); 1561 1565 } 1566 #endif 1562 1567 1563 1568 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.