< prev index next >

src/share/vm/c1/c1_ValueMap.cpp

Print this page
rev 13015 : imported patch 8180755-remove-bitmap-inline-hpp-include

*** 1,7 **** /* ! * Copyright (c) 1999, 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) 1999, 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.
*** 24,35 **** #include "precompiled.hpp" #include "c1/c1_Canonicalizer.hpp" #include "c1/c1_IR.hpp" #include "c1/c1_ValueMap.hpp" #include "c1/c1_ValueStack.hpp" - #include "utilities/bitMap.inline.hpp" #ifndef PRODUCT int ValueMap::_number_of_finds = 0; int ValueMap::_number_of_hits = 0; --- 24,35 ---- #include "precompiled.hpp" #include "c1/c1_Canonicalizer.hpp" #include "c1/c1_IR.hpp" #include "c1/c1_ValueMap.hpp" + #include "c1/c1_ValueSet.inline.hpp" #include "c1/c1_ValueStack.hpp" #ifndef PRODUCT int ValueMap::_number_of_finds = 0; int ValueMap::_number_of_hits = 0;
< prev index next >