mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 12:55:07 +00:00
7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail
Reviewed-by: valeriep, asaha, alanb
This commit is contained in:
parent
4ce35dcaa5
commit
33be52be86
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1999, 2011, 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
|
||||
@ -23,8 +23,9 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 4273454
|
||||
* @bug 4273454 7052537
|
||||
* @summary Make sure getProviders(filter) doesn't throw NPE
|
||||
* @run main/othervm NoInstalledProviders
|
||||
*/
|
||||
|
||||
import java.security.*;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user