2013-07-15 hannesw 8020354: Object literal property initialization is not done in source order
2013-07-15 attila 8020324: Implement Object.bindProperties(target, source) for beans
2013-07-12 sundar Merge
2013-07-12 sundar 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
2013-07-12 sundar Merge
2013-07-12 attila 8019822: Duplicate name and signature in finally block
2013-07-12 sundar 8020223: ClassCastException: String can not be casted to ScriptFunction
2013-07-12 sundar 8020437: Wrong handling of line numbers with multiline string literals
2013-07-11 attila 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
2013-07-11 sundar 8012191: noSuchProperty can't cope with vararg functions
2013-07-11 attila 8013925: Remove symbol fields from nodes that don't need them
2013-07-11 sundar 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
2013-07-11 sundar 8020325: static property does not work on accessible, public classes
2013-07-10 sundar 8020276: interface checks in Invocable.getInterface implementation
2013-07-10 hannesw 8016681: regex capture behaves differently than on V8
2013-07-10 sundar 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
2013-07-09 lagergren 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment.
2013-07-09 sundar 8014785: Ability to extend global instance by binding properties of another object
2013-07-09 attila 8009758: reactivate the 8006529 test.
2013-07-08 hannesw 8019963: empty char range in regex
2013-07-08 sundar Merge
2013-07-08 sundar 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
2013-07-08 sundar 8020015: shared PropertyMaps should not be used without duplication
2013-07-05 lagergren 8019983: Void returns combined with return with expression picked the wrong return type
2013-07-05 attila 8019819: scope symbol didn't get a slot in certain cases
2013-07-05 hannesw 8017084: Use spill properties for large object literals
2013-07-05 sundar 8019947: inherited property invalidation does not work with two globals in same context
2013-07-04 lagergren Merge
2013-07-04 lagergren 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
2013-07-04 attila 8019809: return after break incorrectly sets the block as terminal
2013-07-03 jlaskey 8011629: Object.defineProperty performance issue
2013-07-03 attila 8017768: allow dot as inner class name separator for Java.type
2013-07-03 sundar 8019814: Add regression test for passing cases
2013-07-03 lagergren 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
2013-07-03 sundar 8019805: for each (init; test; modify) is invalid
2013-07-03 lagergren 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
2013-07-03 attila 8010946: AccessControl.doPrivileged is broken when called from js script
2013-07-03 sundar 8019791: ~ is a unary operator
2013-07-03 sundar 8019783: typeof does not work properly for java methods and foreign objects
2013-07-02 sundar 8019629: void operator should always evaluate to undefined
2013-07-18 cl Added tag jdk8-b99 for changeset d104c72ebc8a
2017-07-05 duke Merge
2013-07-18 cl Added tag jdk8-b99 for changeset a9bf8e1ddffb
2017-07-05 duke Merge
2013-07-23 lana Merge
2013-07-17 lana Merge
2013-07-17 lana Merge
2013-07-16 juh 8020557: javadoc cleanup in javax.security
2013-07-15 bpb 8020409: Clean up doclint problems in java.util package, part 1
2013-07-15 coffeys 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
2013-07-15 plevart 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
2013-07-13 weijun 8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
2013-07-08 henryjen 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
2013-07-12 henryjen 8015320: Pull spliterator() up from Collection to Iterable
2013-07-12 vinnie 8019627: RuntimeException gets obscured during OCSP cert revocation checking
2013-07-03 psandoz 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
2013-07-12 mduigou Merge
2013-07-12 mduigou 8015315: Stream.concat methods
2013-07-12 mduigou 8015317: Optional.filter, map, and flatMap
2013-07-12 mduigou 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
2013-07-12 darcy 8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
2013-07-12 joehw 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
2013-07-08 mchung 8014890: (ref) Reference queues may return more entries than expected
2013-07-12 valeriep Merge
2013-07-11 valeriep 8020310: JDK-6356530 broke the old build
2013-07-09 valeriep Merge
2013-07-08 valeriep Merge
2013-07-08 ascarpino 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
2013-07-05 valeriep 7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
2013-07-05 valeriep 8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
2013-07-11 dxu 8017212: File.createTempFile requires unnecessary "read" permission
2013-07-11 ksrini 8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
2013-07-11 jbachorik 8010285: Enforce the requirement of Management Interfaces being public
2013-07-11 valeriep 8020321: Problem in PKCS11 regression test TestRSAKeyLength
2013-07-11 sundar 7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
2013-07-11 psandoz 8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
2013-07-11 jbachorik 8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
2013-07-11 juh 8020318: Fix doclint issues in java.net
2013-07-10 sspitsyn 8020308: Fix doclint issues in java.lang.management
2013-07-09 bpb 6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
2013-07-09 bpb 6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
2013-07-10 darcy 8020294: Fix doclint issues in java.util.Spliterator
2013-07-10 psandoz 8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
2013-07-10 psandoz 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
2013-07-10 weijun 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
2013-07-10 dholmes 8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
2013-07-09 coffeys 8019979: Replace CheckPackageAccess test with better one from closed repo
2013-07-09 psandoz 8019370: Sync j.u.c Fork/Join from 166 to tl
2013-07-09 psandoz 8019551: Make BaseStream public
2013-07-09 henryjen 8017141: java.util/stream Spliterators from sequential sources should not catch OOME
2013-07-09 darcy 8020095: Fix doclint warnings in java.util.regex
2013-07-09 juh 8020091: Fix HTML doclint issues in java.io
2013-07-08 ehelin 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
2013-07-06 wetmore 8019341: Update CookieHttpsClientTest to use the newer framework.
2013-07-05 lana Merge
2013-07-05 lana Merge
2013-07-05 mullan Merge
2013-07-05 mullan 8011547: Update XML Signature implementation to Apache Santuario 1.5.4
2013-07-05 zhangshj 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
2013-07-04 alanb 8017231: Add StringJoiner.merge
2013-07-04 alanb 8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
2013-07-04 bpb 8019862: Fix doclint errors in java.lang.*.
2013-07-03 emc 8016285: Add java.lang.reflect.Parameter.isNamePresent()
2013-07-03 bpb 8019857: Fix doclint errors in java.util.Format*
2013-07-03 vinnie Merge
2013-07-02 vinnie 7165807: Non optimized initialization of NSS crypto library leads to scalability issues
2013-07-03 juh 8019772: Fix doclint issues in javax.crypto and javax.security subpackages
2013-07-03 psandoz 8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
2013-07-03 twisti 8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
2013-07-03 psandoz 8019481: Sync misc j.u.c classes from 166 to tl
2013-07-03 psandoz 8011427: java.util.concurrent collection Spliterator implementations
2013-07-02 mchung 8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
2013-07-17 lana Merge
2013-07-15 malenkov 8017492: Static field in HTML parser affects all applications
2013-07-15 pchelko 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
2013-07-12 serb 8020298: [macosx] Incorrect merge in the lwawt code
2013-07-12 raginip 8009168: accessibility.properties syntax issue
2013-07-11 leonidr 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
2013-07-11 pchelko 8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
2013-07-09 serb 8019587: [macosx] Possibility to set the same frame for the different screens
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip