src/share/vm/aot/aotCompiledMethod.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/aot/aotCompiledMethod.cpp	Wed Feb  8 13:50:06 2017
--- new/src/share/vm/aot/aotCompiledMethod.cpp	Wed Feb  8 13:50:04 2017

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2016, 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.
*** 40,50 **** --- 40,49 ---- #include "runtime/os.hpp" #include "runtime/sharedRuntime.hpp" #include "utilities/array.hpp" #include "utilities/xmlstream.hpp" #include <dlfcn.h> #include <stdio.h> #if 0 static void metadata_oops_do(Metadata** metadata_begin, Metadata **metadata_end, OopClosure* f) { // Visit the metadata/oops section

src/share/vm/aot/aotCompiledMethod.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File