Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
8201609: Split test/jdk/:tier2 to enable better parallel execution
2018-04-17, by ctornqvi
Merge
2018-04-17, by chegar
Merge
2018-04-17, by chegar
8197564: HTTP Client implementation
2018-04-17, by chegar
8194750: Console.readPassword does not save/restore tty settings
2018-04-17, by sherman
8184692: add Pattern.asMatchPredicate
2018-04-16, by vtheeyarath
Merge
2018-04-17, by jwilhelm
Merge
2018-04-13, by jwilhelm
8201442: objArrayOopDesc::atomic_compare_exchange_oop() must use obj+offset in HeapAccess call
2018-04-12, by rkennke
8201450: Provide access to LogHandle tagset
2018-04-12, by kbarrett
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
2018-04-12, by aharlap
8201430: [TESTBUG] Remove script from runtime/6626217
2018-04-11, by goetz
8200374: Add ThreadsSMRSupport::verify_hazard_pointer_scanned() to verify threads_do().
2018-04-12, by dcubed
8201480: ISA/CPU feature detection code crashes on linux-sparc
2018-04-12, by glaubitz
8201362: Remove CollectedHeap::barrier_set()
2018-04-12, by pliden
8201475: 8199417 breaks AIX and non-pch on s390 (and presumably aarch64)
2018-04-12, by stuefe
8201318: Introduce GCThreadLocalData to abstract GC-specific data belonging to a thread
2018-04-12, by pliden
8201316: Move G1-related static members from JavaThread to G1BarrierSet
2018-04-12, by pliden
8200384: jcmd help output should be sorted
2018-03-28, by stuefe
8189101: AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
2018-04-11, by dpochepk
8199417: Modularize interpreter GC barriers
2018-04-11, by eosterlund
8201265: Native memory leak in ClassLoader::add_to_exploded_build_list
2018-04-11, by hseigel
8201427: Fix Minimal VM builds on Linux x64
2018-04-11, by stefank
8201370: GC specific data is referred from common precompiled headers and defNewGeneration.cpp
2018-04-11, by stefank
8200233: Simple G1 evacuation path performance enhancements
2018-04-11, by tschatzl
8201365: Remove G1Policy::should_process_references()
2018-04-11, by tschatzl
8201247: Various cleanups in the attach framework
2018-04-11, by clanger
8200228: Change default value of HeapSizePerGCThread
2018-04-11, by sjohanss
8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state"
2018-04-10, by amenkov
8194812: Extend class-data sharing to support the module path
2018-04-10, by ccheung
8198313: Wrap holder object for ClassLoaderData in a WeakHandle
2018-04-10, by coleenp
8201321: NMT: Unnecessary re-recording thread stack and size when attaching listener to JavaThread
2018-04-10, by zgu
8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
2018-04-10, by ctornqvi
8201217: Split specialized_oop_closures.hpp into GC specific files
2018-04-10, by stefank
8201244: Clean out unnecessary includes of heap headers
2018-04-10, by stefank
8201209: Separate out CMS specific functions into CMSCardTable
2018-04-10, by stefank
8201175: Move FilteringClosure::do_oop to genOopClosures
2018-04-10, by stefank
8201168: Move GC command line constraint functions to GC specific files
2018-04-10, by stefank
8200759: Move GC entries in vmStructs.cpp to GC specific files
2018-04-10, by stefank
8201359: Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers)
2018-04-10, by shade
8201218: PPC64: Avoid use of yield instruction on spinlock
2018-04-05, by gromero
8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
2018-04-10, by tschatzl
8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
2018-04-09, by rwestberg
8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
2018-04-09, by kbarrett
8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays
2018-04-09, by dpochepk
8201185: AARCH64: bfm instruction encoding hits assert on zero register
2018-04-09, by dpochepk
8199735: Mark word updates need to use Access API
2018-04-05, by rkennke
8201242: Include source file/line number when reporting native call stack on supported platforms
2018-04-09, by zgu
8201167: Remove MacroAssembler::cmp_heap_oop on x86
2018-04-09, by eosterlund
8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
2018-04-05, by lkorinth
8200697: Add utility for spin wait with fallback to yield/sleep
2018-04-09, by kbarrett
Merge
2018-04-06, by jwilhelm
8198908: Add JVM support for preview features
2018-04-06, by hseigel
8201136: Move GC flags from globals.hpp to GC specific files
2018-04-06, by stefank
8201227: Add ALL_GCS_ONLY
2018-04-06, by stefank
8200169: Flatten G1Allocator class hierarchy
2018-04-06, by sjohanss
8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers
2018-04-06, by stefank
8201212: Remove INCLUDE_ALL_GCS from OopStorage files
2018-04-06, by stefank
8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
2018-04-06, by stefank
8200736: Move CMSGCStats to the cms directory
2018-04-06, by stefank
8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
2018-04-06, by stefank
8201591: JVM features with "-" in name is not correctly handled
2018-04-17, by ihse
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
2018-04-16, by sgehwolf
8201584: Fix configure on SLES 11 after 8201483
2018-04-16, by goetz
8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
2018-04-16, by clanger
8194734: Handle to jimage file inherited into child processes (win)
2018-04-16, by alanb
8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
2018-04-14, by alanb
8201554: Disable failing tier1 test for JDK-8201498
2018-04-13, by mcimadamore
8197441: Signature#initSign/initVerify for an invalid private/public key fails with ClassCastException for SunPKCS11 provider
2018-04-13, by valeriep
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
2018-04-13, by naoto
Merge
2018-04-13, by prr
Merge
2018-04-13, by prr
Merge
2018-04-12, by prr
8199627: Use "Per-Monitor V2" High DPI awareness for Windows 10 v1703
2018-04-12, by aivanov
8201240: Improve releasing native resources of BufImgSurfaceData.ICMColorData
2018-04-12, by aivanov
8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
2018-04-09, by sgehwolf
Merge
2018-04-10, by prr
Merge
2018-04-09, by prr
8200149: The "com.sun.awt.AWTUtilities" class can be dropped
2018-04-05, by serb
8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
2018-04-04, by lbourges
Merge
2018-04-04, by jdv
8200343: Minor JViewport documentation typo
2018-04-02, by kaddepalli
8200525: test java/awt/event/SequencedEvent/SequencedEventTest.java fails to compile
2018-04-02, by kaddepalli
8198335: java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java fails in headless mode
2018-03-30, by serb
8198240: Allow cacerts test to pass when GTECyberTrust root expires
2018-04-13, by rhalade
8201498: test/langtools/tools/javac/diags/CheckExamples.java 6 errors occurred
2018-04-13, by mcimadamore
8200468: Port the native GSS-API bridge to Windows
2018-04-13, by weijun
Merge
2018-04-13, by jwilhelm
Merge
2018-04-06, by jwilhelm
Merge
2018-04-06, by jwilhelm
8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
2018-04-05, by gadams
8200261: Regression with JVM anonymous class
2018-04-05, by hseigel
8200630: Globally suppress Visual Studio warning C4351
2018-04-04, by kbarrett
8200628: aarch32 - Broken build after JDK-8199809
2018-04-04, by dpochepk
8200627: aarch32 - Broken build after JDK-8198949
2018-04-04, by dpochepk
8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
2018-03-30, by dstewart
8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
2018-04-04, by tschatzl
8200608: Build failures after JDK-8191101 (Show register content in hs-err file on assert)
2018-04-04, by shade
8200607: Add missing include dependency in bitMap.hpp
2018-04-04, by pliden
8200429: Adjust object pinning interface on CollectedHeap
2018-04-04, by pliden
Merge
2018-04-04, by ehelin
8200626: Restore history for g1ConcurrentMarkThread.*
2018-04-04, by ehelin
8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
2018-04-04, by tschatzl
8200255: Remove G1CMTask::_concurrent
2018-04-04, by tschatzl
8200234: Cleanup Remark and Cleanup pause code
2018-04-04, by tschatzl
8199619: Building HotSpot on Windows should define NOMINMAX
2018-03-28, by rwestberg
8200126: [TESTBUG] Open source VM runtime signal tests
2018-04-03, by mseledtsov
8199780: SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands
2018-04-03, by rkennke
8199717: Avoid calculating primordial thread stack bounds on VM startup
2018-04-03, by redestad
8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
2018-04-03, by lkorinth
8199781: Don't use naked == for comparing oops
2018-04-03, by rkennke
8200438: Non-PCH x86_32 build failure: err_msg is not defined
2018-04-03, by shade
8195972: Refactor oops in JNI to use the Access API
2018-03-30, by kbarrett
8199406: Performance drop with Java JDK 1.8.0_162-b32
2018-03-30, by poonam
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
2018-03-30, by kvn
8191101: Show register content in hs-err file on assert
2018-03-30, by stuefe
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
2018-03-29, by ccheung
8183238: Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
2018-03-29, by iklam
8200366: SIGSEGV in CodeHeapState::print_names()
2018-03-29, by lucy
8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
2018-03-29, by dstewart
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip