Changeset 391
- Timestamp:
- Jul 7, 2012, 2:02:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/windows/vm/os_windows.cpp
r342 r391 1437 1437 bool os::dll_address_to_function_name(address addr, char *buf, 1438 1438 int buflen, int *offset) { 1439 // make sure decoder is initialized 1440 Decoder::initialize(); 1441 1439 1442 if (Decoder::decode(addr, buf, buflen, offset) == Decoder::no_error) { 1440 1443 return true;
Note:
See TracChangeset
for help on using the changeset viewer.