< prev index next >

src/share/vm/gc/g1/g1Predictions.hpp

Print this page
rev 11782 : 8164028: Convert TestPredictions_test to GTest
Reviewed-by: duke

*** 1,7 **** /* ! * Copyright (c) 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2016, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 55,66 **** double sigma() const { return _sigma; } double get_new_prediction(TruncatedSeq const* seq) const { return seq->davg() + _sigma * stddev_estimate(seq); } - - #ifndef PRODUCT - static void test(); - #endif }; #endif // SHARE_VM_GC_G1_G1PREDICTIONS_HPP --- 55,62 ----
< prev index next >