7071311: Decoder enhancement

Made decoder thread-safe

Reviewed-by: coleenp, kamg
This commit is contained in:
Zhengyu Gu 2012-01-17 13:08:52 -05:00
parent 8efd785f67
commit 43bb0877fc
20 changed files with 471 additions and 275 deletions

View file

@ -571,8 +571,6 @@ void VMError::report(outputStream* st) {
if (fr.pc()) {
st->print_cr("Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)");
// initialize decoder to decode C frames
Decoder decoder;
int count = 0;
while (count++ < StackPrintLimit) {