hotspot/test/runtime/StackGuardPages/invoke.c
changeset 30290 79e3c82e17aa
parent 24661 27e82ef5a006
child 39390 edf6a424a8b7
equal deleted inserted replaced
30289:10b7b61d759a 30290:79e3c82e17aa
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2015, 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.
   219   JNIEnv* env;
   219   JNIEnv* env;
   220 
   220 
   221   printf("Test started with pid: %ld\n", (long) getpid());
   221   printf("Test started with pid: %ld\n", (long) getpid());
   222 
   222 
   223   options[0].optionString = "-Xint";
   223   options[0].optionString = "-Xint";
   224   options[1].optionString = "-Xss320k";
   224   options[1].optionString = "-Xss328k";
   225 
   225 
   226   vm_args.version = JNI_VERSION_1_2;
   226   vm_args.version = JNI_VERSION_1_2;
   227   vm_args.ignoreUnrecognized = JNI_TRUE;
   227   vm_args.ignoreUnrecognized = JNI_TRUE;
   228   vm_args.options = options;
   228   vm_args.options = options;
   229   vm_args.nOptions = 2;
   229   vm_args.nOptions = 2;