diff 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
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciCodeInstaller.hpp	Thu Aug 27 13:35:19 2015 -0700
+++ b/src/share/vm/jvmci/jvmciCodeInstaller.hpp	Fri Aug 28 13:18:24 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -117,7 +117,7 @@
   static bool is_general_purpose_reg(VMReg hotspotRegister);
 
 private:
-  ScopeValue* get_scope_value(oop value, GrowableArray<ScopeValue*>* objects, ScopeValue* &second);
+  ScopeValue* get_scope_value(oop value, BasicType type, GrowableArray<ScopeValue*>* objects, ScopeValue* &second);
   MonitorValue* get_monitor_value(oop value, GrowableArray<ScopeValue*>* objects);
 
   // extract the fields of the CompilationResult