< prev index next >

src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2006, 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) 2006, 2019, 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.
*** 25,35 **** #include "precompiled.hpp" #include "logging/log.hpp" #include "memory/allocation.hpp" #include "memory/allocation.inline.hpp" #include "runtime/os.hpp" ! #include "vm_version_sparc.hpp" #include <sys/auxv.h> #include <sys/systeminfo.h> #include <picl.h> #include <dlfcn.h> --- 25,35 ---- #include "precompiled.hpp" #include "logging/log.hpp" #include "memory/allocation.hpp" #include "memory/allocation.inline.hpp" #include "runtime/os.hpp" ! #include "runtime/vm_version.hpp" #include <sys/auxv.h> #include <sys/systeminfo.h> #include <picl.h> #include <dlfcn.h>
< prev index next >