src/cpu/x86/vm/sharedRuntime_x86_32.cpp

changeset 4873
e961c11b85fe
parent 4318
cd3d6a6b95d9
child 6115
fca8f4799229
child 6466
6a936747b569
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Apr 02 09:30:07 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Wed Apr 03 11:12:57 2013 -0700
     1.3 @@ -2065,6 +2065,9 @@
     1.4  
     1.5    __ call(RuntimeAddress(native_func));
     1.6  
     1.7 +  // Verify or restore cpu control state after JNI call
     1.8 +  __ restore_cpu_control_state_after_jni();
     1.9 +
    1.10    // WARNING - on Windows Java Natives use pascal calling convention and pop the
    1.11    // arguments off of the stack. We could just re-adjust the stack pointer here
    1.12    // and continue to do SP relative addressing but we instead switch to FP

mercurial