Changeset 300
- Timestamp:
- Jun 27, 2011, 10:10:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/share/vm/utilities/vmError.cpp
r278 r300 306 306 static char buf[O_BUFLEN]; 307 307 308 // Many methods returning informational strings (such as JavaThread:: 309 // get_thread_name() and methodOopDesc::name_and_sig_as_C_stringuses()) 310 // allocate them using the ResourceArea instance which needs a ResourceMark 311 ResourceMark rm; 312 308 313 BEGIN 309 314
Note:
See TracChangeset
for help on using the changeset viewer.