8027063: SecurityManger.getClassContext returns a raw type
authordarcy
Tue, 07 Jan 2014 09:09:30 -0800
changeset 22116 49bb2cb8cb51
parent 22115 27bd4fa78407
child 22117 1efafbb25acb
8027063: SecurityManger.getClassContext returns a raw type Reviewed-by: lancea, alanb, xuelei
jdk/src/share/classes/java/lang/SecurityManager.java
--- a/jdk/src/share/classes/java/lang/SecurityManager.java	Tue Jan 07 13:00:37 2014 +0000
+++ b/jdk/src/share/classes/java/lang/SecurityManager.java	Tue Jan 07 09:09:30 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 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
@@ -307,7 +307,7 @@
      *
      * @return  the execution stack.
      */
-    protected native Class[] getClassContext();
+    protected native Class<?>[] getClassContext();
 
     /**
      * Returns the class loader of the most recently executing method from