< prev index next >

test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2015, 2019, 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. --- 1,7 ---- /* ! * Copyright (c) 2015, 2020, 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.
*** 317,327 **** /** * Special values for prepareProcess exit code. * * <p>Can we clash with normal codes? ! * On Solaris and Linux, only [0..255] are returned. * On Windows, prepareProcess exit codes are stored in unsigned int. * On MacOSX no limits (except it should fit C int type) * are defined in the exit() man pages. */ private static class ExitCode { --- 317,327 ---- /** * Special values for prepareProcess exit code. * * <p>Can we clash with normal codes? ! * On Linux, only [0..255] are returned. * On Windows, prepareProcess exit codes are stored in unsigned int. * On MacOSX no limits (except it should fit C int type) * are defined in the exit() man pages. */ private static class ExitCode {
< prev index next >