diff src/share/vm/graal/graalCodeInstaller.hpp @ 14104:a38a54030ea2

pass metaspace pointers instead of object to VM
author twisti
date Thu, 06 Mar 2014 21:03:59 -0800
parents 5a9afbf72714
children e14198669e5c
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Thu Mar 06 18:43:40 2014 -0800
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu Mar 06 21:03:59 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, 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
@@ -120,6 +120,11 @@
 
 };
 
+/**
+ * Gets the Method metaspace object from a HotSpotResolvedJavaMethod Java object.
+ */
+Method* getMethodFromHotSpotMethod(oop hotspot_method);
+
 #ifdef TARGET_ARCH_x86
 # include "graalCodeInstaller_x86.hpp"
 #endif