< prev index next >

tests/system/src/test/java/launchertest/Constants.java

Print this page
rev 9394 : imported patch 8090585-platform-startup

*** 1,7 **** /* ! * Copyright (c) 2013, 2014, 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) 2013, 2015, 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
*** 59,64 **** --- 59,69 ---- static final int ERROR_LAUNCH_SUCCEEDED = 23; static final int ERROR_CONSTRUCTOR_WRONG_CCL = 24; static final int ERROR_START_WRONG_CCL = 25; + + static final int ERROR_STARTUP_SUCCEEDED = 26; + static final int ERROR_STARTUP_FAILED = 27; + + static final int ERROR_ASSERTION_FAILURE = 28; }
< prev index next >