Re: [9] RFR 8159488 "Deprivilege java.xml.crypto" and 8161171 "Missed the make/common/Modules.gmk file when integrating JDK-8154191"

2016-07-20 Thread Valerie Peng
Sean, I have updated webrev to rid the dependency on sun.security.jca packages. Also, I found one additional SecurityPermission is needed. Please find the updated webrev at: http://cr.openjdk.java.net/~valeriep/8159488/webrev.01/ So, we should close JDK-8161710 as a duplicate of JDK-815948

Code Review Request JDK-8161898 Mark the use of deprecated javax.security.cert APIs with forRemoval=true

2016-07-20 Thread Xuelei Fan
Hi, javax.security.cert was deprecated and marked with forRemoval=true in JDK 9. The use of javax.security.cert APIs should be marked with forRemoval=true too. Please review the update: http://cr.openjdk.java.net/~xuelei/8161898/webrev.00/ Thanks, Xuelei