comparison src/share/vm/code/debugInfoRec.hpp @ 4417:648a7873cea2

Made it possible to build and run the client and server VM with a new '--vm' option to 'mx build' and a global option of the same name.
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 Jan 2012 22:17:01 +0100
parents 0e8a2a629afb
children 597bc897257d
comparison
equal deleted inserted replaced
4416:be787de79394 4417:648a7873cea2
99 // must all be null. 99 // must all be null.
100 void describe_scope(int pc_offset, 100 void describe_scope(int pc_offset,
101 methodHandle method, 101 methodHandle method,
102 int bci, 102 int bci,
103 bool reexecute, 103 bool reexecute,
104 bool rethrow_exception, 104 bool rethrow_exception = false,
105 bool is_method_handle_invoke = false, 105 bool is_method_handle_invoke = false,
106 bool return_oop = false, 106 bool return_oop = false,
107 DebugToken* locals = NULL, 107 DebugToken* locals = NULL,
108 DebugToken* expressions = NULL, 108 DebugToken* expressions = NULL,
109 DebugToken* monitors = NULL); 109 DebugToken* monitors = NULL);