make/nashorn/project.properties
changeset 50113 caf115bb98ad
parent 47921 4501f0b68a31
child 50708 bd3a8f48597e
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
     1 #
     1 #
     2 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2010, 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.
    96 jjs.jar=${dist.dir}/jjs.jar
    96 jjs.jar=${dist.dir}/jjs.jar
    97 dist.javadoc.dir=${dist.dir}/javadoc
    97 dist.javadoc.dir=${dist.dir}/javadoc
    98 dist.nashornapi.javadoc.dir=${dist.javadoc.dir}/nashornapi
    98 dist.nashornapi.javadoc.dir=${dist.javadoc.dir}/nashornapi
    99 dist.dynalinkapi.javadoc.dir=${dist.javadoc.dir}/dynalinkapi
    99 dist.dynalinkapi.javadoc.dir=${dist.javadoc.dir}/dynalinkapi
   100 
   100 
   101 # configuration for java flight recorder
   101 # configuration for flight recorder
   102 run.test.jvmargs.jfr=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath=${build.dir},stackdepth=128
   102 run.test.jvmargs.jfr=XX:StartFlightRecording=disk=true,dumponexit=true,dumponexitpath=${build.dir},stackdepth=128
   103 
   103 
   104 # test library location
   104 # test library location
   105 test.lib=test/nashorn/lib
   105 test.lib=test/nashorn/lib
   106 
   106 
   107 # jars refererred
   107 # jars refererred
   352 run.test.xms=2G
   352 run.test.xms=2G
   353 
   353 
   354 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
   354 # uncomment this jfr.args to enable light recordings. the stack needs to be cranked up to 1024 frames,
   355 # or everything will as of the now drown in lambda forms and be cut off.
   355 # or everything will as of the now drown in lambda forms and be cut off.
   356 #
   356 #
   357 #jfr.args=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024 \
   357 #jfr.args=-XX:StartFlightRecording=disk=true,dumponexit=true,dumponexitpath="test_suite.jfr",stackdepth=1024
   358 
   358 
   359 jfr.args=
   359 jfr.args=
   360 
   360 
   361 run.test.user.language=tr
   361 run.test.user.language=tr
   362 run.test.user.country=TR
   362 run.test.user.country=TR