Re: java.lang.System's comment about initializeSystemClass

2019-10-18 Thread Jaikiran Pai
On 18/10/19 4:51 PM, Alan Bateman wrote: > On 18/10/2019 08:12, Jaikiran Pai wrote: >> : >> Thank you Alan. Should I create a JBS issue to track and have this >> changed? >> > Yes, go ahead, we just missed updating this comment in JDK 9. Done - https://bugs.openjdk.java.net/browse/JDK-8232617

Re: java.lang.System's comment about initializeSystemClass

2019-10-18 Thread Alan Bateman
On 18/10/2019 08:12, Jaikiran Pai wrote: : Thank you Alan. Should I create a JBS issue to track and have this changed? Yes, go ahead, we just missed updating this comment in JDK 9. -Alan

Re: java.lang.System's comment about initializeSystemClass

2019-10-18 Thread Jaikiran Pai
On 18/10/19 12:39 PM, Alan Bateman wrote: > On 18/10/2019 08:03, Jaikiran Pai wrote: >> >> However, I can't find that "initializeSystemClass" method anywhere in >> that class or any other class in the JDK code. Is that comment still >> relevant or am I looking in the wrong places? >> > It's stale

Re: java.lang.System's comment about initializeSystemClass

2019-10-18 Thread Alan Bateman
On 18/10/2019 08:03, Jaikiran Pai wrote: However, I can't find that "initializeSystemClass" method anywhere in that class or any other class in the JDK code. Is that comment still relevant or am I looking in the wrong places? It's stale, the equivalent of what was initializeSystemClass is init

java.lang.System's comment about initializeSystemClass

2019-10-18 Thread Jaikiran Pai
The java.lang.System has this code comment[1] which states: " /* Register the natives via the static initializer. * * VM will invoke the initializeSystemClass method to complete * the initialization for this class separated from clinit. * Note that to use properties set by the