Re: core-libs-dev Digest, Vol 146, Issue 92

2019-06-22 Thread Prakhar Makhija
Topic: OR operator represented by || Query: The expression evaluation of the operands, of OR operator, does it happen in parallel, when Java code runs, in the current versions? On Sat 22 Jun, 2019, 3:22 AM Send core-libs-dev mailing list submissions to > core-libs-dev@openjdk.java.net > >

Re: core-libs-dev Digest, Vol 146, Issue 92

2019-06-22 Thread David Holmes
Hi Prakhar, On 22/06/2019 1:28 am, Prakhar Makhija wrote: Topic: OR operator represented by || That should be the subject of your email - not a reply to a digest. Query: The expression evaluation of the operands, of OR operator, does it happen in parallel, when Java code runs, in the current

Mechanism to maintain backwards compatibility when moving classes to different packages

2019-06-22 Thread Jacob Glickman
Yesterday, Mark Reinhold introduced the idea of a java.util.random subpackage[1]. Obviously, moving java.util.Random into that subpackage is not currently an option, as that would break backwards compatibility. Assuming the subpackage is created, it would make sense to ultimately move java.util.Ran