--- old/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java 2020-05-20 18:03:49.210474791 -0700 +++ new/test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java 2020-05-20 18:03:48.834467572 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -319,7 +319,7 @@ * Special values for prepareProcess exit code. * *

Can we clash with normal codes? - * On Solaris and Linux, only [0..255] are returned. + * 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.