On 01/04/2016 09:14 AM, Chris Hegarty wrote:
Note: as in other areas some tests that require access to
internal APIs have been updated to use types from a more
stable package, sun.security.x509.
Not sure what you mean - which tests do you mean and why is
sun.security.x509 related to this issue?
Not an issue for security, there are a couple of langtools tests
that verify that the compiler issues an appropriate warning when
internal types are used. These tests used to use sun.misc.VM, I
changed them to use types from sun.security.x509. We have done
this in a few other placed too.
Ah, ok.
--Sean