2015-12-28 mdoerr 8146231: ppc64/gcc 4.1.2: fix build after "8143072: [JVMCI] Port JVMCI to AArch64"
2015-12-25 iignatyev 8146205: quarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
2015-12-24 twisti Merge
2015-12-24 twisti 8143072: [JVMCI] Port JVMCI to AArch64
2015-12-23 iignatyev 8146129: quarantine compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
2015-12-24 kvn 8145688: Update for x86 pow in the math lib
2015-12-24 twisti 8146043: run JVMCI tests in JPRT
2015-12-23 twisti 8146100: compiler/jvmci/code/SimpleCodeInstallationTest.java JUnit Failure: expected:<12> but was:<109710641>
2015-12-23 twisti 8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
2015-12-22 twisti Merge
2015-12-21 neliasso 8145328: SEGV in DirectivesStack::getMatchingDirective
2015-12-21 thartmann 8144487: PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true
2015-12-21 thartmann 8145754: PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI
2015-12-19 neliasso 8145566: PrintNMethods compile command broken since b89
2015-12-15 rschatz 8144704: [JVMCI] add tests for simple code installation
2015-12-18 kvn 8145717: Use AVX3 instructions for Arrays.equals() intrinsic
2015-12-18 twisti Merge
2015-12-17 twisti Merge
2015-12-17 twisti 8145714: [JVMCI] SPARC broken after JDK-8134994
2015-12-17 dlong 8144852: Corrupted oop in nmethod
2015-12-09 neliasso 8144091: CompilerControl: directive file doesn't override inlining rules
2015-12-16 neliasso 8145345: LogCompilation output is empty after JEP165: Compiler Control
2015-12-16 neliasso 8144246: adding lots of directives via jcmd may produce OOM crash
2015-12-16 dpochepk 8141351: Create tests for direct invoke instructions testing
2015-12-16 aph 8145553: Fix warnings in AArch64 directory
2015-12-16 aph 8144582: AArch64 does not generate correct branch profile data
2015-12-15 aph 8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
2015-12-15 twisti Merge
2015-12-15 twisti 8134994: use separate VMStructs databases for SA and JVMCI
2015-12-15 iignatyev 8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
2015-12-08 enevill 8144498: aarch64: large code cache generates SEGV
2015-12-15 aph Merge
2015-12-14 aph 8145320: Create unsafe_arraycopy and generic_arraycopy for AArch64
2015-12-14 goetz 8145300: ppc64: fix port of "8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls"
2015-12-07 mdoerr 8144850: C1: operator delete needs an implementation
2015-12-15 twisti Merge
2015-12-14 never 8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
2015-12-13 dnsimon 8145270: Need to eagerly initialize JVMCI compiler under -Xcomp
2015-12-14 kvn 8144771: Use AVX3 instructions for string compare
2015-12-07 goetz 8144466: ppc64: fix argument passing through opto stubs.
2015-12-14 kvn Merge
2015-12-08 kvn 8143355: Update for addition of vectorizedMismatch intrinsic for x86
2015-12-08 mdoerr 8143817: C1: Platform dependent stack space not preserved for all runtime calls
2015-12-11 vlivanov 8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
2015-12-10 vlivanov 8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
2015-12-10 vlivanov 8144935: C2: safepoint is pruned from a non-counted loop
2015-12-09 neliasso 8144601: Premature assert in directive inline parsing
2015-12-09 dnsimon 8144944: JVMCI compiler initialization can happen on different thread than JVMCI initialization
2015-12-09 psandoz 8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
2015-12-09 thartmann 6808665: Use486InstrsOnly aborts 32-bit VM
2015-12-08 ppunegov 8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
2015-12-08 ppunegov 8140667: CompilerControl: tests incorrectly set states for excluded methods
2015-12-03 psandoz 8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
2015-12-08 roland Merge
2015-12-02 roland 8134883: C1 hard crash in range check elimination in Nashorn test262parallel
2015-12-07 fyang 8144587: aarch64: generate vectorized MLA/MLS instructions
2015-12-07 roland Merge
2015-12-01 roland 8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
2015-12-07 mdoerr 8144822: PPC64: Fix build after 8072008
2015-12-05 never 8143571: [JVMCI] Double unregistering of nmethod during unloading
2015-12-05 mikael Merge
2015-12-04 mikael 8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
2015-12-04 mikael Merge
2015-12-04 mikael 8144657: Invalid format specifiers in jvmci trace messages
2015-12-04 mdoerr 8136445: Performance issue with Nashorn and C2's global code motion
2015-12-04 vlivanov 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
2015-12-04 mdoerr 8144019: PPC64 C1: Introduce Client Compiler
2015-12-04 aeriksso 6869327: Add new C2 flag to keep safepoints in counted loops.
2016-01-05 amurillo Merge
2016-01-05 rprotacio 8146481: Disable runtime/logging/DefaultMethodsTest.java
2015-12-18 amurillo Merge
2015-12-14 jprovino Merge
2015-12-14 david 8145301: Improve and unify the printout format for the g1HRPrinter.
2015-12-14 goetz 8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections"
2015-12-14 stuefe 8145114: const-correctness for ucontext_t* reading functions
2015-12-10 stuefe 8145103: [aix] implement os::print_register_info()
2015-12-14 asmundak 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
2015-12-12 ddmitriev 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
2015-12-11 mikael 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
2015-12-11 fparain Merge
2015-12-11 fparain 8046936: JEP 270: Reserved Stack Areas for Critical Sections
2015-12-11 sjohanss 8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure
2015-12-11 sjohanss 8144701: Change three G1 remembererd set closures to be OopClosures
2015-12-11 sjohanss 8144584: Change FilterIntoCSClosure to inherit OopClosure
2015-12-11 sjohanss 8144505: Change G1ParCopyHelper to inherit OopClosure
2015-12-11 david Merge
2015-12-11 david 8144996: Replace the HeapRegionSetCount class with an uint
2015-12-10 sebastian 8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo)
2015-12-10 mdoerr 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
2015-12-11 sjohanss 8144486: Change G1UpdateRSOrPushRefOopClosure to inherit OopClosure
2015-12-10 brutisso 8145092: Use Unified Logging for the GC logging
2015-12-10 jprovino Merge
2015-12-10 jprovino Merge
2015-12-10 jprovino 8139871: G1CollectorPolicy::_cur_mark_stop_world_time_ms is never read from
2015-12-10 ctornqvi Merge
2015-12-09 ctornqvi 8144921: Remove JDK6_OR_EARLIER code from os_windows
2015-12-10 ctornqvi 8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0)
2015-12-10 dsamersoff Merge
2015-12-10 dsamersoff 8139484: [Findbugs] new sun.jvm.hotspot.SAGetopt(String[]) may expose internal representation
2015-12-10 mgerdin Merge
2015-12-09 mgerdin 8144714: Add extension point to G1 evacuation closures
2015-12-10 sla Merge
2015-12-10 sla 8145099: Better error message when SA can't attach to a process
2015-12-10 david Merge
2015-12-10 david 8145073: Filename and linenumber are not printed for asserts any more.
2015-12-10 ddmitriev 8144197: Possible use after free in Arguments::add_property function
2015-12-09 ysuenaga 8144332: HSDB could not terminate when close button is pushed.
2015-12-09 ysuenaga 8144965: Show oop pointer in call frame at HSDB.
2015-11-24 jmasa 8133023: ParallelGCThreads is not calculated correctly
2015-12-09 jmasa Merge
2015-12-09 kbarrett Merge
2015-12-03 aharlap 8141123: Cleanup in FreeIdSet
2016-01-21 lana Added tag jdk-9+102 for changeset 62df07007db2
2016-01-21 lana Merge
2016-01-21 erikj 8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
2016-01-21 erikj 8147934: Remove --with-sdk-name from macosx jib profile
2016-01-21 erikj 8147933: Configure check for number of cpus ignores HT on Macosx
2015-10-02 igerasim 8134605: Partial rework of the fix for 8081297
2016-01-20 erikj 8147786: Building hotspot gives error message from find
2016-01-20 ihse 8145596: Enable debug symbols for all libraries
2016-01-19 amurillo Merge
2016-01-19 amurillo Merge
2016-01-15 amurillo Merge
2016-01-13 amurillo 8146660: Resolve merge issue in resulting from sun.misc.VM move to jdk.internal.misc
2016-01-12 amurillo Merge
2016-01-07 jprovino Merge
2016-01-01 jprovino Merge
2015-12-23 dsamersoff 8067194: Restructure hotspot/agent/src to conform the modular source layout
2015-12-23 mikael 8145828: JPRT hotspot push jobs should allow merge on push
2015-12-17 kzhaldyb 8132723: Add tests which check that soft references to humongous objects should work correctly
2015-12-18 dholmes Merge
2015-12-16 stuefe 8145427: [aix] xlc: wrong flag used to switch off optimization
2016-01-06 thartmann Merge
2015-12-22 twisti Merge
2015-12-18 twisti Merge
2015-11-24 iignatyev 8132961: JEP 279: Improve Test-Failure Troubleshooting
2016-01-05 amurillo Merge
2015-12-18 amurillo Merge
2015-12-17 jprovino Merge
2015-12-14 jprovino Merge
2015-12-11 asmundak 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
2015-12-17 erikj 8145564: 8036003: startup regression on linux fastdebug builds
2016-01-19 erikj 8147449: sjavac builds of jdk9/dev with closed sources broken
2016-01-16 erikj 8146403: Windows build can be faster
2016-01-21 lana Added tag jdk-9+102 for changeset f510188ef3ac
2017-07-05 duke Added tag jdk-9+102 for changeset 2dc4c11fe488
2017-07-05 duke Merge jdk-9+102
2017-07-05 duke Merge
2016-01-14 lana Merge
2016-01-13 jlahoda 8144906: Fix jshell's ToolBasicTest
2016-01-12 jjg 8145722: NullPointerException in javadoc
2016-01-12 rfield 8146368: JShell: couldn't smash the error when it's Japanese locale
2016-01-11 rfield 8081845: JShell: Need way to refresh relative to external state
2016-01-11 alundblad 8145944: sjavac client could not connect to server
2016-01-11 jlahoda 8056897: Improve error recovery for empty binary and hexadecimal literals.
2016-01-09 jjg 8146727: test tools/sjavac/IncludeExcludePatterns.java fails on Windows
2016-01-09 dlsmith 8143852: Implement type variable renaming for functional interface most specific test
2016-01-08 vromero 8146722: javac remove test T6430241.java as irrelevant in 9
2016-01-08 vromero 8146719: javac test BootClassPathPrepend.java should be deleted
2016-01-08 dlsmith 8037789: Surprising more-specific results for lambda bodies with no return expressions
2016-01-08 alundblad 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
2016-01-14 lana Added tag jdk-9+101 for changeset 16043fc1d90b
2017-07-05 duke Merge
2016-01-14 lana Added tag jdk-9+101 for changeset d391c2d25bea
2017-07-05 duke Merge
2016-01-14 lana Merge
2016-01-13 joehw 8146606: Catalog.matchSystem() appends an extra '/' to the matched result
2016-01-12 joehw 8144966: Catalog API: Null handling and reference to Reader
2016-01-08 joehw 8144967: javax.xml.transform.Source and org.xml.sax.InputSource can be empty
2016-01-14 lana Added tag jdk-9+101 for changeset 8927994dbcdb
2017-07-05 duke Merge
2016-01-14 lana Merge
2016-01-14 attila 8144919: Implement missing member handler for BeansLinker
2016-01-14 attila 8144917: Prepare AbstractJavaLinker/BeanLinker codebase for missing member implementation
2016-01-14 sundar 8147070: Dynalink GuardedInvocation must check the Class object passed
2016-01-14 mhaupt 8036977: Make process singleton options to be context wide
2016-01-13 hannesw 8147008: Nashorn primitive linker should handle ES6 symbols
2016-01-12 hannesw 8143896: java.lang.Long is implicitly converted to double
2016-01-12 hannesw 8146888: Wrong license headers in test files
2016-01-14 lana Added tag jdk-9+101 for changeset 0a5536ef0eec
2017-07-05 duke Merge
2016-01-14 lana Added tag jdk-9+101 for changeset e5bebbbe0a34
2017-07-05 duke Merge
2016-01-15 kshefov 8143554: UnsupportedOperationException is not thrown for unsupported options
2016-01-15 darcy 8147480: Mark FJExceptionTableLeak.java as intermittently failing
2016-01-15 alanb 8141595: (so) java/nio/channels/ServerSocketChannel/NonBlockingAccept.java fails intermittently
2016-01-15 alanb 8143100: (sc) java/nio/channels/ServerSocketChannel/Basic.java fails intermittently
2016-01-15 igerasim 8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
2016-01-15 peytoia 8026766: Add toString() to j.u.Locale.LanguageRange.
2016-01-14 lana Merge
2016-01-14 chegar 7067728: Remove stopThread RuntimePermission from the default java.policy
2016-01-14 dcherepanov 8145409: Better detect JRE that JLI will be using
2016-01-14 mhaupt 8147078: MethodHandles.catchException does not enforce Throwable subtype
2016-01-14 wetmore 8145849: ALPN: getHandshakeApplicationProtocol() always return null
2016-01-13 mullan Merge
2016-01-13 mullan 8085903: New fix for memory leak in ProtectionDomain cache
2016-01-13 chegar 8146771: Remove unused CEFormatException and CEStreamExhausted from sun.misc
2016-01-13 chegar 8146774: Remove sun.misc.JarFilter
2016-01-13 chegar 8146736: Move sun.misc performance counters to jdk.internal.perf
2016-01-13 chegar 8146735: Move sun.misc.PerformanceLogger to sun.awt.util
2016-01-13 amlu 8146762: Move back java/util/concurrent/Phaser/Basic.java to tier1
2016-01-12 rriggs 8146671: [TEST BUG] java/lang/ref/CleanerTest.java required more memory for -UseCompressedOops runs
2016-01-12 sundar 8068938: javax.script package description should specify use of ServiceLoader
2016-01-12 xuelei 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
2016-01-11 darcy 8146745: Problem list SessionCacheSizeTests.java
2016-01-11 dfuchs 8146665: Test jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/UpdateConfigurationTest.java fails - missing expected output
2016-01-11 ntv 8068803: Performance of LocalDate.plusDays could be better
2016-01-11 mhaupt 8146786: [TESTBUG] straighten out testability for several issues
2016-01-11 rriggs 8146567: Remove dead code finalizer methods
2016-01-11 rriggs 8146028: Common Cleaner for finalization replacements in OpenJDK
2016-01-11 xiaofeya 8133704: java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java may fail with address already in use
2016-01-10 darcy 8146744: Remove LFMultiThreadCachingTest.java from windows problem list
2016-01-10 redestad 8146686: Create the schemeSpecificPart for non-opaque URIs lazily
2016-01-09 jlaskey 8146712: jdk/internal/jimage/JImageReadTest.java fails on all platforms
2016-01-09 xuelei 8146725: Issues with SignatureAndHashAlgorithm.getSupportedAlgorithms
2016-01-09 darcy 8146724: Problem list jdk/internal/jimage/JImageReadTest.java
2016-01-08 darcy 8146718: jdk/internal/jimage tests listed in both tier 1 and tier 2
2016-01-08 bchristi 8144552: java/lang/StackWalker/LocalsAndOperands.java fails with java.lang.NullPointerException
2016-01-08 dfuchs 8146691: @since 9 tag missing for System.getLogger
2016-01-08 alundblad 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
2016-01-14 lana Added tag jdk-9+101 for changeset 3248b89d1921
2017-07-05 duke Merge
2016-01-14 lana Merge
2016-01-13 chegar 8146736: Move sun.misc performance counters to jdk.internal.perf
2016-01-14 lana Added tag jdk-9+101 for changeset 8319ac454c80
2016-01-14 lana Merge
2016-01-14 ihse 8147091: Remove debug output in basics.m4
2016-01-14 erikj 8147086: Excluding of copy files broken after JDK-8144226
2016-01-14 ihse 8146995: Introduce named arguments in configure
2016-01-13 chegar 8146736: Move sun.misc performance counters to jdk.internal.perf
2016-01-08 alundblad 8144226: Sjavac's handling of include/exclude patterns is buggy, redundant and inconsistent
2016-01-14 lana Added tag jdk-9+101 for changeset f2b58023ac04
2017-07-05 duke Added tag jdk-9+101 for changeset 80f67512daa1
2017-07-05 duke Merge jdk-9+101
2017-07-05 duke Merge
2016-01-08 alanb 8049422: Remove @jdk.Exported
2016-01-07 lana Merge
2016-01-07 alundblad 8145557: Unused method in JavacState should be removed
2016-01-07 alundblad 8143301: Sjavac does not close file given to --compare-found-sources
2016-01-06 jjg 8146572: Update "@since 1.9" to "@since 9" to match java.version.specification [langtools]
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip