August 2014 Archives by thread
Starting: Fri Aug 1 04:39:36 UTC 2014
Ending: Sun Aug 31 22:34:29 UTC 2014
Messages: 405
- WAR == single classloader was: Benefits of activeReferenceQueue
Jaroslav Tulach
- Summary of 1st week was: ReferenceQueue.remove to allow GC of the queue itself
Jaroslav Tulach
- RFR 8054095: No space allowed in platforms string in ProblemList.txt
Amy Lu
- RFR JDK-8051991: Flatten VersionHelper hierarchies
Vincent Ryan
- Please View Change : 8044867 : Fix raw and unchecked lint warnings in sun.tools.*
Neil Toda
- RFR JDK-8054158: Fix typos in JNDI-related packages
Pavel Rappo
- About JDK-8042694
Harshad RJ
- RFR (XL) 8046070 - Class Data Sharing clean up and refactoring, round #2
David Holmes
- RFR [8051382] Optimize java.lang.reflect.Modifier.toString()
Ivan Gerasimov
- RFR (XS) JDK-8051861 [TESTBUG] test "java/math/BigInteger/BigIntegerTest.java" does not hold Random value to have a possibility to reproduce it
vasily stolbov
- Why is finalize wrong?
Jaroslav Tulach
- RFR [8054221] StringJoiner imlementation optimization
Ivan Gerasimov
- RFR: 8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
dmeetry degrave
- RFR: 8049343: (tz) Support tzdata2014e
Aleksej Efimov
- RFR JDK-8034032 : Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
Brent Christian
- Redundant null checks due to casts <was> Re: [9] RFR (M): 8037209: Improvements and cleanups to bytecode assembly for lambda forms
Paul Sandoz
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Lance Andersen
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Joe Darcy
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Lance at Oracle
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Ivan Gerasimov
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Ivan Gerasimov
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Lance Andersen
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Ivan Gerasimov
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Lance Andersen
- RFR: 8054555, javadoc clean-up in java.sql, javax.sql.*
Ivan Gerasimov
- Create a child class object based on a parent one
Weijun Wang
- new StringBuilder(char)
Eddie Aftandilian
- RFR: [8054714] Use StringJoiner where it makes the code cleaner
Ivan Gerasimov
- The future of Serialization
Peter Firmstone
- Replace concat String to append in StringBuilder parameters
Otávio Gonçalves de Santana
- RFR (XL) 8046070 - Class Data Sharing clean up and refactoring, round #3
David Holmes
- RFR [8046339] sun.rmi.transport.DGCAckHandler leaks memory
Ivan Gerasimov
- RFR: 8054828: [TESTBUG] Typos in java/lang/Long/ParsingTest
Claes Redestad
- [8u40] RFR(M): 8050114, 8041972, 8006627
Claes Redestad
- RFR [8054841] : (process) ProcessBuilder leaks native memory
Ivan Gerasimov
- RFR: JDK-8038861 [javadoc] broken links in org/omg/CORBA/FloatSeqHelper.html
Mark Sheppard
- RFR JDK-8054857: Fix typos in java.lang.** packages
Pavel Rappo
- JDK RFR of 8054720: Modifications of I/O methods for instrumentation purposes
Brian Burkhalter
- Does this look like a race?
Andrew Haley
- RFR: 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
Daniel Fuchs
- RFR (XL) 8046070 - Class Data Sharing clean up and refactoring, final round
Ioi Lam
- RFR: JDK-8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
Joel Borggren-Franck
- Trusted service?
Wang Weijun
- RFR: JDK-8054987: (reflect) Add sharing of annotations between instances of Executable
Joel Borggren-Franck
- RFR: 8052403 java/util/logging/CheckZombieLockTest.java fails with NoSuchFileException
Daniel Fuchs
- RFR(S): 8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
Claes Redestad
- RFR(S): 8055055: Improve numeric parsing in java.sql
Claes Redestad
- How to use jvisualvm to find memory leaks?
Wang Weijun
- JEP Review Request: Improve Security Manager Performance
Sean Mullan
- [7u-dev] Request for Approval and Review: 8017212: File.createTempFile requires unnecessary "read" permission
Ivan Gerasimov
- RFR 8055262: Update jdk/test/java/util/Base64 tests to use java.util.Base64 instead of sun.misc.BASE64Encoder/Decoder
Amy Lu
- RFR 8042003: java/lang/Math tests have external dependency on sun.misc.DoubleConsts and sun.misc.FloatConsts
Amy Lu
- sun.net.www.protocol.https.HttpsURLConnectionImpl doesn't equal to self
Stanimir Simeonoff
- Review request for JDK-8051540: Convert JAXP functin tests: org.xml.sax to jtreg (testNG) tests
Tristan Yan
- RFR(S): 8055032: Improve numerical parsing in java.net and sun.net
Mike Duigou
- java.util.logging.FileHandler integer overflow prevents file rotation
Stanimir Simeonoff
- 8055393: Some tests added to the TEST.group to exclude execution on inappropriate compact profiles
Evgeniya Stepanova
- jsr 305
Sergey Bylokhov
- RFR 8u: JDK-8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
Joel Borggrén-Franck
- RFR: 8049343: (tz) Support tzdata2014f
Aleksej Efimov
- JDK 9 RFR of 8054720: Modifications of I/O methods for instrumentation purposes
Brian Burkhalter
- ByteBuffer.wrap(array).getInt(offset)
Florian Weimer
- RFR: 8055776, Add tests to exercise SQLPermissions for DriverManager & SyncFactory
Lance Andersen
- RFR: 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
Martin Buchholz
- Exposing LZ77 sliding window size in the java.util.zip.[Inflator|Defaltor] API
Mark Thomas
- Process API Updates (JEP 102)
Ron Pressler
- RFR 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
huizhe wang
- Review request: 8055856: checkdeps build target doesn't work for cross-compilation builds
Mandy Chung
- [8u-dev] RFR: 8036981: JAXB not preserving formatting for xsd:any Mixed content
Aleksej Efimov
- Impact of code difference in Collection#contains() worth improving?
Fabian Lange
- DMH to fields, casts and type profiling <was> Re: [9] RFR (M): 8037209: Improvements and cleanups to bytecode assembly for lambda forms
Paul Sandoz
- A List from Iterator
Pavel Rappo
- RFR: [8056310] Cleanup in WinNTFileSystem_md.c
Ivan Gerasimov
- RFR (JAXP) 8056202: Xerces Update: Catalog Resolver
huizhe wang
- RFR 8056249 Improve CompletableFuture resource usage
Paul Sandoz
- RFR 8056248: Improve ForkJoin thread throttling
Paul Sandoz
- RFR: 5043030 (reflect) unnecessary object creation in reflection
Joel Borggrén-Franck
- Review request for JDK-8051561: Convert JAXP function tests: javax.xml.xpath.* to jtreg (testNG) tests
Tristan Yan
- [9] RFR (S): 8056926: Improve caching of GuardWithTest combinator
Vladimir Ivanov
- RFR: JDK-8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
Martin Buchholz
- RFR (7u): 8046070 - Class Data Sharing clean up and refactoring
Ioi Lam
Last message date:
Sun Aug 31 22:34:29 UTC 2014
Archived on: Wed Jun 1 15:21:07 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).