--- old/test/failure_handler/src/share/classes/jdk/test/failurehandler/jtreg/OS.java 2020-05-20 18:03:50.298495682 -0700 +++ new/test/failure_handler/src/share/classes/jdk/test/failurehandler/jtreg/OS.java 2020-05-20 18:03:49.922488463 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -44,8 +44,6 @@ family = "linux"; } else if (name.startsWith("Mac") || name.startsWith("Darwin")) { family = "mac"; - } else if (name.startsWith("SunOS") || name.startsWith("Solaris")) { - family = "solaris"; } else if (name.startsWith("Windows")) { family = "windows"; } else {