diff src/share/vm/ci/ciField.hpp @ 6151:e778c29768e6

7152811: Issues in client compiler Reviewed-by: kvn, jrose
author never
date Wed, 04 Apr 2012 20:44:38 -0700
parents 7b5c767f229c
children 957c266d8bc5 edb5ab0f3fe5
line wrap: on
line diff
--- a/src/share/vm/ci/ciField.hpp	Thu Mar 29 18:55:32 2012 -0400
+++ b/src/share/vm/ci/ciField.hpp	Wed Apr 04 20:44:38 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2012, 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
@@ -49,7 +49,8 @@
   ciType*          _type;
   int              _offset;
   bool             _is_constant;
-  ciInstanceKlass* _known_to_link_with;
+  ciInstanceKlass* _known_to_link_with_put;
+  ciInstanceKlass* _known_to_link_with_get;
   ciConstant       _constant_value;
 
   // Used for will_link