2015-10-07 sadayapalam 8130506: javac AssertionError when invoking MethodHandle.invoke with lambda paramter
2015-10-09 lana Added tag jdk9-b85 for changeset eb290482d42f
2017-07-05 duke Merge
2015-10-09 lana Added tag jdk9-b85 for changeset 80d007ca651f
2017-07-05 duke Merge
2015-10-09 lana Added tag jdk9-b85 for changeset 42af6bc4d36a
2017-07-05 duke Merge
2015-10-09 lana Merge
2015-10-09 attila 8139269: Do not expose prune method handles from ChainedCallSite
2015-10-07 mhaupt 8139047: add test for JSAdapter __getIds__
2015-10-07 mhaupt 8139038: cleanup and documentation around JSAdapter
2015-10-09 lana Added tag jdk9-b85 for changeset beda7a94a5ef
2017-07-05 duke Merge
2015-10-09 lana Added tag jdk9-b85 for changeset 55a3cf13d376
2017-07-05 duke Merge
2015-10-09 lana Merge
2015-10-09 chegar 8138978: Examine usages of sun.misc.IOUtils
2015-10-09 weijun 8085904: Test timeout on Mac
2015-10-08 valeriep 8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662
2015-10-08 naoto 8075315: API doc of Currency.getInstance(Locale) method is incorrect.
2015-10-07 psandoz 8135248: Add utility methods to check indexes and ranges
2015-10-07 darcy 8138823: Correct bug in port of fdlibm hypot to Java
2015-10-09 lana Added tag jdk9-b85 for changeset 1f610b093f5e
2017-07-05 duke Merge
2015-10-09 lana Merge
2015-10-09 chegar 8138978: Examine usages of sun.misc.IOUtils
2015-10-09 lana Added tag jdk9-b85 for changeset 9a72f98c3066
2015-10-09 lana Merge
2015-10-07 ihse 8138761: Improved handling of libffi, and cleanup of libraries.m4
2015-10-07 ihse 8138864: Build with nice to lower UI impact
2015-10-09 lana Added tag jdk9-b85 for changeset e4a745eb7a7c
2017-07-05 duke Added tag jdk9-b85 for changeset 8392405ab038
2017-07-05 duke Merge jdk9-b85
2017-07-05 duke Merge
2015-10-06 vromero 8138914: javac, method visitTypeVar() at visitor Types.hashCode generates the same hash code for different type variables
2015-10-06 lana Merge
2015-10-05 jlahoda 8075274: Compilation still depends on the order of imports
2015-10-05 sadayapalam 8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
2015-10-02 mcimadamore 8137269: Add better support for local caching in ArgumentAttr
2015-10-01 sadayapalam 8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
2015-09-29 jlahoda 8133454: Update Java Compiler Error Message
2015-09-28 aeremeev 8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
2015-10-06 lana Added tag jdk9-b84 for changeset e69dd1decf7b
2017-07-05 duke Merge
2015-10-06 lana Merge
2015-10-02 mkos 8061466: RELAX NG API visible but not accessible
2015-10-06 lana Added tag jdk9-b84 for changeset 7117f1bfa7a4
2017-07-05 duke Merge
2015-10-06 joehw 8138721: ElementTraversal: javadoc warning; also, hasFeature shall return true
2015-10-06 lana Added tag jdk9-b84 for changeset 5625643929aa
2017-07-05 duke Merge
2015-10-06 lana Merge
2015-10-06 hannesw 8138758: U+180E not recognized as whitespace by Joni
2015-10-06 sundar 8138910: Ctrl-D causes jjs to crash with NPE
2015-10-05 hannesw 8138882: Performance regression due to anonymous classloading
2015-10-02 hannesw 8137281: OutOfMemoryError with large numeric keys in JSON.parse
2015-10-01 sundar 8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
2015-10-01 hannesw 8138632: Sparse array does not handle growth of underlying dense array
2015-09-30 sundar 8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
2015-09-30 attila 8137333: Boundless soft caching of property map histories causes high memory pressure
2015-09-28 sundar 8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
2015-09-28 attila 8134502: introduce abstraction for basic NodeVisitor usage
2015-10-06 lana Added tag jdk9-b84 for changeset c55cf68474be
2017-07-05 duke Merge
2015-10-06 lana Merge
2015-09-28 chegar 8137056: Move SharedSecrets and interface friends out of sun.misc
2015-09-28 erikj 8137088: Drop building of interim_java.corba
2015-10-06 lana Added tag jdk9-b84 for changeset 7ddb38dfc7ff
2017-07-05 duke Merge
2015-10-06 mchung 8132297: JDK9 build.tools.module.ImageBuilder does not filter out .bc files
2015-10-06 jlaskey 8138960: Module version is checked incorrectly in libjimage
2015-10-06 lana Merge
2015-10-06 ddehaven Merge
2015-10-05 ddehaven Merge
2015-09-29 alexsch 8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
2015-09-28 ddehaven Merge
2015-09-26 serb 8135160: Endless Loop in RiffReader
2015-09-26 serb 8079965: Stop ignoring warnings for libawt_lwawt
2015-09-26 serb 6646604: Typos in documentation
2015-09-24 serb 8135122: The SwingUtilities2.COMPONENT_UI_PROPERTY_KEY can be removed
2015-09-24 prr 8137059: Run blessed-modifier-order script on client demos and misc. sources
2015-09-23 prr 8133309: Some unicode characters do not display any more after upgrading to Windows 10
2015-09-22 alexsch 8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
2015-09-22 yan 8132380: Do not create LaF instance in javax/swing/plaf/windows/6921687/bug6921687.java
2015-09-19 prr 8136783: Run blessed-modifier-order script on java.desktop
2015-09-18 prr Merge
2015-09-16 dcherepanov 8134808: Remove support for serialized applets from java.desktop
2015-09-16 ssadetsky 8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux
2015-09-16 ssadetsky 8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
2015-09-16 ssadetsky 8130471: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
2015-09-16 ssadetsky 8133108: [PIT] Container size is wrong in JEditorPane
2015-09-16 ssadetsky 8133803: Swing JFileChooserBug2 test fais with MotifLookAndFeel
2015-09-16 ssadetsky 8129838: [macosx] Regression: NPE in java.awt.Choice
2015-10-06 igerasim 8138819: (se) File descriptor leak when Selector.open fails
2015-10-06 jfdenise 8136365: Provider "jrt" is not available after bootmodules.jimage recreation
2015-10-05 naoto 8138613: Remove SPI locale provider adapter from the default provider list
2015-10-05 aefimov 8138716: (tz) Support tzdata2015g
2015-10-02 jnimeh 8138704: CertStatusReqItemV2 should not implement StatusRequest interface
2015-10-02 okutsu 8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
2015-09-22 ksrini 8073187: Unexpected side effect in Pack200
2015-10-01 lancea 8134426: Add serialVersionUID field to relevant javax.transaction classes
2015-10-01 erikj 8138636: bootcycle-images build fails
2015-10-01 okutsu 8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
2015-09-30 robm 8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
2015-09-30 robm 8135305: InetAddress.isReachable reports true when loopback interface is specified
2015-09-30 darcy 8136874: Bug in port of fdlibm pow to Java
2015-09-30 rriggs 8137313: TreeTest.java intermittently fails with a timeout
2015-09-30 asmotrak 8137174: NTLM impl should use doPrivileged when it reads system properties
2015-09-30 dfuchs 8137289: java/util/logging/DrainFindDeadlockTest.java hangs
2015-09-30 sundar 8137320: jjs should support @argfile to pass command line arguments from a file
2015-09-29 dfuchs 8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
2015-09-29 dl 8134854: Bulk integration of java.util.concurrent.atomic classes
2015-09-29 asmotrak 8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
2015-09-29 igerasim 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
2015-09-28 amlu 8137232: Mark 3 more core-libs tests as intermittently failing
2015-09-28 chegar 8137056: Move SharedSecrets and interface friends out of sun.misc
2015-09-28 erikj 8136385: Various build speed improvements for windows
2015-09-28 erikj 8137088: Drop building of interim_java.corba
2015-10-06 lana Added tag jdk9-b84 for changeset a0ed816fbf97
2017-07-05 duke Merge
2015-10-06 lana Merge
2015-09-30 amurillo Merge
2015-09-24 amurillo Merge
2015-09-21 jwilhelm Merge
2015-09-22 hseigel 8135265: VM fails on 'empty' interface public <init>()V method with VerifyError
2015-09-22 hseigel 8135208: VM permits illegal <clinit> access_flags, versions 51-52
2015-09-11 drwhite 8066821: Enhance command line processing to manage deprecating and obsoleting -XX command line arguments
2015-09-21 simonis 8135179: Fix conversion warning after 8067341
2015-09-18 iklam 8065155: Refactor Hotspot mapfiles
2015-09-18 minqi 8135085: Change Method::_intrinsic_id from u1 to u2
2015-09-18 hseigel 8132904: Type checking verifier fails to reject assignment from array to an interface
2015-09-17 mgerdin 8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
2015-09-16 kbarrett 8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
2015-09-15 jwilhelm Merge
2015-10-06 lana Added tag jdk9-b84 for changeset 43c458023730
2015-10-06 lana Merge
2015-10-05 ddehaven Merge
2015-09-28 ddehaven Merge
2015-09-28 erikj 8135060: Stop building Xcode projects in install build
2015-10-05 erikj 8138694: Devkit build on Macosx still requires Xcode to be installed
2015-09-30 ihse 8138627: Better help message in configure for reduced builds (target-bits=32)
2015-09-28 chegar 8137056: Move SharedSecrets and interface friends out of sun.misc
2015-09-28 erikj 8136385: Various build speed improvements for windows
2015-09-28 erikj 8137088: Drop building of interim_java.corba
2015-10-06 lana Added tag jdk9-b84 for changeset 47d1c2c75fb6
2017-07-05 duke Added tag jdk9-b84 for changeset 51b2db2fa04c
2017-07-05 duke Merge jdk9-b84
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-23 jlahoda 8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
2015-09-21 alundblad 8135131: Enable thin server mode in Sjavac
2015-09-26 lana Added tag jdk9-b83 for changeset a5249bcec60f
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-24 avstepan 8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
2015-09-26 lana Added tag jdk9-b83 for changeset 6bb586652ad8
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-25 joehw 8135283: DOM API update: Element Traversal Specification
2015-09-26 lana Added tag jdk9-b83 for changeset 0e5cdcb49f0e
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-25 attila 8134488: var statement in if(false) block incorrectly evacuated into enclosing function
2015-09-25 attila 8136700: Make sure Context.anonymousHostClasses doesn't grow unbounded
2015-09-25 attila 8134490: Dead var statement evacuation incorrectly descends into nested functions
2015-09-25 sundar 8137134: invokespecial on indirect super interface is generated by Java adapter generator
2015-09-22 sundar 8136894: test/script/currently-failing/gettersetter.js passes, move it out of currently-failing tests
2015-09-22 sundar 8136832: property_delete.js tests be moved out from currently-failing
2015-09-19 hannesw 8135190: Method code too large in Babel browser.js script
2015-09-26 lana Added tag jdk9-b83 for changeset 4bd8ea2059a1
2017-07-05 duke Merge
2015-09-26 lana Added tag jdk9-b83 for changeset ede6e8912b79
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-26 amjiang 8050402: Tests to check for use of policy files
2015-09-25 igerasim 8137121: (fc) Infinite loop FileChannel.truncate
2015-09-24 valeriep 8075286: Additional tests for signature algorithm OIDs and transformation string
2015-09-24 naoto 8136518: java/util/TimeZone/CLDRDisplayNamesTest.java fails for de.
2015-09-24 robm 8135124: com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
2015-09-24 rriggs 8129744: Documentation in Month refers to quarters
2015-09-24 avstepan 8133651: replace some <tt> tags (obsolete in html5) in core-libs docs
2015-09-24 amjiang 8050427: LoginContext tests to cover JDK-4703361
2015-09-24 valeriep 8137068: Tests added in JDK-8048604 fail to compile
2015-09-23 tyan 8048604: Tests for strong crypto ciphers
2015-09-23 darcy 7130085: Port fdlibm hypot to Java
2015-09-23 rriggs 8132883: The spec of allChildren/children of j.l.Process/ProcessHandle need to be relaxed
2015-09-23 rriggs 8132541: (process) ProcessBuilder support for redirection to discard output
2015-09-23 mhaupt 8136931: more fine-grained condition checking for BMH species creation
2015-09-22 amurillo Merge
2015-09-17 amurillo Merge
2015-09-15 jwilhelm Merge
2015-09-08 jwilhelm Merge
2015-09-22 jlaskey 8135197: libjimage code needs translation from hotspot-ish to jdk-ish
2015-09-22 amjiang 8050461: Tests for syntax checking of JAAS configuration file
2015-09-19 psandoz 8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
2015-09-26 lana Added tag jdk9-b83 for changeset 05623c1ebc99
2017-07-05 duke Merge
2015-09-26 lana Merge
2015-09-22 amurillo Merge
2015-09-17 amurillo Merge
2015-09-15 jwilhelm Merge
2015-09-14 jiangli 8135097: Unmap failure for executable memory on windows
2015-09-14 akulyakh 8134641: CodelistTest.java fails with sun.misc.Unsafe.getUnsafe
2015-05-26 jmasa 8081629: CMS split_block() does not correctly fix up block-offset-table for large blocks
2015-09-11 ehelin 8135253: Add push method to CollectionSetChooser
2015-09-11 ehelin 8135260: Split G1CollectorPolicy::finalize_cset into two parts
2015-09-10 coleenp Merge
2015-09-10 coleenp 8135298: Fix zero builds for "unknown" architectures on linux.
2015-09-09 iignatyev Merge
2015-09-09 kzhaldyb 8134523: Humongous object test fails with OOME
2015-09-09 kbarrett 8135209: Avoid abutting string literals and identifiers
2015-09-09 sangheki 8135025: Error message is repeated for large value at G1ConcRefinementThreads
2015-09-09 mgerdin 8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
2015-09-09 mgerdin 8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
2015-09-08 kbarrett 8134797: Remove explicit casts in CollectorPolicy hierarchy
2015-09-08 jwilhelm Merge
2015-09-08 roland 8134974: 8130847 broken with loop predicates
2015-09-11 roland 8135069: C2 replaces range checks by unsigned comparison with -1
2015-09-14 thartmann Merge
2015-09-14 thartmann 8135252: IdealLoopTree::dump_head() prints negative trip count
2015-09-14 thartmann Merge
2015-09-14 thartmann 8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
2015-09-12 mcberg 8132160: support for AVX 512 call frames and stack management
2015-09-11 kzhaldyb 8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
2015-09-08 aph 8135157: DMB elimination in AArch64 C2 synchronization implementation
2015-09-11 iveresov Merge
2015-09-09 mcberg 8135028: support for vectorizing double precision sqrt
2015-09-26 lana Added tag jdk9-b83 for changeset 52b527d01e88
2015-09-26 lana Merge
2015-09-25 ihse 8137014: Various improvements in build infrastructure
2015-09-25 ihse 8137013: ar (static linker) broken since JDK-8065912
2015-09-23 ihse 8136813: Log compare.sh output automatically to file
2015-09-21 alundblad 8135131: Enable thin server mode in Sjavac
2015-09-21 ihse 8136764: ORIGINAL_PATH is broken if PATH contains directory with "#" in it's name
2015-09-21 ihse 8136695: Automatic build comparison with COMPARE_BUILD
2015-09-26 lana Added tag jdk9-b83 for changeset ea59f7a74aa4
2017-07-05 duke Added tag jdk9-b83 for changeset f61a63b7d1e5
2017-07-05 duke Merge jdk9-b83
2017-07-05 duke Merge
2015-09-18 lana Merge
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip