< prev index next >

make/RunTestsPrebuiltSpec.gmk

Print this page
rev 49619 : JEP 328 : Flight Recorder open source preview

*** 1,7 **** # ! # Copyright (c) 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) 2017, 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
*** 75,84 **** --- 75,85 ---- SHELL := $(BASH) $(BASH_ARGS) ################################################################################ # Set some reasonable defaults for features DEBUG_LEVEL := release + ENABLE_JFR := true HOTSPOT_DEBUG_LEVEL := release BUILD_GTEST := true BUILD_FAILURE_HANDLER := true ################################################################################
< prev index next >