2013-05-16 katleman Added tag jdk8-b90 for changeset f96a31ce35e6
2017-07-05 duke Merge
2013-05-17 lana Merge
2013-05-14 jlaskey Merge
2013-05-14 attila 8014492: Make NashornLinker public
2013-05-10 lagergren 8014329: Slim down the label stack structure in CodeGenerator
2013-05-08 attila 8014225: Rerun only failed 262 tests
2013-05-08 attila 8013912: Nashorn needs to reuse temporary symbols
2013-05-07 lagergren 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
2013-05-07 lagergren 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
2013-05-03 hannesw 8013874: Function argument's prototype seem cached and wrongly reused
2013-05-03 hannesw 8013873: Regexp regression for escaped dash in character class
2013-05-03 hannesw 8013878: ClassCastException in Regex
2013-05-03 lagergren 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
2013-05-03 lagergren 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
2013-05-02 jlaskey 8013796: load("fx:base.js") should not be in fx:bootstrap.js
2013-05-02 jlaskey Merge
2013-05-02 jlaskey 8013794: JDK-8006220 caused an octane performance regression.
2013-05-02 hannesw 8013729: SwitchPoint invalidation not working over prototype chain
2013-04-30 jlaskey 8006220: Simplify PropertyMaps
2013-05-16 katleman Added tag jdk8-b90 for changeset 9757c7aa8f78
2017-07-05 duke Merge
2013-05-16 katleman Added tag jdk8-b90 for changeset 77d6a1b1e9ec
2017-07-05 duke Merge
2013-05-22 erikj Merge
2013-05-22 erikj 8014970: Use open man pages for non commercial builds
2013-05-22 andrew 8015087: Provide debugging information for programs
2013-05-21 katleman Merge
2013-05-21 erikj 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
2013-05-17 lana Merge
2013-05-17 chegar Merge
2013-05-17 chegar 8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open
2013-05-17 chegar Merge
2013-05-17 chegar 8014791: More ProblemList.txt updates (5/2013)
2013-05-17 dfuchs 8013900: More warnings compiling jaxp.
2013-05-16 mchung 4487672: (proxy) Proxy constructor should check for null argument
2013-05-16 vinnie Merge
2013-05-16 vinnie Merge
2013-05-15 vinnie Merge
2013-05-15 vinnie Merge
2013-05-14 vinnie Merge
2013-05-14 vinnie 7194075: Various classes of sunec.jar are duplicated in rt.jar
2013-05-16 ksrini 8001163: [pack200] should support attributes introduced by JSR-308
2013-05-16 khazra 7150552: network test hangs [macosx]
2013-05-16 dfuchs Merge
2013-05-16 jgish 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
2013-05-16 michaelm Merge
2013-05-16 michaelm 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection
2013-05-16 dmeetry 8014676: Java debugger may fail to run
2013-05-16 xuelei 8010814: More buffers are stored or returned without cloning
2013-05-16 ewang 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up
2013-05-16 valeriep Merge
2013-05-13 valeriep Merge
2013-05-07 ascarpino 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
2013-05-07 valeriep 7196009: SunPkcs11 provider fails to parse config path containing parenthesis
2013-05-07 valeriep 8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected
2013-05-15 naoto 8013233: java/util/Locale/LocaleProviders.sh fails
2013-05-15 darcy 8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>)
2013-05-15 sherman 8013730: JSR 310 DateTime API Updates III
2013-05-15 michaelm 8010464: Evolve java networking same origin policy
2013-05-15 dholmes 8013395: StringBuffer.toString performance regression impacting embedded benchmarks
2013-05-14 sherman 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit
2013-05-14 sherman 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time
2013-05-14 khazra 6328537: Improve javadocs for Socket class by adding references to SocketOptions
2013-05-14 sundar 8014519: scriptpad sample does not work with nashorn
2013-05-14 uta 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
2013-05-14 alanb 8014500: bootcycle-images fails after upgrade to JAXP 1.5
2013-05-14 darcy 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
2013-05-14 sherman 8013386: (tz) Support tzdata2013c
2013-05-13 khazra 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive
2013-05-13 mduigou Merge
2013-05-13 bharadwaj 8008687: MethodHandle code: allow static and invokespecial calls to interface methods
2013-05-13 sundar 8012975: Remove rhino from jdk8
2013-05-13 xuelei 8005598: (reopened) Need to clone array of input/output parameters
2013-05-13 xuelei 8005535: SSLSessionImpl should have protected finalize()
2013-05-10 dmeetry 7021870: GzipInputStream closes underlying stream during reading
2013-05-10 darcy 8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*
2013-05-10 mduigou Merge
2013-05-10 mduigou 8014316: Use Method Refs in j.u.stream.MatchOps
2013-05-10 rriggs 8014296: DivModTests should not compare pointers
2013-05-10 darcy 8014249: Add Modifer.parameterModifiers()
2013-05-10 alanb 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
2013-05-10 jfranck 8007073: Implement Core Reflection for Type Annotations on parameters
2013-05-09 lana Merge
2013-05-09 lana Merge
2013-05-01 psandoz 8012646: Pattern.splitAsStream
2013-05-09 juh 8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo
2013-05-07 ksrini 8013736: [launcher] cleanup code for correctness
2013-05-08 alanb 8013652: (profiles) Add javax.script to compact1
2013-05-08 weijun 8012679: Let allow_weak_crypto default to false
2013-05-06 briangoetz 8012664: Add tests for java.util.stream and lambda translation
2013-05-07 mduigou 4802647: Throw required NPEs from removeAll()/retainAll()
2013-05-07 naoto 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
2013-05-07 sla 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true
2013-05-07 sla 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1
2013-05-07 dfuchs 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
2013-05-07 jfranck 8013541: Revise javadoc for Executable.getAnnotatedReturnType()
2013-05-07 weijun 8010192: Enable native JGSS provider on Mac
2013-05-07 sherman 8013252: Regex Matcher .start and .end should be accessible by group name
2013-05-07 mduigou 8003258: BufferedReader.lines()
2013-05-07 mduigou 8013150: Iterator.remove and forEachRemaining relationship not specified
2013-05-07 mduigou 8013712: Add Objects.nonNull and Objects.isNull
2013-05-06 dxu 8003992: File and other classes in java.io do not handle embedded nulls properly
2013-05-06 dwanvik Merge
2013-05-06 dwanvik 8013403: Update JDK8 with Java DB 10.10.1.1.
2013-05-03 juh 8005922: TEST_BUG: There is no /tmp directory for windows system.
2013-05-03 mduigou 8013528: Provide SharedSecrets access to String(char[], boolean) constructor
2013-05-02 jbachorik 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
2013-05-03 weijun 8013855: DigestMD5Client has not checked RealmChoiceCallback value
2013-05-02 khazra 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
2013-05-02 kizune 8013155: [pack200] improve performance of pack200
2013-05-02 mduigou 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
2013-05-01 ksrini 8013225: Refresh jdk's private ASM to the latest.
2013-05-17 lana Merge
2013-05-17 kshefov 8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
2013-05-17 kshefov 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
2013-05-17 pchelko 7079254: Toolkit eventListener leaks memory
2013-05-15 ant 8014227: JLightweightFrame needs another synchronization policy
2013-05-14 serb 8014423: [macosx] The scrollbar's block increment performs incorrectly
2013-05-14 pchelko 8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError:
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip