--- old/test/hotspot/jtreg/compiler/aot/scripts/test-env.sh 2020-05-20 18:03:54.302572563 -0700 +++ new/test/hotspot/jtreg/compiler/aot/scripts/test-env.sh 2020-05-20 18:03:53.918565191 -0700 @@ -1,4 +1,4 @@ -# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 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 @@ -22,7 +22,7 @@ # set platform-dependent variables OS=`uname -s` case "$OS" in - Linux | SunOS ) + Linux ) SO_TYPE=so ;; Darwin )