src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 4873
e961c11b85fe
parent 4543
8391fdd36e1f
child 5353
b800986664f4
     1.1 --- a/src/cpu/x86/vm/macroAssembler_x86.hpp	Tue Apr 02 09:30:07 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/macroAssembler_x86.hpp	Wed Apr 03 11:12:57 2013 -0700
     1.3 @@ -582,6 +582,9 @@
     1.4    // only if +VerifyFPU
     1.5    void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
     1.6  
     1.7 +  // Verify or restore cpu control state after JNI call
     1.8 +  void restore_cpu_control_state_after_jni();
     1.9 +
    1.10    // prints msg, dumps registers and stops execution
    1.11    void stop(const char* msg);
    1.12  

mercurial