diff src/share/vm/ci/bcEscapeAnalyzer.hpp @ 1123:167c2986d91b

6843629: Make current hotspot build part of jdk5 control build Summary: Source changes for older compilers plus makefile changes. Reviewed-by: xlu
author phh
date Wed, 16 Dec 2009 12:54:49 -0500
parents d1605aabd0a1
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/ci/bcEscapeAnalyzer.hpp	Mon Dec 14 13:26:29 2009 -0700
+++ b/src/share/vm/ci/bcEscapeAnalyzer.hpp	Wed Dec 16 12:54:49 2009 -0500
@@ -61,9 +61,11 @@
   BCEscapeAnalyzer* _parent;
   int               _level;
 
+ public:
   class  ArgumentMap;
   class  StateInfo;
 
+ private:
   // helper functions
   bool is_argument(int i)    { return i >= 0 && i < _arg_size; }