src/share/vm/opto/compile.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/compile.hpp	Mon Sep 14 23:13:34 2015
--- new/src/share/vm/opto/compile.hpp	Mon Sep 14 23:13:34 2015

*** 1206,1221 **** --- 1206,1215 ---- int sync_stack_slots() const; // Compute the name of old_SP. See <arch>.ad for frame layout. OptoReg::Name compute_old_SP(); #ifdef ENABLE_ZAP_DEAD_LOCALS static bool is_node_getting_a_safepoint(Node*); void Insert_zap_nodes(); Node* call_zap_node(MachSafePointNode* n, int block_no); #endif private: // Phase control: void Init(int aliaslevel); // Prepare for a single compilation int Inline_Warm(); // Find more inlining work. void Finish_Warm(); // Give up on further inlines.

src/share/vm/opto/compile.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File