diff -r bac05440d98c -r 2790da836dc3 src/hotspot/share/runtime/safepointMechanism.inline.hpp --- a/src/hotspot/share/runtime/safepointMechanism.inline.hpp Thu Nov 08 10:08:52 2018 +0100 +++ b/src/hotspot/share/runtime/safepointMechanism.inline.hpp Thu Nov 08 14:32:49 2018 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, 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 @@ -47,7 +47,7 @@ } } -bool SafepointMechanism::poll(Thread* thread) { +bool SafepointMechanism::should_block(Thread* thread) { if (uses_thread_local_poll()) { return local_poll(thread); } else {