comparison src/share/vm/jvmci/jvmciCodeInstaller.hpp @ 22478:822922922f3c

Explicitly store slot kinds in DebugInfo.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 28 Aug 2015 13:18:24 +0200
parents df9d2375512a
children 90c4254dc25a
comparison
equal deleted inserted replaced
22477:c3ad14a83248 22478:822922922f3c
1 /* 1 /*
2 * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
115 static address runtime_call_target_address(oop runtime_call); 115 static address runtime_call_target_address(oop runtime_call);
116 static VMReg get_hotspot_reg(jint jvmciRegisterNumber); 116 static VMReg get_hotspot_reg(jint jvmciRegisterNumber);
117 static bool is_general_purpose_reg(VMReg hotspotRegister); 117 static bool is_general_purpose_reg(VMReg hotspotRegister);
118 118
119 private: 119 private:
120 ScopeValue* get_scope_value(oop value, GrowableArray<ScopeValue*>* objects, ScopeValue* &second); 120 ScopeValue* get_scope_value(oop value, BasicType type, GrowableArray<ScopeValue*>* objects, ScopeValue* &second);
121 MonitorValue* get_monitor_value(oop value, GrowableArray<ScopeValue*>* objects); 121 MonitorValue* get_monitor_value(oop value, GrowableArray<ScopeValue*>* objects);
122 122
123 // extract the fields of the CompilationResult 123 // extract the fields of the CompilationResult
124 void initialize_fields(oop target_method); 124 void initialize_fields(oop target_method);
125 void initialize_dependencies(oop target_method); 125 void initialize_dependencies(oop target_method);