Re: RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed

2021-12-24 Thread Stuart Marks
On Wed, 22 Dec 2021 22:01:00 GMT, Kevin Walls wrote: >> src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java line 51: >> >>> 49: private static RemoteHost remoteHost; >>> 50: >>> 51: private static final String rmiFilterPattern = >>> "sun.jvmstat.monitor.remote.RemoteVm;com.sun.pr

Re: [jdk18] RFR: 8279222: Incorrect legacyMap.get in java.security.Provider after JDK-8276660 [v2]

2021-12-24 Thread Aleksey Shipilev
On Thu, 23 Dec 2021 21:06:51 GMT, Valerie Peng wrote: >> Hmm, this "ADD" case should be covered by existing regression tests. I will >> take a look. Thanks. > > Hmm, existing test does add an alias, the legacyMap.get() would returns null > upon 'aliasAlg' (type: String). To test this particular