< prev index next >

src/share/vm/opto/macro.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 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. --- 1,7 ---- /* ! * Copyright (c) 2005, 2017, 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.
*** 1357,1367 **** } else { initial_slow_test = BoolNode::make_predicate(initial_slow_test, &_igvn); } if (C->env()->dtrace_alloc_probes() || ! !UseTLAB && (!Universe::heap()->supports_inline_contig_alloc())) { // Force slow-path allocation always_slow = true; initial_slow_test = NULL; } --- 1357,1367 ---- } else { initial_slow_test = BoolNode::make_predicate(initial_slow_test, &_igvn); } if (C->env()->dtrace_alloc_probes() || ! (!UseTLAB && !Universe::heap()->supports_inline_contig_alloc())) { // Force slow-path allocation always_slow = true; initial_slow_test = NULL; }
< prev index next >