Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
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.
8231826: Implement javac changes for pattern matching for instanceof
2019-11-27, by jlahoda
8230765: Implement nmethod barrier for x86_32 platforms
2019-09-09, by zgu
8233500: Shenandoah: Shenandoah load barrier should save registers before calling keep alive barrier on x86
2019-11-26, by zgu
8234539: ArchiveRelocationTest.java failed: Archive mapping should always succeed
2019-11-22, by iklam
8234535: Cross compilation fails due to missing CFLAGS for the BUILD_CC
2019-11-26, by cgo
8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
2019-11-26, by sviswanathan
Merge
2019-11-26, by vlivanov
8234394: C2: Dynamic register class support in ADLC
2019-11-26, by jbhateja
8234387: C2: Better support of operands with multiple match rules in AD files
2019-11-26, by jbhateja
8234403: C2: Enable CallSite.target updates in constructors
2019-11-26, by vlivanov
8234401: ConstantCallSite may stuck in non-frozen state
2019-11-26, by vlivanov
8233870: JFR TestSetEndTime.java times out - onClose() is never called
2019-11-26, by egahlin
8234613: JavaThread can escape back to Java from an ongoing handshake
2019-11-26, by pchilanomate
Metadatatype back to metaspace.hpp to reduce patch size
stuefe-new-metaspace-branch
2019-11-26, by stuefe
Improve BLA and LOM tests
stuefe-new-metaspace-branch
2019-11-26, by stuefe
8234768: Shenandoah: Streamline enqueueing runtime barriers
2019-11-26, by rkennke
8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
2019-11-26, by zgu
8234798: Build failure after atomic changes in JDK-8234563
2019-11-26, by stefank
8234619: ZGC: gc/z/TestSmallHeap.java failure with Out Of Memory
2019-11-26, by pliden
Merge
unixdomainchannels
2019-11-26, by michaelm
8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future.
2019-11-26, by sadayapalam
8221372: Test vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java times out
2019-11-26, by sspitsyn
8179320: File.getUsableSpace() returns a negative number on very large file system
2019-11-25, by bpb
8234681: Remove UseJVMCIClassLoader logic from JVMCI code
2019-11-25, by dnsimon
8234684: JFR crashes when rotating the JFR output during assertion failure
2019-11-25, by mgronlun
8234359: [JVMCI] invalidate_nmethod_mirror shouldn't use a phantom reference
2019-11-25, by never
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
2019-11-25, by mgronlun
8234531: Remove CMS code from CLDG and safepoint cleanup
2019-11-25, by eosterlund
Improve comments
stuefe-new-metaspace-branch
2019-11-25, by stuefe
Merge
unixdomainchannels
2019-11-25, by michaelm
8234602: ZGC: Windows compile error in ZHeuristic
2019-11-25, by stefank
8234009: ZGC: Move resurrection unblock to before the _unload.purge() call
2019-11-25, by stefank
8234010: ZGC: Change ZResurrection to use Atomic::load/store
2019-11-25, by stefank
8234740: Harmonize parameter order in Atomic - cmpxchg
2019-11-25, by stefank
8234739: Harmonize parameter order in Atomic - xchg
2019-11-25, by stefank
8234738: Harmonize parameter order in Atomic - sub
2019-11-25, by stefank
8234737: Harmonize parameter order in Atomic - add
2019-11-25, by stefank
8234736: Harmonize parameter order in Atomic - store
2019-11-25, by stefank
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
2019-11-25, by stefank
8234703: JFR TestOutOfProcessMigration.java should clean up files
2019-11-25, by egahlin
8234573: ZGC: Enable ZVerifyMarking by default in debug builds
2019-11-25, by pliden
8234433: TestUnloadEventClassCount fails with "assert(SafepointSynchronize::is_at_safepoint()) failed: invariant"
2019-11-25, by mgronlun
8234629: remove unused functions from libnet
2019-11-22, by mbaesken
8234509: Race in macOS os::processor_id()
2019-11-25, by eosterlund
8233029: Obsolete flag GCTaskTimeStampEntries
2019-11-25, by lkorinth
8231507: Update Apache Santuario (XML Signature) to version 2.1.4
2019-10-10, by weijun
8226897: Provide object age with JFR OldObjectSample event
2019-11-24, by egahlin
Factor out block list array from LOM since we may use it elsewhere
stuefe-new-metaspace-branch
2019-11-23, by stuefe
8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
2019-11-22, by dlong
8234622: [TESTBUG] ArchivedModuleCompareTest.java fails with -vmoptions:-Xlog:cds
2019-11-22, by iklam
8233446: Improve error handling when specified dynamic archive doesn't exist
2019-11-22, by iklam
8234429: appcds/dynamicArchive tests crashing with Graal
2019-11-22, by iklam
8087198: G1 card refinement: batching, sorting
2019-11-22, by manc
8234687: change javap reporting on unknown attributes
2019-11-22, by jjg
8229209: [TESTBUG] test for cross-process JFR event streaming
2019-11-22, by mseledtsov
8233956: MethodHandles.dropArguments javadoc lists parameters in wrong order
2019-11-22, by mchung
8232170: FSInfo#getJarClassPath throws an exception not declared in its throws clause
2019-11-22, by jjg
8231516: network QuickAckTest.java failed due to "SocketException: maximum number of DatagramSockets reached"
2019-11-22, by dfuchs
8164993: (ch) ReadableByteChannel should note a possible IllegalArgumentException
2019-11-22, by bpb
8233700: EventStream not closed
2019-11-22, by egahlin
8234544: ObjectSynchronizer::FastHashCode() cleanups from Async Monitor Deflation project
2019-11-22, by dcubed
8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
2019-11-22, by dfuchs
8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
2019-11-22, by sspitsyn
8233597: Clean up code in G1Analytics::compute_pause_time_ratio
2019-11-22, by tschatzl
8233702: Introduce helper function to clamp value to range
2019-11-22, by tschatzl
8234000: Make HeapRegion::bottom/end/hrm_index const
2019-11-22, by tschatzl
8233997: Some members of HeapRegion are not cleared in HeapRegion::hr_clear()
2019-11-22, by tschatzl
8233306: Sort members in G1's HeapRegion after removal of Space dependency
2019-11-22, by tschatzl
8234339: replace JLI_StrTok in java_md_solinux.c
2019-11-18, by mbaesken
8234089: (zipfs) Remove classes JarFileSystemProvider and JarFileSystem
2019-11-22, by clanger
8230611: infinite loop in LogOutputList::wait_until_no_readers()
2019-11-21, by dbuck
8233954: UnsatisfiedLinkError or NoSuchAlgorithmException after removing sunec.dll
2019-11-21, by xuelei
8026393: jarsigner never shows a warning in badKeyUsage case
2019-11-22, by weijun
8233548: Update CUP to v0.11b
2019-11-22, by joehw
8234290: compiler/c2/Test6857159.java times out and fail to clean up files
2019-11-21, by iignatyev
8234051: doclet crashes if HTML files in module doc-files directories
2019-11-21, by jjg
8234058: runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
2019-11-21, by hseigel
Merge
unixdomainchannels
2019-11-21, by michaelm
8068184: Fix for JDK-8032832 caused a deadlock
2019-11-21, by alitvinov
8234083: DatagramSocket should report SO_BROADCAST as a supported option
2019-11-21, by pconcannon
8233847: (sctp) Flx link-local IPv6 scope handling and test cleanup
2019-11-21, by chegar
8232097: (sctp) SctpNet.init() results in java.lang.UnsatisfiedLinkError
2019-11-21, by chegar
8232101: (sctp) Add minimal sanity tests for SCTP
2019-11-21, by chegar
8233845: (sctp) Relax assertion in sun.nio.ch.sctp.AssociationChange::association
2019-11-21, by chegar
8234335: Remove line break in class declaration in java.base
2019-11-21, by jboes
8234103: DatagramSocketImpl::socket is not needed
2019-11-20, by pconcannon
8233801: GCMEmptyIv.java test fails on Solaris 11.4
2019-11-21, by coffeys
8228609: G1 copy cost prediction uses used vs. actual copied byte
2019-11-21, by tschatzl
8234501: remove obsolete NET_ReadV
2019-11-20, by mbaesken
Merge
2019-11-21, by psadhukhan
8190763: Class cast exception on (CompoundEdit) UndoableEditEvent.getEdit()
2019-11-20, by trebari
8234332: [TESTBUG] java/awt/Focus/DisposedWindow/DisposeDialogNotActivateOwnerTest/DisposeDialogNotActivateOwnerTest.java fails on linux-x64 nightly
2019-11-20, by psadhukhan
Merge
2019-11-20, by psadhukhan
8233707: systemScale.cpp could not compile with VS2019
2019-11-20, by ysuenaga
8234184: [TESTBUG] java/awt/Mouse/EnterExitEvents/ModalDialogEnterExitEventsTest.java fails in Windows
2019-11-15, by jdv
8234107: Several AWT modal dialog tests failing on Linux after JDK-8231991
2019-11-15, by neugens
8232433: [macos 10.15] java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java may fail
2019-11-14, by serb
8233634: [TESTBUG] Swing text test bug4278839.java fails on macos
2019-11-14, by psadhukhan
8233986: ProblemList javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java for windows-x64
2019-11-14, by psadhukhan
8231991: Mouse wheel change focus on awt/swing windows
2019-11-12, by neugens
8233910: java/awt/ColorClass/AlphaColorTest.java is failing intermittently in nightly lnux-x64 system
2019-11-12, by psadhukhan
8233833: ProblemList java/awt/Frame/FrameLocation/FrameLocation.java for linux-x64
2019-11-08, by psadhukhan
8233657: Intermittent NPE in Component.validate()
2019-11-08, by serb
8214578: [macos] Problem with backslashes on macOS/JIS keyboard: Java ignores system settings
2019-11-07, by psadhukhan
8231084: Large performance regression in SwingMark TextArea in 14-b13
2019-11-06, by psadhukhan
8229935: [TEST_BUG]: bug8132119.java inconsistently positions text
2019-11-06, by psadhukhan
8233649: Update ProblemList.txt to exclude failing headful tests on macos
2019-11-05, by prr
8233583: ProblemList javax/swing/JWindow/ShapedAndTranslucentWindows/ShapedTranslucentPerPixelTranslucentGradient.java & ShapedPerPixelTranslucentGradient.java failing incosistently in linux-x64
2019-11-05, by psadhukhan
Merge
2019-11-05, by psadhukhan
8233097: Fontmetrics for large Fonts has zero width
2019-11-04, by prr
8232200: [macos 10.15] Windows in fullscreen tests jumps around the screen
2019-10-24, by serb
8232154: Update Mesa 3-D Headers to version 19.2.1
2019-10-30, by prr
8226892: ActionListeners on JRadioButtons don't get notified when selection is changed with arrow keys
2019-10-30, by arapte
8175984: ICC_Profile has un-needed, not-empty finalize method
2019-10-25, by prr
8213119: [macos] java/awt/GraphicsDevice/CheckDisplayModes.java fails
2019-10-24, by serb
Merge
2019-10-18, by prr
8230869: [macos 10.15] The String "X Y Z" was not set to application's icon in the taskbar
2019-10-17, by serb
8223558: Java does not render Myanmar script correctly
2019-10-16, by aivanov
8232225: Rework the fix for JDK-8071483
2019-10-15, by serb
8234323: NULL-check return value of SurfaceData_InitOps on macosx
2019-11-19, by mbaesken
8234321: Call cache flush after generating trampoline.
2019-11-20, by xgong
8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
2019-11-21, by jiefu
Added tag jdk-14+24 for changeset 438337c846fb
2019-11-21, by jwilhelm
8147017: Platform.isGraal should be removed
2019-11-20, by iignatyev
8234358: Update ProblemList entry for NashornPopFrameTest
2019-11-20, by amenkov
JDK-8234402: revert change that stopped providing JPackageToolProvider
JDK-8200758-branch
2019-11-20, by herrick
merge
JDK-8200758-branch
2019-11-19, by herrick
8233404: System property to set the number of PBE iterations in JCEKS keystores
jdk-14+24
2019-11-12, by mbalao
8234512: Missing pieces from JDK-8224816
2019-11-20, by eosterlund
8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
2019-11-20, by dcubed
LeftOverBins as an optional replacement of free block dictionary which is rather ineffective
stuefe-new-metaspace-branch
2019-11-01, by stuefe
8234438: Remove some CMS leftovers
2019-11-20, by pliden
8234437: Remove CollectedHeap::safe_object_iterate()
2019-11-20, by pliden
8234383: Test TestBiasedLockRevocationEvents.java assumes -XX:UseBiasedLocking is enabled
2019-11-20, by pliden
8234382: Test tools/javac/processing/model/testgetallmembers/Main.java using too small heap
2019-11-20, by pliden
8234361: ZGC: Move heuristics code in ZWorker to ZHeuristics
2019-11-20, by pliden
8234338: ZGC: Improve small heap usage
2019-11-20, by pliden
8234312: ZGC: Adjust warmup criteria
2019-11-20, by pliden
8234379: ZGC: Do not resize TALBs unless -XX:ResizeTLAB is enabled
2019-11-20, by pliden
8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
2019-11-20, by alanb
8231460: Performance issue (CodeHeap) with large free blocks
2019-11-20, by lucy
8230873: [AIX] GUI app does not work with UTF-8 locale on minimum software requirements
2019-11-20, by itakiguchi
8233113: ARM32: assert on UnsafeJlong mutex rank check
2019-11-20, by bulasevich
8234381: API docs should mention special handling of enums in serialization
2019-11-19, by darcy
8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
2019-11-20, by weijun
8233497: Optimize default method generation by data structure reuse
2019-11-19, by redestad
8232533: G1 uses only a single thread for pretouching the java heap
2019-11-19, by sangheki
Honor AlwaysPreTouch when commiting memory
stuefe-new-metaspace-branch
2019-11-19, by stuefe
8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
2019-11-19, by bchristi
8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
2019-11-15, by cgo
Fix bug in zap_range and add virtual space test
stuefe-new-metaspace-branch
2019-11-19, by stuefe
Verify metaspace when printing VM.metaspace
stuefe-new-metaspace-branch
2019-11-19, by stuefe
8233922: Service binding augments module graph with observable incubator modules
2019-11-19, by alanb
8215355: Object monitor deadlock with no threads holding the monitor (using jemalloc 5.1)
2019-11-18, by dholmes
8220074: Clean up GCC 8.3 errors in LittleCMS
2019-11-19, by ysuenaga
8233462: serviceability/tmtools/jstat tests times out with -Xcomp
2019-11-18, by iignatyev
8234304: runtime/cds/appcds/javaldr tests should use driver mode
2019-11-18, by iignatyev
8234324: ARM32 build broken after 8231610
2019-11-18, by cgo
merge
JDK-8200758-branch
2019-11-18, by herrick
Merge
JDK-8200758-branch
2019-11-13, by herrick
8233193: Incorrect bailout from possibly_add_compiler_threads
2019-11-18, by mdoerr
8233141: DatagramSocket.send doesn't specify exception thrown when no target address
2019-11-18, by dfuchs
unixdomainchannels: autobound local address problem
unixdomainchannels
2019-11-18, by michaelm
8233787: Break cycle in vm_version* includes
2019-11-18, by lucy
8234248: More VectorSet cleanups
2019-11-18, by redestad
8233712: Limit default tests jobs based on ulimit -u setting
2019-11-06, by sgehwolf
8233219: NMT output on AIX misses some categories
2019-11-15, by mbaesken
8234274: [BACKOUT] JDK-8204128 NMT might report incorrect numbers for Compiler area
2019-11-15, by dcubed
8234272: ProblemList runtime/NMT/HugeArenaTracking.java
2019-11-15, by dcubed
8214904: Test8004741.java failed due to "Too few ThreadDeath hits; expected at least 6 but saw only 5"
2019-11-15, by iignatyev
8233280: Remove GCLockerInvokesConcurrent
2019-11-15, by kbarrett
8234208: Logging reports zero total refined cards under "Before GC RS summary"
2019-11-14, by manc
8204128: NMT might report incorrect numbers for Compiler area
2019-11-15, by zgu
8234011: (zipfs) Memory leak in ZipFileSystem.releaseDeflater()
2019-11-15, by simonis
unixdomainchannels: finx to local address handling
unixdomainchannels
2019-11-15, by michaelm
8234232: [TESTBUG] gc/shenandoah/jvmti/TestHeapDump.java fails with -Xcomp
2019-11-15, by jiefu
8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum
2019-11-15, by jiefu
8234188: AIX build broken after 8220310
2019-11-15, by mdoerr
Fix counter mismatch after workaround for JDK-8233019
stuefe-new-metaspace-branch
2019-11-15, by stuefe
8232019: Add LuxTrust certificate updates to the existing root program
2019-11-14, by rhalade
8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state
2019-11-14, by dholmes
8214024: Remove the default keytool -keyalg value
2019-11-15, by weijun
8233888: jdk.vm.ci.hotspot.test.VirtualObjectLayoutTest.testFormat(): Unexpected error verifying
2019-11-14, by never
8233912: aarch64: minor improvements of atomic operations
2019-11-14, by fyang
aefimov-dns-client-branch: Fix timeouts, add platform specific file locations
aefimov-dns-client-branch
2019-11-14, by aefimov
aefimov-dns-client-branch: fix windows builds
aefimov-dns-client-branch
2019-11-14, by aefimov
Merge
aefimov-dns-client-branch
2019-11-14, by aefimov
8234196: [TESTBUG] DynamicArchiveRelocationTest.java missing "ArchiveRelocationMode == 1 ...."
2019-11-14, by iklam
8234127: BasicHashtable does not support small table_size
2019-11-13, by manc
8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
2019-11-14, by jjg
8233841: Update Graal
2019-11-14, by dlong
8232244: [TESTBUG] Incorrect comment in TestClassUnloadEvent.java
2019-11-14, by mseledtsov
8233989: Create an IPv4 version of java/net/MulticastSocket/SetLoopbackMode.java
2019-11-14, by pconcannon
8233860: AfterClose.java test incorrectly handles IP_MULTICAST_IF
2019-11-14, by pconcannon
8233686: XML transformer uses excessive amount of memory
2019-11-14, by joehw
unixdomainchannels: more fixes
unixdomainchannels
2019-11-14, by michaelm
8146298: (dc spec) connect and disconnect methods should specify that they may block
2019-11-14, by bpb
add missing files
JDK-8193209-branch
2019-11-14, by jlaskey
[mq]: other
JDK-8193209-branch
2019-11-14, by jlaskey
[mq]: refresh
JDK-8193209-branch
2019-11-14, by jlaskey
reconstructing branch
JDK-8193209-branch
2019-11-14, by jlaskey
restarting random branch
jlaskey-prng
2019-11-14, by jlaskey
8234080: jdk/nio/zipfs/CRCWriteTest.java fails
2019-11-14, by lancea
unixdomainchannels: fix some sockaddr_un address handling
unixdomainchannels
2019-11-14, by michaelm
8234003: Improve IndexSet iteration
2019-11-14, by redestad
[mq]: latest
JDK-8193209-branch
2019-11-14, by jlaskey
Merge
unixdomainchannels
2019-11-14, by michaelm
unixdomainchannels: new test plus apidoc update
unixdomainchannels
2019-11-14, by michaelm
unixdomainchannels: apidoc updates
unixdomainchannels
2019-11-14, by michaelm
unixdomainchannels: unix domain automatic bind
unixdomainchannels
2019-11-14, by michaelm
8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type
2019-11-14, by jvernee
unixdomainchannels: minor apidoc update
unixdomainchannels
2019-11-14, by michaelm
unixdomainchannels: test updates
unixdomainchannels
2019-11-14, by michaelm
8234133: VM build broken due to memory/archiveUtils.inline.hpp
2019-11-13, by iklam
Added tag jdk-14+23 for changeset 15936b142f86
2019-11-14, by jwilhelm
8231610: Relocate the CDS archive if it cannot be mapped to the requested address
2019-11-13, by iklam
8234130: Zero VM build broken after JDK-8233913
2019-11-14, by jiefu
8233096: Update javax.lang.model for switch expressions
2019-11-13, by darcy
8232588: G1 concurrent System.gc can return early or late
2019-11-13, by kbarrett
8231915: two JDI tests interfere with each other
2019-11-13, by amenkov
8231635: SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
2019-11-13, by cjplummer
8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set
2019-11-13, by iignatyev
8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
2019-11-13, by iignatyev
8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
2019-11-13, by sangheki
8220311: Implementation: NUMA-Aware Memory Allocation for G1, Survivor (2/3)
2019-11-13, by sangheki
8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
2019-11-13, by sangheki
8214483: Remove algorithms that use MD5 or DES from security requirements
2019-11-13, by mullan
8234025: Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
2019-11-13, by jjg
8234079: ZipFileInputStreamSkipTest.java runs zero test
2019-11-13, by amlu
8233913: Remove implicit conversion from Method* to methodHandle
jdk-14+23
2019-11-13, by coleenp
8233731: repeated typo "fro" for "for"
2019-11-13, by coffeys
unixdomainchannels: update to unit tests
unixdomainchannels
2019-11-13, by michaelm
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
2019-11-13, by lkorinth
unixdomainchannels: added some unit tests
unixdomainchannels
2019-11-13, by michaelm
8214239: Missing x86_64.ad patterns for clearing and setting long vector bits
2019-11-13, by bsrbnd
8230459: Test failed to resume JVMCI CompilerThread
2019-10-21, by mdoerr
8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
2019-11-13, by smonteith
Merge
unixdomainchannels
2019-11-13, by michaelm
8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
2019-11-13, by michaelm
8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
2019-11-13, by thartmann
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
tip