aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/loopnode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/opto/loopnode.hpp')
-rw-r--r--src/share/vm/opto/loopnode.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/share/vm/opto/loopnode.hpp b/src/share/vm/opto/loopnode.hpp
index 0cb27311d..93536c832 100644
--- a/src/share/vm/opto/loopnode.hpp
+++ b/src/share/vm/opto/loopnode.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -403,6 +403,9 @@ public:
// encountered.
void allpaths_check_safepts(VectorSet &visited, Node_List &stack);
+ // Remove safepoints from loop. Optionally keeping one.
+ void remove_safepoints(PhaseIdealLoop* phase, bool keep_one);
+
// Convert to counted loops where possible
void counted_loop( PhaseIdealLoop *phase );