2016-05-02 erikj 8155821: Typo for s390x for HOTSPOT__CPU_DEFINE
2016-04-29 prr Merge
2016-04-25 prr 8154213: clean up uses of boxed primitive constructors in the java.desktop module
2016-04-29 dholmes 8155689: Build failing for install on jdk9/dev when using -testset hotspot
2016-04-28 lana Merge
2016-04-28 erikj 8155632: Remove debuginfo from jmod files
2016-04-28 erikj 8155629: MODULES_FILTER should apply to imported modules
2016-04-28 erikj 8155641: Correct merge typo in compare script
2016-04-27 chegar 8044773: Refactor jdk.net API so that it can be moved out of the base module
2016-04-27 erikj 8154841: Let different Jib profiles have different default make targets
2016-04-28 lana Added tag jdk-9+116 for changeset fbab762803ef
2017-07-05 duke Added tag jdk-9+116 for changeset 84aba7335005
2017-07-05 duke Merge jdk-9+116
2017-07-05 duke Merge
2016-04-25 rfield 8154485: JShell: infrastructure for multi-Snippet class wrappers
2016-03-22 alundblad 8048146: sjavac uses unexpected exit code of -1
2016-04-21 lana Merge
2016-04-21 ksrini 8151777: Add "@index" tag to the sampleapi generator
2016-04-20 rfield 8153551: jshell tool: no longer a mechanism to see current feedback modes
2016-04-20 rfield 8154445: JShell: Drop residual use of addReads from jshell
2016-04-19 jlahoda 7020499: Project Coin: improvements to try-with-resources desugaring
2016-04-19 jjg 8154500: fix handling of jdk.launcher.patch.* in tests
2016-04-19 jjg 8154504: javac tests fail after JDK API is deprecated
2016-04-18 smarks 8145468: update java.lang APIs with new deprecations
2016-04-18 alundblad 7152104: javac should not warn about missing serialVersionUID for anonymous inner classes
2016-04-18 alundblad 8036952: copyright issues in jdk9/dev/langtools files
2016-04-21 lana Added tag jdk-9+115 for changeset c36230ee15d9
2017-07-05 duke Merge
2016-04-21 lana Added tag jdk-9+115 for changeset c0f1d63d6486
2017-07-05 duke Merge
2016-04-21 lana Merge
2016-04-20 fyuan 8078820: Test deploying a XML parser as a module
2016-04-20 joehw 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
2016-04-21 lana Added tag jdk-9+115 for changeset 04a4a89d81b9
2017-07-05 duke Merge
2016-04-21 lana Added tag jdk-9+115 for changeset e9c85d2b1fcc
2017-07-05 duke Merge
2016-04-21 lana Merge
2016-04-19 chegar 8148863: Remove sun.misc.ManagedLocalsThread from corba
2016-04-21 lana Added tag jdk-9+115 for changeset 5daa5fbad3ce
2017-07-05 duke Merge
2016-04-25 jlaskey 8154179: BasicImageReader activating ImageBufferCache when not used
2016-04-25 jlaskey 8069079: jimage extract / list to organize classes by modules
2016-04-25 jlaskey 8154090: Remove support for jimage recreate
2016-04-25 jlaskey 8153930: Compiler crashed (intermittently)
2016-04-25 jlaskey 8082537: jimage should print usage when started with no args
2016-04-25 jlaskey 8147634: Need a JImage API that given a JImageLocationRef returns class name
2016-04-25 jlaskey 8147426: Missing definition for JIMAGE_NOT_FOUND
2016-04-25 ntv 8031085: DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmssSSS"
2016-03-03 stuefe 8150460: (linux|bsd|aix)_close.c: file descriptor table may become large or may not work at all
2016-04-24 chegar 8147543: Remove sun.misc.ManagedLocalsThread
2016-04-24 chegar 8154919: Remove superfluous jdk.unsupported from tools/launcher/modules/limitmods/LimitModsTest.java
2016-04-22 smarks 8153330: deprecate Runtime.traceInstructions() and traceMethodCalls()
2016-04-22 mchung 8154837: Class::getPackage with exploded modules when classes in modules defined to the boot loader
2016-04-22 mhaupt 8154754: MethodHandles.countedLoop errors in deriving loop arguments, result type, and local state
2016-04-22 mhaupt 8154751: MethodHandles.countedLoop does not accept empty bodies
2016-04-22 mhaupt 8152667: MHs.iteratedLoop(...) throws unexpected WMTE, disallows Iterator subclasses, generates inconsistent loop result type
2016-04-22 xuelei 8144566: Custom HostnameVerifier disables SNI extension
2016-04-22 amlu 8154277: JavaDoc warnings in VirtualMachineManager.java and Pool.java
2016-04-22 ntv 8148947: DateTimeFormatter pattern letter 'g'
2016-04-22 amlu 8153933: Remove intermittent key from TimeZone/Bug6772689.java and move back to tier1
2016-04-21 lana Merge
2016-04-21 ntv 8154050: java.time.format.DateTimeFormatter can't parse localized zone-offset
2016-04-21 rhalade 8129329: sun/security/ssl/SSLContextImpl/MD2InTrustAnchor.java failed intermittently
2016-04-21 redestad 8154853: java/util/TimeZone/OldIDMappingTest.sh fails after JDK-8154231
2016-04-21 redestad 8154231: Simplify access to System properties from JDK code
2016-04-21 amlu 8152936: java/lang/Class/GetPackageTest.java needs update to work with newer testng
2016-04-20 bpb 8154183: (spec) Spec of read(byte[],int,int) and readFully(byte[],int,int) is confusing/incomplete
2016-04-20 coffeys 8071125: Improve exception messages in URLPermission
2016-04-20 alanb 8154707: java/util/ServiceLoader/modules/BasicTest.java failing
2016-04-20 xiaofeya 8154543: NetworkInterfaceStreamTest.java fails intermittently after JDK-8146758
2016-04-20 rhalade 8137231: sun/security/rsa/SpecTest.java timeout with Agent error: java.lang.Exception
2016-04-19 henryjen Merge
2016-03-19 vlivanov 8152335: Improve MethodHandle consistency
2016-01-22 sjiang 8144430: Improve JMX connections
2016-01-20 chegar 8129952: Ensure thread consistency
2016-01-13 prr 8146494: Better ligature substitution
2016-01-13 prr 8146498: Better device table adjustments
2015-12-23 valeriep 8138593: Make DSA more fair
2015-12-21 ascarpino 8143945: Better GCM validation
2015-10-20 vadim 8139008: Better state table management
2015-09-18 weijun 8134297: NPE in GSSNameElement nameType check
2016-04-19 valeriep 8153371: Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11
2016-04-19 valeriep 8077360: Lower the number of providers created when using ServiceLoader
2016-04-19 mrkam 8154365: JFrame.setDefaultCloseOperation is prohibited in jtreg
2016-04-19 ddehaven Merge
2016-04-12 arapte 6191390: Action Event triggered by list does not reflect the modifiers properly on win32
2016-04-12 ptbrunet 8150056: Remove package access restriction of com.sun.java.accessibility.util.internal
2016-04-11 ddehaven Merge
2016-04-11 serb 6832045: DefaultSynthStyle.{getStateInfo,getMatchCount) should use Integer.bitCount
2016-04-08 avstepan 8152183: [TEST] add test for TIFFField
2016-04-08 peytoia 7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed
2016-04-07 ptbrunet 8153153: Format string argument mismatch in jaccesswalker.cpp:545
2016-04-06 ptbrunet 8153149: Uninitialised memory in WinAccessBridge.cpp:1128
2016-04-06 yan 8152693: Changed behavior of java/awt/xembed/server/TestXEmbedServerJava.java test
2016-04-06 jdv 8044289: In ImageIO.write() and ImageIO.read() null stream is not handled properly.
2016-04-05 prr 8146324: Add sun.font.FontUtilities.isComplexCharCode or related method
2016-04-05 alexsch 6949414: JMenu.buildMenuElementArray() endless loop
2016-04-05 prr Merge
2016-04-05 serb 8151773: [macosx] TrayIcon.imageAutoSize property is ignored
2016-04-05 serb 8144166: [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java fails
2016-04-05 serb 7076354: JavaSoundAudioClip stop() Method sequencer.addMetaEventListener(this); wrong?
2016-04-05 serb 8152501: closed/javax/sound/sampled/FileWriter/WaveBigEndian.java failing
2016-04-05 aniyogi 8137169: [macosx] Incorrect minimal heigh of JTabbedPane with more tabs
2016-04-05 jdv 8153363: Redundant check for number of components in PackedColorModel.equals() method
2016-04-05 ssadetsky 8151333: Some AWT functions may access an array outside of its bounds
2016-04-05 ssadetsky 8149631: rgb(...) CSS color values are not parsed properly
2016-04-05 ssadetsky 8146301: Enter key does not work in a deserialized JFileChooser
2016-04-04 prr 8147544: Remove sun.misc.ManagedLocalsThread from java.desktop
2016-04-04 psadhukhan 6357905: java.awt.JobAttributes.getFromPage() and getToPage() always returns "1".
2016-04-04 pkbalakr 6897701: In Nimbus Disabled Menus and Menu Items don't look disabled
2016-04-01 prr 8153272: [pit] Tag @run requires "main" in java/awt/FontClass/CreateFont/CreateFontArrayTest.java
2016-04-01 avstepan 8149028: [TEST] add test for TIFFDirectory
2016-04-01 dmarkov 8073400: Some Monospaced logical fonts have a different width
2016-03-31 aghaisas 6353518: Creation of a WritableRaster with a custom DataBuffer causes erroneous Exception
2016-03-30 psadhukhan 8042713: [macosx] Print dialog does not update attribute set with page range
2016-03-30 psadhukhan 8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
2016-03-30 arapte 8033936: java.awt.List events are not sent properly to handleEvent or ItemListener
2016-04-18 martin 8154470: defines.h confused about PROGNAME and JAVA_ARGS
2016-04-19 mhaupt 8150956: j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpected exceptions in the case of 'init' return type is void
2016-04-19 prappo 8154487: java.httpclient/sun.net.httpclient.hpack.DecoderTest failing on Windows
2016-04-19 xiaofeya 8146758: NetworkInterfaceStreamTest.java fails intermittently at comparing network interfaces
2016-04-19 sherman 8154498: fix to 8154403 results in failure of UserModuleTest.java on all platforms
2016-04-19 amurillo Merge
2016-04-18 amurillo Merge
2016-04-15 amurillo Merge
2016-04-14 dcubed Merge
2016-04-13 dsamersoff Merge
2016-04-13 dsamersoff 8153856: com/sun/jdi/WatchFramePop.sh fails with exit code 1
2016-04-13 simonis 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
2016-04-12 sspitsyn 8153902: remove com/sun/jdi/InterfaceMethodsTest.java, com/sun/jdi/InvokeTest.java from ProblemList
2016-04-11 jwilhelm Merge
2016-04-08 bchristi 8153123: Streamline StackWalker code
2016-04-08 erikj 8152666: The new Hotspot Build System
2016-04-07 dcubed Merge
2016-04-06 dcubed Merge
2016-04-06 akulyakh 8153584: New jtreg test to verify PathSearchingVirutalMachine.bootClassPath() behaviour
2016-04-18 smarks 8145468: update java.lang APIs with new deprecations
2016-04-18 chegar 8153158: Remove sun.misc.ManagedLocalsThread from java.logging
2016-04-18 chegar 8153372: Remove sun.misc.ManagedLocalsThread from jdk.httpserver
2016-04-18 chegar 8147553: Remove sun.misc.ManagedLocalsThread from java.management
2016-04-18 prappo 8153353: HPACK implementation
2016-04-18 sherman 8154403: JRT filesystem loaded by JDK8 with URLClassLoader is not closable since JDK-8147460
2016-04-21 lana Added tag jdk-9+115 for changeset 3414aeff4a80
2017-07-05 duke Merge
2016-04-25 amurillo Merge
2016-04-22 amurillo Merge
2016-04-18 kbarrett Merge
2016-04-18 kbarrett 8133051: Concurrent refinement threads may be activated and deactivated at random
2016-04-18 hseigel 8154268: [TESTBUG] Compilation of ExportAllUnnamed.java failed, missing @modules
2016-04-15 jwilhelm Merge
2016-04-15 dcubed Merge
2016-04-14 rprotacio Merge
2016-04-14 rprotacio Merge
2016-04-14 rprotacio Merge
2016-04-14 rprotacio 8152845: Improve PackageEntry and ModuleEntry print methods for future logging
2016-04-14 mlarsson Merge
2016-04-14 mlarsson Merge
2016-04-14 rehn 8154064: JVMTI trace event crashes
2016-04-14 dfazunen Merge
2016-04-14 mchernov 8153222: [TESTBUG] Move tests in stress/gc to gc/stress
2016-04-13 dfazunen 8153755: Improve test: stress/gc/TestStressRSetCoarsening.java
2016-04-14 brutisso Merge
2016-04-14 brutisso 8073321: assert(q > prev_q) failed: we should be moving forward through memory
2016-04-14 sjohanss 8153745: Avoid spawning G1ParPreserveCMReferentsTask when there is no work to be done
2016-04-14 sjohanss 8154051: Change G1YoungGenSizer to use UL log_warning instead of warning
2016-04-14 gziemski Merge
2016-04-13 gziemski 8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT
2016-04-25 jlaskey 8147634: Need a JImage API that given a JImageLocationRef returns class name
2016-04-25 jlaskey 8147426: Missing definition for JIMAGE_NOT_FOUND
2016-04-22 mdoerr 8154867: PPC64: Better byte behavior
2016-04-21 lana Merge
2016-02-25 kevinw 8150654: Zero cleanup of CppInterpreter::result_type_of()
2016-02-21 coleenp 8150012: Better byte behavior for reflection
2016-02-20 kvn 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
2016-02-09 coleenp 8149170: Better byte behavior should normalize JNI arguments
2016-02-08 kevinw 8148475: Missing SA Bytecode updates.
2016-01-07 coleenp 8146518: Zero interpreter broken with better byte behaviours
2015-10-13 coleenp 8132051: Better byte behavior
2016-04-18 amurillo Merge
2016-04-15 amurillo Merge
2016-04-15 dcubed Merge
2016-04-13 coleenp Merge
2016-04-13 coleenp 8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
2016-04-13 drwhite 8152905: hs_err file is missing gc threads
2016-04-12 drwhite 8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86
2016-04-13 mgerdin Merge
2016-04-11 mgerdin 8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions
2016-04-13 erikj Merge
2016-04-13 simonis 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
2016-04-12 mgerdin 8153834: G1 Card table verification fails due to concurrent region cleanup
2016-04-12 stefank Merge
2016-04-12 stefank 8153967: Remove top.hpp
2016-04-11 mlarsson 8146879: Add option for handling existing log files in UL
2016-04-11 rehn 8153845: UL log write method missing essential assert
2016-04-08 rehn 8153731: Increase max tag combinations for UL expression (config)
2016-04-12 stefank 8152491: Convert TracePageSizes to use UL
2016-04-11 stefank 8153659: Create a CHeap backed LogStream class
2016-04-11 stefank 8153658: Redundant memory copy in LogStreamNoResourceMark
2016-04-11 stefank 8153583: Make OutputAnalyzer.reportDiagnosticSummary public
2016-04-11 stefank 8152962: CMSCollector::shouldConcurrentCollect incorrectly logs against the debug stream
2016-04-11 stefank 8152639: ResourceMark missing in reportFreeListStatistics
2016-04-11 stefank 8153742: Move Thread::current() to thread.hpp
2016-04-12 mockner Merge
2016-04-11 mockner Merge
2016-04-11 mockner 8145704: Make test for classinit logging more robust.
2016-04-11 mockner Merge
2016-04-11 mockner 8152468: PrintMiscellaneous in constantPool should use classresolve logging.
2016-04-11 jwilhelm Merge
2016-04-11 jwilhelm Merge
2016-04-11 csahu 8153319: new test serviceability/tmtools/jstack/JstackThreadTest.java fails
2016-04-11 dsamersoff Merge
2016-04-11 dsamersoff Merge
2016-04-06 ysuenaga 8152435: (CL)HSDB should be started with no argument
2016-04-11 dsamersoff Merge
2016-04-09 dsamersoff 8152679: DeadlockDetectionTest.java fails due to expected output missing
2016-04-11 dholmes 8151322: Implement os::set_native_thread_name() on Solaris
2016-04-09 coleenp Merge
2016-04-08 coleenp 8033735: make Throwable.backtrace visible to Class.getDeclaredField again
2016-04-08 ccheung 8145221: Use trampolines for i2i and i2c entries in Methods that are stored in CDS archive
2016-04-08 bchristi 8153123: Streamline StackWalker code
2016-04-08 erikj 8152666: The new Hotspot Build System
2016-04-08 fparain Merge
2016-04-08 fparain 8146093: [sparc only] compiler/interpreter/7116216/StackOverflow.java Program terminates with signal 11, Segmentation fault. in __1cLRegisterMap2t6MpnKJavaThread_b_v_ ()
2016-04-08 pliden 8152989: serviceability/tmtools/jstat/GcCauseTest02.java fails with OOME
2016-04-07 sangheki 8152182: Possible overflow in initialzation of _rescan_task_size and _marking_task_size
2016-04-07 sangheki 8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio
2016-04-07 coleenp Merge
2016-04-07 coleenp 8151939: VM_Version_init() print buffer is too small
2016-04-07 dcubed Merge
2016-04-07 rprotacio 8152896: Convert PrintCompressedOopsMode to Unified Logging
2016-04-07 dfazunen Merge
2016-04-07 mchernov 8153516: Hotspot TEST.group has error in GC groups definition.
2016-04-07 mchernov 8148376: Test for PLAB behavior at evacuation failure.
2016-04-07 dfazunen 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
2016-04-07 tschatzl 8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
2016-04-07 tonyp 8152312: ParNew: Restore preserved marks in parallel
2016-04-06 dcubed Merge
2016-04-06 dcubed Merge
2016-04-06 ccheung Merge
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip