RFR: 8169880: Remove the sun.reflect.noCaches option (original) (raw)
Claes Redestad claes.redestad at oracle.com
Thu Nov 17 18:41:20 UTC 2016
- Previous message: RFR: 8169880: Remove the sun.reflect.noCaches option
- Next message: RFR 8169838 java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul, Mandy, thanks for reviewing!
/Claes
On 2016-11-17 19:35, Mandy Chung wrote:
Looks good.
Mandy
On Nov 17, 2016, at 7:33 AM, Claes Redestad <claes.redestad at oracle.com> wrote:
Hi, The undocumented sun.reflect.noCaches option was put in place as a debugging aid when caching was added to core reflection[1], with the intent to remove it once overly inefficient uses of reflection was weeded out[2]. This appears to have been forgotten and should be cleaned up. Webrev: http://cr.openjdk.java.net/~redestad/8169880/webrev.01/ Bug: https://bugs.openjdk.java.net/browse/JDK-8169880 Thanks! /Claes [1] https://bugs.openjdk.java.net/browse/JDK-4419062 [2] https://bugs.openjdk.java.net/browse/JDK-4430358
- Previous message: RFR: 8169880: Remove the sun.reflect.noCaches option
- Next message: RFR 8169838 java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]