< prev index next >

make/autoconf/hotspot.m4

Print this page
rev 48545 : Value-based classes (vbc) / Oop value test via metadata ptr

*** 1,7 **** # ! # Copyright (c) 2011, 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. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2018, 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. Oracle designates this
*** 24,34 **** # # All valid JVM features, regardless of platform VALID_JVM_FEATURES="compiler1 compiler2 zero minimal dtrace jvmti jvmci \ graal vm-structs jni-check services management all-gcs nmt cds \ ! static-build link-time-opt aot" # All valid JVM variants VALID_JVM_VARIANTS="server client minimal core zero custom" ############################################################################### --- 24,34 ---- # # All valid JVM features, regardless of platform VALID_JVM_FEATURES="compiler1 compiler2 zero minimal dtrace jvmti jvmci \ graal vm-structs jni-check services management all-gcs nmt cds \ ! static-build link-time-opt aot vbc" # All valid JVM variants VALID_JVM_VARIANTS="server client minimal core zero custom" ###############################################################################
*** 388,398 **** else JVM_FEATURES_link_time_opt="" fi # All variants but minimal (and custom) get these features ! NON_MINIMAL_FEATURES="$NON_MINIMAL_FEATURES jvmti vm-structs jni-check services management all-gcs nmt" if test "x$ENABLE_CDS" = "xtrue"; then NON_MINIMAL_FEATURES="$NON_MINIMAL_FEATURES cds" fi # Enable features depending on variant. --- 388,398 ---- else JVM_FEATURES_link_time_opt="" fi # All variants but minimal (and custom) get these features ! NON_MINIMAL_FEATURES="$NON_MINIMAL_FEATURES jvmti vm-structs jni-check services management all-gcs nmt vbc" if test "x$ENABLE_CDS" = "xtrue"; then NON_MINIMAL_FEATURES="$NON_MINIMAL_FEATURES cds" fi # Enable features depending on variant.
< prev index next >