review request (URGENT): 7050328: (jsr-292) findConstructor throws	ExceptionInInitializerError if run under SecurityManager
    Vladimir Kozlov 
    vladimir.kozlov at oracle.com
       
    Wed Jun  1 13:56:16 PDT 2011
    
    
  
Looks good to me.
Vladimir
John Rose wrote:
> Summary: Wrap system property and reflection accesses under doPrivileged.  Ensure constant pool linkage bypasses the SM as specified.
> 
> http://cr.openjdk.java.net/~jrose/7050328/webrev.00  (jdk changes only; no jvm changes)
> 
> Testing:
> - Passes jtreg unit tests for java.lang.invoke and ad hoc mlvm tests.
> - Newly modified unit test spot-tests APIs with a toxic security manager, to ensure that the specified security exceptions are thrown.
> - Passes test reported in 7050328.
> - No regression on related bug 7042829.
> 
> Note to reviewers:  Please confirm that the duplicated or moved code lines are accurate duplicates.
> 
> The change to the unit test shows how I verified the places that needed change.  These places were independently found by grepping.
> 
> -- John
    
    
More information about the hotspot-compiler-dev
mailing list