diff src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp @ 3252:92add02409c9

Merge
author jmasa
date Fri, 08 Apr 2011 14:19:50 -0700
parents e1162778c1c8
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp	Wed Apr 06 16:02:53 2011 -0700
+++ b/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp	Fri Apr 08 14:19:50 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
@@ -34,6 +34,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 generate_stack_overflow_check(void);