< prev index next >

src/share/vm/classfile/vmSymbols.hpp

Print this page

        

*** 864,873 **** --- 864,878 ---- do_name( storeFence_name, "storeFence") \ do_alias( storeFence_signature, void_method_signature) \ do_intrinsic(_fullFence, sun_misc_Unsafe, fullFence_name, fullFence_signature, F_RN) \ do_name( fullFence_name, "fullFence") \ do_alias( fullFence_signature, void_method_signature) \ + /* support for whitebox */ \ + do_class(sun_hotspot_WhiteBox, "sun/hotspot/WhiteBox") \ + do_intrinsic(_getCompiler, sun_hotspot_WhiteBox, getCompiler_name, getCompiler_signature, F_S) \ + do_name( getCompiler_name, "getCompiler") \ + do_alias( getCompiler_signature, void_int_signature) \ \ /* unsafe memory references (there are a lot of them...) */ \ do_signature(getObject_signature, "(Ljava/lang/Object;J)Ljava/lang/Object;") \ do_signature(putObject_signature, "(Ljava/lang/Object;JLjava/lang/Object;)V") \ do_signature(getBoolean_signature, "(Ljava/lang/Object;J)Z") \
< prev index next >