< prev index next >

src/share/vm/shark/sharkNativeWrapper.hpp

Print this page

        

@@ -54,11 +54,11 @@
                      methodHandle  target,
                      const char*   name,
                      BasicType*    arg_types,
                      BasicType     return_type)
     : SharkCompileInvariants(NULL, builder),
-      _target(target),
+      _target(target, false),
       _arg_types(arg_types),
       _return_type(return_type),
       _lock_slot_offset(0) { initialize(name); }
 
  private:
< prev index next >