Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+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.
8200303: C2 should leverage profiling for lookupswitch/tableswitch
2018-04-24, by roland
8202157: remove the use of string keys at InapplicableMethodException
2018-04-24, by vromero
8201368: IfNode::fold_compares() may lead to incorrect execution
2018-04-10, by roland
8202075: Crash when running compiler/codecache/OverflowCodeCacheTest.java
2018-04-24, by kvn
8199755: Update Graal
2018-04-24, by dlong
8201281: Truncated error message with Incompatible : null
2018-04-24, by vromero
8200556: AArch64: assertion failure in slowdebug builds
2018-04-23, by aph
8200477: Integer dot product no longer autovectorised
2018-04-24, by roland
8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly.
2018-04-20, by stuefe
8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
2018-04-23, by mikael
8202070: Cleanup code after JDK-8200450, JDK-8200366
2018-04-23, by lucy
8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
2018-04-23, by cjplummer
Merge
2018-04-23, by henryjen
8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
2017-12-07, by igerasim
8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
2017-12-07, by igerasim
8190227: Forward port 8188880 to JDK10CPU
2017-10-31, by joehw
8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
2018-04-23, by kbarrett
8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
2018-04-23, by gziemski
8201259: Fix warning with VS2017 in jdk.pack
2018-04-23, by ksrini
8198816: AbstractScriptEngine.getScriptContext creation of SimpleScriptContext is inefficient
2018-04-23, by hannesw
8081519: Split globals.hpp to factor out the Flag class
2018-04-23, by gziemski
8199193: jshell tool: Add support for preview features
2018-04-23, by rfield
8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names
2018-04-23, by hannesw
8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win]
2018-04-23, by igerasim
8188105: Make -Xshare:auto the default for server VM
2018-04-23, by iklam
8202073: MetaspaceAllocationTest gtest shall lock during space creation
2018-04-23, by stuefe
8202081: Introduce CollectedHeap::is_oop()
2018-04-23, by stefank
6805750: Improve handling of Attributes.Name
2018-04-23, by redestad
8202134: Non-PCH build for arm32 fails
2018-04-23, by shade
8198756: Lazy allocation of compiler threads
2018-04-18, by mdoerr
8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
2018-04-20, by kvn
8201536: configure fails compiler check due to bad -m32 flag
2018-04-20, by ihse
8201597: AArch64: Update relocs for CompiledDirectStaticCall
2018-04-16, by aph
8202079: [s390]: Build failure w/o precompiled headers
2018-04-20, by lucy
8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations
2018-04-10, by mbaesken
8201649: Remove dubious call_jio_print in ostream.cpp
2018-04-17, by clanger
8201788: Number of make jobs wrong for bootcycle-images target
2018-04-19, by sgehwolf
8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected
2018-04-20, by mli
8178825: unused variable threadObj in jvmci_counters_include
2018-04-19, by kvn
8202052: Disable warnings when building libawt with VS2017
2018-04-19, by mikael
8200196: [Graal] implement Object.notify/notifyAll intrinsics
2018-04-19, by dlong
8202037: Split slow ctw_1 tests
2018-04-19, by iignatyev
Added tag jdk-11+10 for changeset 69d7398038c5
2018-04-19, by lana
6341887: java.util.zip: Add ByteBuffer methods to Inflater/Deflater
2018-04-19, by sherman
8201510: Merge TwoStacksPlainSocketImpl into DualStackPlainSocketImpl [win]
2018-04-19, by igerasim
8201540: [AIX] Extend the set of supported charsets in java.base
2018-04-16, by simonis
8202000: AIX build broken after JDK-8195099
2018-04-19, by clanger
8201785: Make ModRefBarrierSetAssembler abstract on all platforms
2018-04-19, by shade
8201800: Add support for adjusting heap addresses in a TLAB
2018-04-19, by pliden
8201647: Make initial clearing of CHeapBitMap optional
2018-04-19, by pliden
8201646: Introduce ReferenceDiscoverer interface
2018-04-19, by pliden
8196071: Change G1 Full GC heap and thread sizing ergonomics
2018-04-19, by sjohanss
8200450: Root cause analysis for JDK-8200366
2018-04-18, by lucy
8201556: Disallow reading oops in ClassLoaderData if unloading
2018-04-18, by coleenp
8184693: add Pattern.isEmpty
2018-04-18, by vtheeyarath
8196433: use the new error diagnostic approach at javac.Main
2018-04-18, by vromero
8201537: Remove is_alive closure from Klass::is_loader_alive()
2018-04-18, by coleenp
8201766: Mark TimSortStackSize2.java as intermittently failing
2018-04-18, by darcy
8201527: Bump default value of G1RefProcDrainInterval
2018-04-18, by tschatzl
8201505: Use WeakHandle for ProtectionDomainCacheTable and ResolvedMethodTable
2018-04-18, by coleenp
8201369: Inet4AddressImpl_getLocalHostName reverse lookup on Solaris only
2018-04-16, by clanger
8200555: OopHandle should use Access API
2018-04-18, by coleenp
8201794: [Graal] fix regressions from JDK-8187490
2018-04-18, by dnsimon
8198793: Add launcher support for preview features
2018-04-16, by ksrini
8201616: Hotspot crashes on linux-sparc after 8189941
2018-04-18, by glaubitz
8201799: Build failures after JDK-8195099 (Concurrent safe-memory-reclamation mechanism)
2018-04-18, by shade
8201172: Parallelize Remset Tracking Update Before Rebuild phase
2018-04-18, by tschatzl
8201596: java.lang.ref.Reference processing total time logging broken
2018-04-18, by tschatzl
8201490: Improve concurrent mark keep alive closure performance
2018-04-18, by tschatzl
8201487: Do not rebalance reference processing queues if not doing parallel reference processing
2018-04-18, by tschatzl
8200730: Fix debug=gc+phases time tracking in Remark and Cleanup
2018-04-18, by tschatzl
8200426: Make G1 code use _g1h members
2018-04-18, by tschatzl
8200723: Suppress rs_length and predicted_cards sampling during mixed gcs
2018-04-18, by tschatzl
8154528: Reclaim regions emptied by marking in Remark pause
2018-04-18, by tschatzl
8178105: Switch mark bitmaps during Remark
2018-04-18, by tschatzl
8201315: (se) Allow SelectableChannel.register to be invoked while selection operation is in progress
2018-04-18, by alanb
8187490: HotSpotGraalMBean should be moved to Graal management module
2018-04-18, by dnsimon
8195099: Concurrent safe-memory-reclamation mechanism
jdk-11+10
2018-04-18, by rehn
8194260: Point-to-point interface should be excluded from java/net/ipv6tests/*
2018-04-17, by xiaofeya
Merge
2018-04-18, by lana
Added tag jdk-10+46 for changeset 6fa770f9f8ab
2018-03-08, by lana
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
jdk-10+46
2018-03-05, by adinn
Merge
2018-04-17, by henryjen
8189985: Improve tabular data portability
2018-02-14, by asapre
8197443: ArrayIndexOutOfBoundsException in UcryptoException.getError
2018-02-12, by apetcher
8189981: Improve queuing portability
2018-02-02, by smarks
8196289: Update src/java.desktop/share/legal/lcms.md for LCMS 2.9
2018-01-26, by prr
8194238: Trying exceptions in MethodHandles
2018-01-24, by psandoz
8193409: Improve AES supporting classes
2018-01-23, by apetcher
8194233: Improve support for array handles
2018-01-22, by psandoz
8175075: Add 3DES to the default disabled algorithm security property
2018-01-19, by igerasim
8192025: Less referential references
2018-01-18, by kbarrett
8189993: Improve document portability
2018-01-17, by joehw
8195662: Add T6587786.java to problem list before JDK-8195589 is resolved
2018-01-18, by weijun
8189997: Enhance keystore mechanisms
2018-01-12, by weijun
8191696: Better mouse positioning
2018-01-03, by serb
8182362: Update CipherOutputStream Usage
2018-01-02, by apetcher
8193414: Improvements in MethodType lookups
2017-12-12, by psandoz
8186032: Disable XML Signatures signed with EC keys less than 224 bits
2017-12-15, by mullan
8189969: Manifest better manifest entries
2017-12-14, by weijun
8192030: Better MTSchema support
2017-12-10, by serb
8191358: Restore TSA certificate expiration check
2017-12-08, by mullan
8183032: Upgrade to LittleCMS 2.9
2017-12-06, by prr
8189977: Improve permission portability
2017-12-06, by weijun
8190478: Improved interface method selection
2017-12-05, by hseigel
8190877: Better handling of abstract classes
2017-11-16, by thartmann
8189989: Improve container portability
2017-11-15, by serb
8189123: More consistent classloading
2017-11-07, by hseigel
8197972: Always verify non-system classes during CDS dump time
2018-04-17, by ccheung
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
8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
2018-03-29, by kvn
8200362: G1Mux2Closure should disable implicit oop verification
2018-03-29, by tschatzl
8200424: Windows build fails due to implicit jboolean to bool conversion
2018-03-29, by redestad
8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
2018-03-29, by simonis
8151171: Bring g1ConcurrentMark files up to current coding conventions
2018-03-29, by tschatzl
8199742: Clean up state flags in G1CollectorState
2018-03-29, by tschatzl
8200423: Non-PCH build for x86_32 fails
2018-03-29, by shade
8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull
2018-03-29, by redestad
8200383: Can't build on SPARC Hotspot with code which use math functions
2018-03-28, by kvn
8200187: Exclude 3 long-running tests from tier1
2018-03-28, by lmesnik
8200091: [TESTBUG] Update jittester for jdk11
2018-03-28, by lmesnik
8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
2018-03-28, by amenkov
8199813: SIGSEGV in ThreadsList::includes()
2018-03-28, by dcubed
8199326: Remove G1 gc time stamp logic
2018-03-28, by tschatzl
8197932: Better split work in rebuild remembered sets phase
2018-03-28, by tschatzl
8197928: Only enqueue deferred cards with references into regions that have a tracked remembered set during GC
2018-03-28, by tschatzl
8197573: Remove concurrent cleanup and secondary free list handling
2018-03-28, by tschatzl
8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
2018-03-26, by stefank
8199927: Make WhiteBox more GC agnostic
2018-03-28, by pliden
8199925: Break out GC selection logic from GCArguments to GCConfig
2018-03-28, by pliden
8199918: Shorten names of CollectedHeap::Name members
2018-03-28, by pliden
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
2018-03-28, by simonis
8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft
2018-03-28, by glaubitz
8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc
2018-03-28, by pliden
8200297: Build failures after JDK-8198691 (CodeHeap State Analytics)
2018-03-28, by stuefe
8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC
2018-03-28, by thartmann
8200302: ppc, s390 (non-pch) build errors
2018-03-27, by stuefe
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+1000
+3000
tip