< prev index next >

src/hotspot/share/jfr/jni/jfrJavaCall.hpp

Print this page
rev 57095 : [mq]: use
rev 57096 : [mq]: trailing_semi

*** 26,35 **** --- 26,36 ---- #define SHARE_JFR_JNI_JFRJAVACALL_HPP #include "jni.h" #include "jfr/utilities/jfrAllocation.hpp" #include "utilities/exceptions.hpp" + #include "utilities/macros.hpp" class JavaCallArguments; class JavaThread; class JavaValue; class Klass;
*** 84,95 **** JavaValue _storage[SIZE]; int _storage_index; int _java_stack_slots; Parameters(); ! Parameters(const Parameters&); // no impl ! Parameters& operator=(const Parameters&); // no impl void push(const JavaValue& value); void push_large(const JavaValue& value); void push_oop(const oop obj); --- 85,95 ---- JavaValue _storage[SIZE]; int _storage_index; int _java_stack_slots; Parameters(); ! NONCOPYABLE(Parameters); void push(const JavaValue& value); void push_large(const JavaValue& value); void push_oop(const oop obj);
< prev index next >