src/cpu/x86/vm/macroAssembler_x86.hpp

changeset 4873
e961c11b85fe
parent 4543
8391fdd36e1f
child 5353
b800986664f4
equal deleted inserted replaced
4872:53028d751155 4873:e961c11b85fe
580 #define verify_klass_ptr(reg) _verify_klass_ptr(reg, "broken klass " #reg, __FILE__, __LINE__) 580 #define verify_klass_ptr(reg) _verify_klass_ptr(reg, "broken klass " #reg, __FILE__, __LINE__)
581 581
582 // only if +VerifyFPU 582 // only if +VerifyFPU
583 void verify_FPU(int stack_depth, const char* s = "illegal FPU state"); 583 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
584 584
585 // Verify or restore cpu control state after JNI call
586 void restore_cpu_control_state_after_jni();
587
585 // prints msg, dumps registers and stops execution 588 // prints msg, dumps registers and stops execution
586 void stop(const char* msg); 589 void stop(const char* msg);
587 590
588 // prints msg and continues 591 // prints msg and continues
589 void warn(const char* msg); 592 void warn(const char* msg);

mercurial