comparison src/share/vm/code/nmethod.cpp @ 4873:0382d2b469b2

7013347: allow crypto functions to be called inline to enhance performance Reviewed-by: kvn
author never
date Wed, 01 Feb 2012 16:57:08 -0800
parents aa3d708d67c4
children 33df1aeaebbf 1d7922586cf6
comparison
equal deleted inserted replaced
4872:aa3d708d67c4 4873:0382d2b469b2
460 _marked_for_reclamation = 0; 460 _marked_for_reclamation = 0;
461 _has_flushed_dependencies = 0; 461 _has_flushed_dependencies = 0;
462 _speculatively_disconnected = 0; 462 _speculatively_disconnected = 0;
463 _has_unsafe_access = 0; 463 _has_unsafe_access = 0;
464 _has_method_handle_invokes = 0; 464 _has_method_handle_invokes = 0;
465 _lazy_critical_native = 0;
465 _marked_for_deoptimization = 0; 466 _marked_for_deoptimization = 0;
466 _lock_count = 0; 467 _lock_count = 0;
467 _stack_traversal_mark = 0; 468 _stack_traversal_mark = 0;
468 _unload_reported = false; // jvmti state 469 _unload_reported = false; // jvmti state
469 470