jdk/test/tools/launcher/Test7029048.java
changeset 45062 37ed4313c8c1
parent 21812 c43ac963db3d
equal deleted inserted replaced
45061:74b09ee3cd55 45062:37ed4313c8c1
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2017, 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.
   191             run(env, v.value + 1, "Case 2: " + desc);
   191             run(env, v.value + 1, "Case 2: " + desc);
   192 
   192 
   193             if (isSolaris) {
   193             if (isSolaris) {
   194                 /*
   194                 /*
   195                  * Case 3: set the appropriate LLP_XX flag,
   195                  * Case 3: set the appropriate LLP_XX flag,
   196                  * java64 -d64, LLP_64 is relevant, LLP_32 is ignored
   196                  * java64 LLP_64 is relevant, LLP_32 is ignored
   197                  */
   197                  */
   198                 env.clear();
   198                 env.clear();
   199                 env.put(LD_LIBRARY_PATH_64, dstServerDir.getAbsolutePath());
   199                 env.put(LD_LIBRARY_PATH_64, dstServerDir.getAbsolutePath());
   200                 run(env, v.value + 1, "Case 3: " + desc);
   200                 run(env, v.value + 1, "Case 3: " + desc);
   201             }
   201             }