comparison src/share/vm/jvmci/jvmciRuntime.hpp @ 23674:09a536b9233c

8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 09 Jun 2016 18:45:12 -0700
parents b3a816d3b844
children eb166b568645
comparison
equal deleted inserted replaced
23673:7ef84c807bfe 23674:09a536b9233c
75 enum CompLevelAdjustment { 75 enum CompLevelAdjustment {
76 none = 0, // no adjustment 76 none = 0, // no adjustment
77 by_holder = 1, // adjust based on declaring class of method 77 by_holder = 1, // adjust based on declaring class of method
78 by_full_signature = 2 // adjust based on declaring class, name and signature of method 78 by_full_signature = 2 // adjust based on declaring class, name and signature of method
79 }; 79 };
80
81 static int max_oop_map_stack_offset;
80 82
81 private: 83 private:
82 static jobject _HotSpotJVMCIRuntime_instance; 84 static jobject _HotSpotJVMCIRuntime_instance;
83 static bool _HotSpotJVMCIRuntime_initialized; 85 static bool _HotSpotJVMCIRuntime_initialized;
84 86