comparison src/share/vm/jvmci/jvmciRuntime.hpp @ 23709:1b939a613788

Rename JVMCIRuntime::max_oop_map_stack_offset to CompilerToVM::Data::_max_oop_map_stack_offset
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 21 Jun 2016 14:36:16 -0700
parents eb166b568645
children b1b5c71c04b7
comparison
equal deleted inserted replaced
23708:282873d0192c 23709:1b939a613788
48 enum CompLevelAdjustment { 48 enum CompLevelAdjustment {
49 none = 0, // no adjustment 49 none = 0, // no adjustment
50 by_holder = 1, // adjust based on declaring class of method 50 by_holder = 1, // adjust based on declaring class of method
51 by_full_signature = 2 // adjust based on declaring class, name and signature of method 51 by_full_signature = 2 // adjust based on declaring class, name and signature of method
52 }; 52 };
53
54 static int max_oop_map_stack_offset;
55 53
56 private: 54 private:
57 static jobject _HotSpotJVMCIRuntime_instance; 55 static jobject _HotSpotJVMCIRuntime_instance;
58 static bool _HotSpotJVMCIRuntime_initialized; 56 static bool _HotSpotJVMCIRuntime_initialized;
59 57