diff src/cpu/sparc/vm/interpreterGenerator_sparc.hpp @ 3464:be4ca325525a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 17:32:44 -0700
parents e1162778c1c8
children 1d7922586cf6
line wrap: on
line diff
--- a/src/cpu/sparc/vm/interpreterGenerator_sparc.hpp	Wed Jul 27 17:24:11 2011 -0700
+++ b/src/cpu/sparc/vm/interpreterGenerator_sparc.hpp	Wed Jul 27 17:32:44 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, 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
@@ -36,6 +36,7 @@
   address generate_math_entry(AbstractInterpreter::MethodKind kind);
   address generate_empty_entry(void);
   address generate_accessor_entry(void);
+  address generate_Reference_get_entry(void);
   void lock_method(void);
   void save_native_result(void);
   void restore_native_result(void);