src/hotspot/share/utilities/globalDefinitions.cpp
changeset 49011 a0e246b7403a
parent 47216 71c04702a3d5
child 57875 427b38332f20
equal deleted inserted replaced
49010:9010e596f391 49011:a0e246b7403a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
    45 int LogMinObjAlignment         = -1;
    45 int LogMinObjAlignment         = -1;
    46 int LogMinObjAlignmentInBytes  = -1;
    46 int LogMinObjAlignmentInBytes  = -1;
    47 
    47 
    48 // Oop encoding heap max
    48 // Oop encoding heap max
    49 uint64_t OopEncodingHeapMax = 0;
    49 uint64_t OopEncodingHeapMax = 0;
    50 
       
    51 void basic_fatal(const char* msg) {
       
    52   fatal("%s", msg);
       
    53 }
       
    54 
    50 
    55 // Something to help porters sleep at night
    51 // Something to help porters sleep at night
    56 
    52 
    57 void basic_types_init() {
    53 void basic_types_init() {
    58 #ifdef ASSERT
    54 #ifdef ASSERT