From 59c72f31f32614f63872672c66b5ceaa2e022f08 Mon Sep 17 00:00:00 2001 From: mullan Date: Tue, 5 Aug 2014 10:00:27 -0400 Subject: [PATCH] 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode Reviewed-by: xuelei, sgehwolf, andrew --- test/ProblemList.txt | 3 --- .../xml/internal/security/transforms/ClassLoaderTest.java | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/test/ProblemList.txt b/test/ProblemList.txt index e8c8276bc..037c7b558 100644 --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -277,9 +277,6 @@ sun/security/pkcs11/tls/TestKeyMaterial.java generic-all # 7164518 sun/security/krb5/auto/Unreachable.java macosx-all -# 7147060 -com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all - # 8160071 sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java linux-all diff --git a/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java b/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java index d0a56b6c7..010cdd100 100644 --- a/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java +++ b/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2014, 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 @@ -24,9 +24,9 @@ /** * @test * @author Sean Mullan - * @bug 6461674 8009217 + * @bug 6461674 8009217 7147060 * @compile -XDignore.symbol.file ClassLoaderTest.java MyTransform.java - * @run main ClassLoaderTest + * @run main/othervm ClassLoaderTest * @summary Ensure Transform.register works with transform implementations * loaded by class loader other than system/boot class loader */ -- GitLab