hotspot/src/share/vm/ci/ciCPCache.hpp
changeset 5046 27e801a857cb
parent 4566 b363f6ef4068
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/ci/ciCPCache.hpp	Mon Mar 08 04:46:30 2010 -0800
+++ b/hotspot/src/share/vm/ci/ciCPCache.hpp	Tue Mar 09 20:16:19 2010 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2009-2010 Sun Microsystems, Inc.  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
@@ -39,5 +39,7 @@
   // requested entry.
   size_t get_f1_offset(int index);
 
+  bool is_f1_null_at(int index);
+
   void print();
 };