8145093: [TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java
Summary: The test failed(see bug 8044600) once on sparc platform which never reproduced thereafter, remove the skip.
Reviewed-by: hseigel, iklam, gtriantafill
--- a/hotspot/test/runtime/SharedArchiveFile/SharedBaseAddress.java Tue Jan 05 17:05:13 2016 -0800
+++ b/hotspot/test/runtime/SharedArchiveFile/SharedBaseAddress.java Tue Jan 05 10:36:34 2016 -0800
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, 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
@@ -43,10 +43,6 @@
};
public static void main(String[] args) throws Exception {
- // Known issue on Solaris-Sparc
- // @ignore JDK-8044600
- if (Platform.isSolaris() && Platform.isSparc())
- return;
for (String testEntry : testTable) {
String filename = "SharedBaseAddress" + testEntry + ".jsa";