comparison src/share/vm/code/debugInfoRec.hpp @ 1253:f70b0d9ab095

6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop") Summary: Mark in PcDesc call sites which return oop and save the result oop across objects reallocation during deoptimization. Reviewed-by: never
author kvn
date Tue, 09 Feb 2010 01:31:13 -0800
parents e66fd840cb6b
children c18cbe5936b8
comparison
equal deleted inserted replaced
1252:f516d5d7a019 1253:f70b0d9ab095
87 void describe_scope(int pc_offset, 87 void describe_scope(int pc_offset,
88 ciMethod* method, 88 ciMethod* method,
89 int bci, 89 int bci,
90 bool reexecute, 90 bool reexecute,
91 bool is_method_handle_invoke = false, 91 bool is_method_handle_invoke = false,
92 bool return_oop = false,
92 DebugToken* locals = NULL, 93 DebugToken* locals = NULL,
93 DebugToken* expressions = NULL, 94 DebugToken* expressions = NULL,
94 DebugToken* monitors = NULL); 95 DebugToken* monitors = NULL);
95 96
96 97