src/hotspot/cpu/aarch64/stubRoutines_aarch64.cpp
changeset 50120 9da00197ff72
parent 49724 bf7f42f2f025
child 50754 ccb8aa083958
equal deleted inserted replaced
50119:bf9177eac58d 50120:9da00197ff72
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
    27 #include "runtime/deoptimization.hpp"
    27 #include "runtime/deoptimization.hpp"
    28 #include "runtime/frame.inline.hpp"
    28 #include "runtime/frame.inline.hpp"
    29 #include "runtime/stubRoutines.hpp"
    29 #include "runtime/stubRoutines.hpp"
    30 #include "runtime/thread.inline.hpp"
    30 #include "runtime/thread.inline.hpp"
       
    31 #include "utilities/globalDefinitions.hpp"
    31 
    32 
    32 // Implementation of the platform-specific part of StubRoutines - for
    33 // Implementation of the platform-specific part of StubRoutines - for
    33 // a description of how to extend it, see the stubRoutines.hpp file.
    34 // a description of how to extend it, see the stubRoutines.hpp file.
    34 
    35 
    35 address StubRoutines::aarch64::_get_previous_fp_entry = NULL;
    36 address StubRoutines::aarch64::_get_previous_fp_entry = NULL;
    50 bool StubRoutines::aarch64::_completed = false;
    51 bool StubRoutines::aarch64::_completed = false;
    51 
    52 
    52 /**
    53 /**
    53  *  crc_table[] from jdk/src/share/native/java/util/zip/zlib-1.2.5/crc32.h
    54  *  crc_table[] from jdk/src/share/native/java/util/zip/zlib-1.2.5/crc32.h
    54  */
    55  */
    55 juint StubRoutines::aarch64::_crc_table[]
    56 juint StubRoutines::aarch64::_crc_table[] ATTRIBUTE_ALIGNED(4096) =
    56                    __attribute__ ((aligned(4096))) =
       
    57 {
    57 {
    58     // Table 0
    58     // Table 0
    59     0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,
    59     0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,
    60     0x706af48fUL, 0xe963a535UL, 0x9e6495a3UL, 0x0edb8832UL, 0x79dcb8a4UL,
    60     0x706af48fUL, 0xe963a535UL, 0x9e6495a3UL, 0x0edb8832UL, 0x79dcb8a4UL,
    61     0xe0d5e91eUL, 0x97d2d988UL, 0x09b64c2bUL, 0x7eb17cbdUL, 0xe7b82d07UL,
    61     0xe0d5e91eUL, 0x97d2d988UL, 0x09b64c2bUL, 0x7eb17cbdUL, 0xe7b82d07UL,