src/hotspot/cpu/sparc/vm_version_sparc.cpp
changeset 59122 5d73255c2d52
parent 54983 81becad91321
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    30 #include "memory/resourceArea.hpp"
    30 #include "memory/resourceArea.hpp"
    31 #include "oops/compressedOops.hpp"
    31 #include "oops/compressedOops.hpp"
    32 #include "runtime/java.hpp"
    32 #include "runtime/java.hpp"
    33 #include "runtime/os.hpp"
    33 #include "runtime/os.hpp"
    34 #include "runtime/stubCodeGenerator.hpp"
    34 #include "runtime/stubCodeGenerator.hpp"
    35 #include "vm_version_sparc.hpp"
    35 #include "runtime/vm_version.hpp"
    36 
    36 
    37 #include <sys/mman.h>
    37 #include <sys/mman.h>
    38 
    38 
    39 uint VM_Version::_L2_data_cache_line_size = 0;
    39 uint VM_Version::_L2_data_cache_line_size = 0;
    40 
    40