September 2013 Archives by thread
Starting: Sun Sep 1 08:16:40 UTC 2013
Ending: Mon Sep 30 23:22:52 UTC 2013
Messages: 982
- [PATCH] 4851444: Exposing sun.reflect.Reflection#getCallerClass as a public API in Java 8
Nick Williams
- RFR: JDK-6823527: java.util.logging.Handler has thread safety issues
David Holmes
- hg: jdk8/tl/jdk: 8024068: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails
xuelei.fan at oracle.com
- Potential issue with CHM.toArray
Doug Lea
- RFR 8024103: AtomicLongArray getAndAccumulate/accumulateAndGet have int type for new value arg
Chris Hegarty
- hg: jdk8/tl/jdk: 8024103: AtomicLongArray getAndAccumulate/accumulateAndGet have int type for new value arg
chris.hegarty at oracle.com
- Review: lamda expressions and bulk data operations on collections.
Paul Sandoz
- RFR: 8016127 - NLS: logging.properties translatability recommendation
Daniel Fuchs
- RFR 8023463 Update HashMap and LinkedHashMap to use bins/buckets or trees (red/black)
Paul Sandoz
- RFR :8023563: Bottleneck in java.util.TimeZone.getDefaultInAppContext
Seán Coffey
- RFR: 8024014 & 8024015 : (xs) TEST.groups updates
Alan Bateman
- hg: jdk8/tl/jdk: 8016127: NLS: logging.properties translatability recommendation; ...
daniel.fuchs at oracle.com
- hg: jdk8/tl/jdk: 7172176: java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing
staffan.larsen at oracle.com
- hg: jdk8/tl/langtools: 8016177: structural most specific and stuckness
vicente.romero at oracle.com
- hg: jdk8/tl/langtools: 8022162: Incorrect signature determination for certain inner class generics
vicente.romero at oracle.com
- RFR: 8024140: [TESTBUG] Profile based regression test groups for jdk repo
David Holmes
- Various Random things (Was: Java 8 RFC 7189139: BigInteger's staticRandom field can be a source of bottlenecks)
Bradford Wetmore
- RFR: 8021591 : (s) Additional explicit null checks
Paul Sandoz
- RFR: 8016271: wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
Seán Coffey
- RFR: 8017195 : Introduce option to setKeepAlive parameter on CORBA sockets
Seán Coffey
- RFR: 8019853 - Break logging and AWT circular dependency
Artem Ananiev
- RFR 8024182 test/java/util/Arrays/SetAllTest.java fails to compile due to recent compiler changes
Paul Sandoz
- hg: jdk8/tl/jdk: 8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mike.duigou at oracle.com
- RFR: 8024718: Difference in Stream.collect(Collector) methods located in jdk8 and jdk8-lambda repos
Henry Jen
- hg: jdk8/tl/jdk: 8022176: Weaken contract of java.lang.AutoCloseable
henry.jen at oracle.com
- hg: jdk8/tl/jdk: 8024178: Difference in Stream.collect(Collector) methods located in jdk8 and jdk8-lambda repos
henry.jen at oracle.com
- RFR(2nd): 8017513: Support for closeable streams
Henry Jen
- hg: jdk8/tl/jdk: 8017513: Support for closeable streams; ...
henry.jen at oracle.com
- Still need Reviewer approval: Java 8 RFR 8010430: Math.round has surprising behavior for odd values of ulp 1
Brian Burkhalter
- hg: jdk8/tl/corba: 8017195: Introduce option to setKeepAlive parameter on CORBA sockets
sean.coffey at oracle.com
- hg: jdk8/tl/jdk: 8017195: Introduce option to setKeepAlive parameter on CORBA sockets
sean.coffey at oracle.com
- hg: jdk8/tl: 8024200: handle hg wrapper with space after #!
mike.duigou at oracle.com
- hg: jdk8/tl/langtools: 8023389: Javac fails to infer type for lambda used with intersection type and wildcards
vicente.romero at oracle.com
- RFR: JDK-7186632: NLS t13y issue on jar.properties file
Naoto Sato
- hg: jdk8/tl/langtools: 8023545: Misleading error message when using diamond operator with private constructor
vicente.romero at oracle.com
- hg: jdk8/tl/langtools: 8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
vicente.romero at oracle.com
- hg: jdk8/tl/jdk: 8023997: j.l.String.join(java.lang.CharSequence, java.lang.Iterable) sample doesn't compile and is incorrect
henry.jen at oracle.com
- RFR: 8024014 : (xs) TEST.groups updates
Mike Duigou
- RFR: 8023997 : j.l.String.join(java.lang.CharSequence, java.lang.Iterable) sample doesn't compile and is incorrect
Henry Jen
- hg: jdk8/tl/jdk: 8024140: [TESTBUG] Profile based regression test groups for jdk repo
david.holmes at oracle.com
- hg: jdk8/tl/jdk: 8008688: Make MethodHandleInfo public
robert.field at oracle.com
- hg: jdk8/tl/jdk: 8024182: test/java/util/Arrays/SetAllTest.java fails to compile due to recent compiler changes
paul.sandoz at oracle.com
- hg: jdk8/tl/jdk: 8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black); ...
paul.sandoz at oracle.com
- RFR JDK-8011940 : java.lang.Class.getAnnotations() always enters synchronized method
Peter Levart
- hg: jdk8/tl/jdk: 8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess
alan.bateman at oracle.com
- hg: jdk8/tl/langtools: 8008275: javac.Main should be @Supported
vicente.romero at oracle.com
- RFR: 5047859 : (reflect) Class.getField can't find String[].length
Joel Borggren-Franck
- hg: jdk8/tl/jdk: 6823527: java.util.logging.Handler has thread safety issues
daniel.fuchs at oracle.com
- RFR: 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array type
Joel Borggren-Franck
- hg: jdk8/tl/jdk: 8019853: Break logging and AWT circular dependency
daniel.fuchs at oracle.com
- hg: jdk8/tl/nashorn: 2 new changesets
sundararajan.athijegannathan at oracle.com
- RFR: 7057785 : (xs) Add note to hashCode() that support for self referential is optional
Mike Duigou
- hg: jdk8/tl/jdk: 6341345: (spec) Console.reader() should make it clear that the reader requires line termination
xueming.shen at oracle.com
- hg: jdk8/tl/jdk: 7186632: NLS t13y issue on jar.properties file
xueming.shen at oracle.com
- RFR: 8023168 - Cleanup LogManager class initialization and LogManager/LoggerContext relationship
Daniel Fuchs
- RFR: 8023339 : (xs) Rename Collection.removeIf(Predicate) to removeAll(Predicate)
Mike Duigou
- hg: jdk8/tl/langtools: 8024288: javadoc generated-by comment should always be present
jonathan.gibbons at oracle.com
- hg: jdk8/tl/jdk: 8020816: Metafactory crashes on code with method reference; ...
robert.field at oracle.com
- @Supported design issues
Alan Bateman
- hg: jdk8/tl/langtools: 8023974: Drop 'implements Completer' and 'implements SourceCompleter' from ClassReader resp. JavaCompiler.
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8023464: test/closed/sun/tracing/ProviderProxyTest.java failing
jaroslav.bachorik at oracle.com
- hg: jdk8/tl/jdk: 8004179: Few of test/java/lang/management/ThreadMXBean/* tests don't clean up the created threads
jaroslav.bachorik at oracle.com
- RFR: 8023340 : (xxs) Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced.
Mike Duigou
- hg: jdk8/tl/jdk: 8023943: Method description fix for String.toLower/UpperCase() methods
naoto.sato at oracle.com
- RFR 7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx]
Brent Christian
- hg: jdk8/tl/jdk: 8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError
robert.field at oracle.com
- RFR: 8023447: change specification to allow RMI activation to be optional
Stuart Marks
- RFR: Faster ZipFile.getEntry()/entries()
Xueming Shen
- hg: jdk8/tl/langtools: 8023608: method grouping tabs folding issue
bhavesh.x.patel at oracle.com
- hg: jdk8/tl/jdk: 8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo
robert.field at oracle.com
- hg: jdk8/tl/jdk: 6815130: Intermittent ThreadMXBean/Locks.java test failure
jaroslav.bachorik at oracle.com
- hg: jdk8/tl/langtools: 8024039: javac, previous solution for JDK-8022186 was incorrect
vicente.romero at oracle.com
- hg: jdk8/tl/jdk: 5047859: (reflect) Class.getField can't find String[].length
joel.franck at oracle.com
- RFR(S) / guidance, 8022701 Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
David Chase
- hg: jdk8/tl/jdk: 2 new changesets
sean.mullan at oracle.com
- RFR: Changes to disable and/or remove Solaris 32-bit from JDK8
Kumar Srinivasan
- Please review two corrections for java.time
roger riggs
- Please review clarification of java.time serialized form
roger riggs
- hg: jdk8/tl/langtools: 8024434: problem running javadoc tests in samevm mode on Windows
jonathan.gibbons at oracle.com
- hg: jdk8/tl/corba: 3 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/jaxp: 2 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl: 11 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/jaxws: 3 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/nashorn: 4 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/langtools: 5 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/jdk: 6 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/hotspot: 70 new changesets
lana.steuck at oracle.com
- RFR: 8011916: Spec update for java.util.stream + 8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE
Henry Jen
- hg: jdk8/tl/jdk: 7188657: There should be a way to reorder the JSSE ciphers
xuelei.fan at oracle.com
- hg: jdk8/tl/langtools: 8024398: javac, compiler crashes with try with empty body
vicente.romero at oracle.com
- hg: jdk8/tl/jdk: 8024046: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc*
weijun.wang at oracle.com
- hg: jdk8/tl/langtools: 8022260: Rename javac.code.Annotations to javac.code.SymbolMetadata
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8023168: Cleanup LogManager class initialization and LogManager/LoggerContext relationship; ...
daniel.fuchs at oracle.com
- hg: jdk8/tl/langtools: 8024154: Fix for 8016177: structural most specific and stuckness breaks 6 langtools tests
vicente.romero at oracle.com
- RFR: 8009411 : getMethods should not inherit static methods from interfaces
Joel Borggrén-Franck
- hg: jdk8/tl/jdk: 8024432: Fix doclint issues in java.security
jason.uh at oracle.com
- hg: jdk8/tl/nashorn: 3 new changesets
sundararajan.athijegannathan at oracle.com
- hg: jdk8/tl/langtools: 8022322: Reject default and static methods in annotation
eric.mccorkle at oracle.com
- hg: jdk8/tl/langtools: 8015322: Javac template test framework
eric.mccorkle at oracle.com
- JDK-6962494: Update documentation on Executable.getParameterAnnotations()
Eric McCorkle
- hg: jdk8/tl/jdk: 8023447: change specification to allow RMI activation to be optional
stuart.marks at oracle.com
- hg: jdk8/tl/langtools: 8006972: jtreg test fails: test/tools/javac/processing/model/element/TestMissingElement/TestMissingElement.java
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 8019521: Enhanced rethrow disabled in lambdas
jonathan.gibbons at oracle.com
- hg: jdk8/tl/jdk: 8024444: Change to use othervm mode of tests in SSLEngineImpl
xuelei.fan at oracle.com
- hg: jdk8/tl/jdk: 8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently
alan.bateman at oracle.com
- hg: jdk8/tl/langtools: 8005222: Fixed bugs should have tests with bugid in @bug tag
joel.franck at oracle.com
- RFR: 8014659: NPG: performance counters for compressed klass space
Erik Helin
- hg: jdk8/tl/langtools: 8024414: javac, should facilitate the use of the bootstrap compiler for debugging
vicente.romero at oracle.com
- JDK 7u-dev review request 8024356: Double.parseDouble() is slow for long Strings
Brian Burkhalter
- java.lang.reflect.Parameter comments
Joseph Darcy
- RFR: 8024500: Missing API coverage for java.util.function.BiFunction andThen
Henry Jen
- hg: jdk8/tl/jdk: 8024501: sun.security.mscapi.Key has no definition of serialVersionUID
xuelei.fan at oracle.com
- hg: jdk8/tl/jdk: 8024141: Unexpected timezone display name
masayoshi.okutsu at oracle.com
- hg: jdk8/tl/jdk: 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8024508: Fix doclint issues in com.sun.nio.sctp
chris.hegarty at oracle.com
- hg: jdk8/tl/jdk: 8023090: Additional debug info for java/net/NetworkInterface/Equals.java
chris.hegarty at oracle.com
- hg: jdk8/tl/langtools: 8024510: lib/combo/tools/javac/combo/TemplateTest.java fails
eric.mccorkle at oracle.com
- hg: jdk8/tl/jdk: 8024332: sun/util/resources/en split between rt.jar and localedata.jar
naoto.sato at oracle.com
- hg: jdk8/tl/jdk: 6962494: Update documentation on Executable.getParameterAnnotations()
eric.mccorkle at oracle.com
- RFR: Direct LambdaMetaFactory invocation from CallSite significantly improves lambda linkage performance
Sergey Kuksenko
- RFR: Caching MethodType's descriptor string improves lambda linkage performance
Sergey Kuksenko
- RFR: 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
Xueming Shen
- RFR: 8024525 - Make Logger log methods call isLoggable()
Daniel Fuchs
- hg: jdk8/tl/nashorn: 6 new changesets
sundararajan.athijegannathan at oracle.com
- hg: jdk8/tl/jdk: 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API
xueming.shen at oracle.com
- hg: jdk8/tl/jdk: 8024500: Missing API coverage for java.util.function.BiFunction andThen
henry.jen at oracle.com
- hg: jdk8/tl/langtools: 8015496: Information that package is deprecated is missing in profiles view
bhavesh.x.patel at oracle.com
- RFR: 8024009 : Remove jdk.map.useRandomSeed system property
Brent Christian
- RFR [8023130] (process) ProcessBuilder#inheritIO does not work on Windows
Ivan Gerasimov
- hg: jdk8/tl/jdk: 8023529: OpenMBeanInfoSupport.equals/hashCode throw NPE
shanliang.jiang at oracle.com
- hg: jdk8/tl/jdk: 8024643: Turn on javac lint checking in building the jdk repo
joe.darcy at oracle.com
- Please review: fix for java.time Issues with French locale on compact1, 2
roger riggs
- Review request for 8014967: Clarify NPE thrown by DriverManager.registerDriver when driver is null
Lance Andersen - Oracle
- static vs. default interface methods and inheritance VM/javac issues
Peter Levart
- review request: 8015340: remove erroneous @since tag
Lance Andersen - Oracle
- hg: jdk8/tl/jdk: 8024525: Make Logger log methods call isLoggable()
daniel.fuchs at oracle.com
- hg: jdk8/tl/jdk: 8024618: Issues with French locale on compact1, 2: expected:<janvier> but was:<January>
roger.riggs at oracle.com
- hg: jdk8/tl/jdk: 8015340: remove erroneous @since tag
lance.andersen at oracle.com
- hg: jdk8/tl/langtools: 8013846: javac fails to reject semantically equivalent generic method declarations
eric.mccorkle at oracle.com
- hg: jdk8/tl/jdk: 8011916: Spec update for java.util.stream; ...
henry.jen at oracle.com
- JDK-8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions
Eric McCorkle
- hg: jdk8/tl/jdk: 8010430: Math.round has surprising behavior for odd values of ulp 1
brian.burkhalter at oracle.com
- hg: jdk8/tl/langtools: 8023558: Javac creates invalid bootstrap methods for complex lambda/methodref case
vicente.romero at oracle.com
- RFR (S) 8019417: JSR 292 javadoc should clarify method handle arity limits
John Rose
- RFR (S) 8001109: arity mismatch on a call to spreader method handle should elicit IllegalArgumentException
John Rose
- RFR (S) 8001108: an attempt to use "<init>" as a method name should elicit NoSuchMethodException
John Rose
- Review: demos for try-with-resources feature
Andrey Nazarov
- RFR (S) 8024599: JSR 292 direct method handles need to respect initialization rules for static members
John Rose
- RFR (M) 8001110: method handles should have a collectArguments transform, generalizing asCollector
John Rose
- additional JSR 292 review resources
John Rose
- hg: jdk8/tl/jdk: 8023669: MBean*Info.hashCode : NPE
shanliang.jiang at oracle.com
- hg: jdk8/tl/jdk: 8024009: Remove jdk.map.useRandomSeed system property
alan.bateman at oracle.com
- hg: jdk8/tl/jdk: 8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
chris.hegarty at oracle.com
- hg: jdk8/tl/nashorn: 5 new changesets
sundararajan.athijegannathan at oracle.com
- RFR 8017248: Compiler Diacritics Issue
Alexander Zuev
- hg: jdk8/tl/jdk: 3 new changesets
mike.duigou at oracle.com
- hg: jdk8/tl: 8024201: Update bugdatabase url
mike.duigou at oracle.com
- RFR: 8920687: Deflater.setLevel does not work as expected
Xueming Shen
- review request 7097386: Correct error in Predicate javadoc example
Lance Andersen - Oracle
- RFR: 8023339: (xs) Refine UOE conditions for removeIf()
Mike Duigou
- hg: jdk8/tl/jdk: 8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null
lance.andersen at oracle.com
- RFR: 8024825: Some fixes are missing from java.util.stream spec update
Henry Jen
- hg: jdk8/tl/jdk: 8024825: Some fixes are missing from java.util.stream spec update
henry.jen at oracle.com
- RFR: 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
Xueming Shen
- hg: jdk8/tl/langtools: 8024207: javac crash in Flow.AssignAnalyzer.visitIdent
vicente.romero at oracle.com
- hg: jdk8/tl/langtools: 7047734: javac, the LVT is not generated correctly in several scenarios
vicente.romero at oracle.com
- RFR: JDK-7123493 : (proxy) Proxy.getProxyClass doesn't scale under high load
Rob McKenna
- RFR: 8022749: Convert junit tests to testng in test/java/lang/invoke
John Rose
- hg: jdk8/tl/jdk: 8010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermittently
paul.sandoz at oracle.com
- hg: jdk8/tl/jdk: 8024837: Rename java/util/concurrent/ConcurrentHashMap/toArray.java to ToArray.java
paul.sandoz at oracle.com
- RFR 8024405: Spliterators.spliterator should support CONCURRENT characteristic
Paul Sandoz
- RFR 8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
Paul Sandoz
- RFR 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
Paul Sandoz
- RFR 8024253: ThreadLocal random can use SecureRandom for the initial seed
Paul Sandoz
- hg: jdk8/tl/jdk: 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
xueming.shen at oracle.com
- hg: jdk8/tl/jdk: 8020687: Deflater.setLevel does not work as expected
xueming.shen at oracle.com
- hg: jdk8/tl/langtools: 8021112: Spurious unchecked warning reported by javac; ...
vicente.romero at oracle.com
- hg: jdk8/tl/jdk: 6458027: Disabling IPv6 on a specific network interface causes problems
chris.hegarty at oracle.com
- RFR(M): 8024265: Enable new build on AIX (jdk part)
Volker Simonis
- hg: jdk8/tl/jdk: 8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)
henry.jen at oracle.com
- RFR(L): 8024854: Basic changes and files to build the class library on AIX
Volker Simonis
- RFR: 8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps"
Mike Duigou
- RFR: 8007072: Update Core Reflection for Type Annotations to match latest spec
Joel Borggren-Franck
- hg: jdk8/tl/jdk: 7097386: Correct error in Predicate javadoc example
lance.andersen at oracle.com
- RFR 8024707: TRANSFORMEREXCEPTION : ITEM() RETURNS NULL WITH NODE LIST OF LENGTH =1 IN JAXP
Aleksej Efimov
- Java 8 RFR 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Brian Burkhalter
- hg: jdk8/tl/langtools: 8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
jonathan.gibbons at oracle.com
- RFR: 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
Xueming Shen
- RFR: 8023339 & 8023340 : (xs) Refine throws UOE/NPE Conditions
Mike Duigou
- RFR: 8023524: Mechanism to dump generated lambda classes / log lambda code generation
Henry Jen
- hg: jdk8/tl/jdk: 8023954: MBean*Info.equals: throw NPE
shanliang.jiang at oracle.com
- hg: jdk8/tl/jdk: 8012615: Realm.getRealmsList returns realms list in wrong
weijun.wang at oracle.com
- hg: jdk8/tl/jdk: 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
alan.bateman at oracle.com
- hg: jdk8/tl/langtools: 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8011402: Move blacklisting certificate logic from hard code to data
weijun.wang at oracle.com
- hg: jdk8/tl/jdk: 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
chris.hegarty at oracle.com
- RFR 8025002 "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
Paul Sandoz
- Review java.time test refactoring
roger riggs
- hg: jdk8/tl/langtools: 8015249: javadoc fails to document static final fields in annotation types
bhavesh.x.patel at oracle.com
- hg: jdk8/tl/langtools: 8024096: some javadoc tests may contain false positive results
bhavesh.x.patel at oracle.com
- Review request for 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
Andreas Rieber
- hg: jdk8/tl/langtools: 8017248: Compiler Diacritics Issue
alexander.zuev at oracle.com
- hg: jdk8/tl/jdk: 8017248: Compiler Diacritics Issue
alexander.zuev at oracle.com
- hg: jdk8/tl/jdk: 8011940: java.lang.Class.getAnnotations() always enters synchronized method
peter.levart at gmail.com
- hg: jdk8/tl/langtools: 8022567: Javac Should Generate Warnings For Raw Array Type
jan.lahoda at oracle.com
- hg: jdk8/tl/langtools: 8024609: sjavac assertion fails during call to BuildState.collectArtifacts
jonathan.gibbons at oracle.com
- RFR 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
Alexander Zuev
- hg: jdk8/tl/jdk: 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
xueming.shen at oracle.com
- Classload of sun.nio.ch.Net fails - regression in jdk7u25
Martin Buchholz
- hg: jdk8/tl/langtools: 8024437: Inferring the exception thrown: sometimes fails to compile
vicente.romero at oracle.com
- RFR: 6233323,,ZipEntry.isDirectory() may return false incorrectly
Xueming Shen
- hg: jdk8/tl/jdk: 8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
paul.sandoz at oracle.com
- hg: jdk8/tl/langtools: 8025110: TreeCopier does not correctly copy LabeledStatementTree
jonathan.gibbons at oracle.com
- hg: jdk8/tl/jdk: 8024405: Spliterators.spliterator should support CONCURRENT characteristic
paul.sandoz at oracle.com
- remove 5u-cpu 8021334
Ivan Gerasimov
- RFR(S): 7200277 [parfait] potential buffer overflow in npt/utf.c
Staffan Larsen
- RFR: 8013839: Enhance Logger API for handling of resource bundles
Daniel Fuchs
- hg: jdk8/tl/jdk: 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
alexander.zuev at oracle.com
- SplittableRandom update
Doug Lea
- hg: jdk8/tl/langtools: 8023835: TreeMaker.QualIdent() too leafy
jan.lahoda at oracle.com
- hg: jdk8/tl/jdk: 7200277: [parfait] potential buffer overflow in npt/utf.c
staffan.larsen at oracle.com
- hg: jdk8/tl/jdk: 8024253: ThreadLocal random can use SecureRandom for the initial seed
paul.sandoz at oracle.com
- RFR: 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
Kumar Srinivasan
- hg: jdk8/tl/jdk: 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
brian.burkhalter at oracle.com
- hg: jdk8/tl/jdk: 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
paul.sandoz at oracle.com
- RFC 6910473: BigInteger negative bit length, value range, and future prospects
Dmitry Nadezhin
- RFR: 8009719: core reflection should get type annotation data from the VM lazily
Joel Borggren-Franck
- Expose elementType of EnumSet and EnumMap
Marcin Wiśnicki
- Please Review integration of Java Time updates
roger riggs
- Please Review fix for reduced value parser 8024076
roger riggs
- hg: jdk8/tl/langtools: 8024696: Missing null check in bound method reference capture
vicente.romero at oracle.com
- Point lambdaification of List/Set/Map
Stephen Colebourne
- hg: jdk8/tl/jdk: 8023130: (process) ProcessBuilder#inheritIO does not work on Windows
alan.bateman at oracle.com
- hg: jdk8/tl: 13 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/jaxws: 2 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/hotspot: 69 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/jdk: 21 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/langtools: 8024988: javac, LVT test harness should generate tests .class files in the scratch folder
joel.franck at oracle.com
- Update JAX-WS RI integration to 2.2.9-b130918.1732
Miroslav Kos
- Fwd: Re: type anno test code check in
Charlie Wang
- hg: jdk8/tl/langtools: 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
joel.franck at oracle.com
- hg: jdk8/tl/langtools: 7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
alexander.zuev at oracle.com
- hg: jdk8/tl/langtools: 4881267: improve diagnostic for "instanceof T" for type parameter T
alexander.zuev at oracle.com
- hg: jdk8/tl/langtools: 6499673: Assertion check for TypeVariable.getUpperBound() fails.
eric.mccorkle at oracle.com
- [7u-dev] Request for approval for CRs 8007454, 7147084
Ivan Gerasimov
- hg: jdk8/tl/jdk: 8014659: NPG: performance counters for compressed klass space
stefan.karlsson at oracle.com
- RFR: 8025140 - TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
Daniel Fuchs
- Overloads warnings overly agressive?
Paul Sandoz
- hg: jdk8/tl/langtools: 8025050: Doclint doesn't recognize <dfn> tag
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 8025272: doclint needs to check for valid usage of @value tag
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 8002154: [doclint] doclint should check for issues which are errors in javadoc
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 8016328: Regression : Javadoc i18n regression caused by fix for 8012375
bhavesh.x.patel at oracle.com
- hg: jdk8/tl/jdk: 8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout
daniel.fuchs at oracle.com
- [7u-dev] Request for review of backport 7147084
Ivan Gerasimov
- hg: jdk8/tl/langtools: 8025407: TypeAnnotations does not use Context
jonathan.gibbons at oracle.com
- hg: jdk8/tl/langtools: 4 new changesets
michael.fang at oracle.com
- hg: jdk8/tl/langtools: 8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java
jonathan.gibbons at oracle.com
- RFR 8025173 : HashMap.put() replacing an existing key can trigger a resize()
Brent Christian
- RFR (S): 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
Christian Thalinger
- hg: jdk8/tl/langtools: 8004825: javadoc crash DocletAbortException
bhavesh.x.patel at oracle.com
- RFR: 8025502: Exclude tests due to JDK-8025427
Erik Helin
- hg: jdk8/tl/langtools: 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing
jan.lahoda at oracle.com
- hg: jdk8/tl/langtools: 8025139: javac patch for using bootstrap compiler for debugging is not working properly
vicente.romero at oracle.com
- hg: jdk8/tl/jdk: 8025173: HashMap.put() replacing an existing key can trigger a resize()
mike.duigou at oracle.com
- hg: jdk8/tl/langtools: 8011738: Write test to check for bootstrap attributes for lambda expressions in class file
sonali.goel at oracle.com
- hg: jdk8/tl/jdk: 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
christian.thalinger at oracle.com
- hg: jdk8/tl/jdk: 8024861: Incomplete token triggers GSS-API NullPointerException
weijun.wang at oracle.com
- hg: jdk8/tl/langtools: 8024497: crash returning this-referencing lambda from default method
vicente.romero at oracle.com
- JDK 8 code review request for doclint issues in java.lang.instrument
Sergey Bylokhov
- Review: demo extension methods (it is illustrates the feature default method usage)
taras ledkov
- hg: jdk8/tl/jdk: 8025502: Exclude tests due to JDK-8025427
joel.franck at oracle.com
- hg: jdk8/tl/langtools: 8022765: Compiler crashes with exception on wrong usage of an annotation.
jan.lahoda at oracle.com
- hg: jdk8/tl/langtools: 6978886: javadoc shows stacktrace after print error resulting from disk full
alexander.zuev at oracle.com
- hg: jdk8/tl/jdk: 8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
mike.duigou at oracle.com
- hg: jdk8/tl/langtools: 8025537: Convert 2 javac/enumdeclarations tests in jtreg for regression ws
sonali.goel at oracle.com
- hg: jdk8/tl/langtools: 8024842: Define ABS_TEST_OUTPUT_DIR via TEST_OUTPUT_DIR
mike.duigou at oracle.com
- hg: jdk8/tl/langtools: 8025548: langtools test tools/javac/lambda/methodReference/BridgeMethod.java incorrectly assumes no other methods generated in lambda class
robert.field at oracle.com
- RFR: JDK-8025128,File.createTempFile fails if prefix is absolute path
Dan Xu
- RFR: JDK-8025610 : (xs) Optional constructor and Optional.of should explicitly document NPE
Mike Duigou
- hg: jdk8/tl/langtools: 8015073: c.s.t.javac.api.JavacTool.getTask() - more informative exception
kumar.x.srinivasan at oracle.com
- hg: jdk8/tl/jdk: 8025128: File.createTempFile fails if prefix is absolute path
dan.xu at oracle.com
- hg: jdk8/tl/jdk: 8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
mike.duigou at oracle.com
- hg: jdk8/tl/corba: 2 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl: 2 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/langtools: 3 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/hotspot: 77 new changesets
lana.steuck at oracle.com
- hg: jdk8/tl/langtools: 8025413: NPE in Type.java due to recent change
eric.mccorkle at oracle.com
- hg: jdk8/tl/jdk: 8007072: Update Core Reflection for Type Annotations to match latest spec; ...
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8009719: core reflection should get type annotation data from the VM lazily
joel.franck at oracle.com
- hg: jdk8/tl/jdk: 8023492: jfr.jar gets loaded even though it's not used
staffan.larsen at oracle.com
- hg: jdk8/tl/jdk: 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
joel.franck at oracle.com
- RFR: JDK-8025686 : (s) Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support
Mike Duigou
- RFR: 8025067: (xs) Arrays.parallelPrefix may fail to throw NPE for null op
Mike Duigou
- hg: jdk8/tl/jdk: 7122707: Security Providers need to have their version numbers updated for JDK8
jason.uh at oracle.com
- hg: jdk8/tl/jdk: 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
jason.uh at oracle.com
- hg: jdk8/tl/jdk: 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04
jason.uh at oracle.com
- hg: jdk8/tl/jdk: 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
naoto.sato at oracle.com
Last message date:
Mon Sep 30 23:22:52 UTC 2013
Archived on: Wed Jun 1 15:20:40 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).