mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8193032: Remove terminally deprecated SecurityManager APIs
Remove the checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess, and checkMemberAccess methods. Reviewed-by: alanb, mchung, kcr
This commit is contained in:
parent
9644c91625
commit
ceea439679
5 changed files with 5 additions and 216 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2018, 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
|
||||
|
@ -188,10 +188,7 @@ public class MsgAppletViewer extends ListResourceBundle {
|
|||
{"appletsecurityexception.checkpackageaccess", "Security Exception: cannot access package: {0}"},
|
||||
{"appletsecurityexception.checkpackagedefinition", "Security Exception: cannot define package: {0}"},
|
||||
{"appletsecurityexception.cannotsetfactory", "Security Exception: cannot set factory"},
|
||||
{"appletsecurityexception.checkmemberaccess", "Security Exception: check member access"},
|
||||
{"appletsecurityexception.checkgetprintjob", "Security Exception: getPrintJob"},
|
||||
{"appletsecurityexception.checksystemclipboardaccess", "Security Exception: getSystemClipboard"},
|
||||
{"appletsecurityexception.checkawteventqueueaccess", "Security Exception: getEventQueue"},
|
||||
{"appletsecurityexception.checksecurityaccess", "Security Exception: security operation: {0}"},
|
||||
{"appletsecurityexception.getsecuritycontext.unknown", "unknown class loader type. unable to check for getContext"},
|
||||
{"appletsecurityexception.checkread.unknown", "unknown class loader type. unable to check for checking read {0}"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue