comparison src/share/vm/runtime/vmThread.cpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents b632e80fc9dc
children da91efe96a93
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
1 /* 1 /*
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
302 // Among other things, this ensures that Eden top is correct. 302 // Among other things, this ensures that Eden top is correct.
303 Universe::heap()->prepare_for_verify(); 303 Universe::heap()->prepare_for_verify();
304 os::check_heap(); 304 os::check_heap();
305 // Silent verification so as not to pollute normal output, 305 // Silent verification so as not to pollute normal output,
306 // unless we really asked for it. 306 // unless we really asked for it.
307 Universe::verify(true, !(PrintGCDetails || Verbose)); 307 Universe::verify(!(PrintGCDetails || Verbose));
308 } 308 }
309 309
310 CompileBroker::set_should_block(); 310 CompileBroker::set_should_block();
311 311
312 // wait for threads (compiler threads or daemon threads) in the 312 // wait for threads (compiler threads or daemon threads) in the