Request for review (S): 7022037: Pause when exiting if a debugger is attached on windows
Christian Thalinger
christian.thalinger at oracle.com
Mon Feb 28 04:20:32 PST 2011
On Feb 25, 2011, at 3:56 PM, Staffan Larsen wrote:
> And I should have included the latest webrev link: http://cr.openjdk.java.net/~sla/7022037/webrev.04/
src/os/posix/vm/os_posix.cpp:
+bool os::is_debugger_present() {
I suppose this is a typo and should be:
+bool os::is_debugger_attached() {
-- Christian
More information about the hotspot-runtime-dev
mailing list