Skip to content

Commit 9d330da

Browse files
sophia-guojerboaa
authored andcommitted
8037013: [TESTBUG] Fix test/java/lang/ClassLoader/Assert.sh on AIX
Reviewed-by: andrew Backport-of: 02186906efdb581a7b4494cfd9e21f45bc76e9ed
1 parent e4297a7 commit 9d330da

File tree

2 files changed

+3
-85
lines changed

2 files changed

+3
-85
lines changed

jdk/test/java/lang/ClassLoader/Assert.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2002, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,8 @@
2424
/*
2525
* @test
2626
* @bug 4290640 4785473
27-
* @run shell/timeout=300 Assert.sh
27+
* @build package1.Class1 package2.Class2 package1.package3.Class3 Assert
28+
* @run main/othervm Assert
2829
* @summary Test the assertion facility
2930
* @author Mike McCloskey
3031
* @key randomness

jdk/test/java/lang/ClassLoader/Assert.sh

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)