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.
8200358: Remove mapfiles for JDK executables
2018-04-05, by ihse
8199608: Clean up LDFLAGS for libfontmanager
2018-04-05, by ihse
8200134: Improve ModuleHashesBuilder
2018-04-05, by martin
8200131: Improve lazy init of InetAddress.canonicalHostName and NativeObject.pageSize
2018-04-05, by martin
8200128: Fix some "annoations" typos
2018-04-05, by martin
8200127: Replace collection.stream().forEach() with collection.forEach()
2018-04-05, by martin
8200125: Fix some classloader/module typos
2018-04-05, by martin
8200458: (se) Readiness information previously recorded in the ready set not preserved
2018-04-05, by alanb
8200583: (se) Selector clean-up, part 4
2018-04-05, by alanb
8200727: linux-aarch64 profile should use bundled freetype
2018-04-05, by ihse
8200888: typo in name of exception in @throws
2018-04-04, by jjg
8196724: Change macosx deployment target to 10.9
2018-04-04, by erikj
8200664: fix broken links in java.base docs
2018-04-04, by jjg
8200696: Optimal initial capacity of java.lang.Class.enumConstantDirectory
jdk-11+8
2018-04-04, by igerasim
8193032: Remove terminally deprecated SecurityManager APIs
2018-04-04, by mullan
8200703: Problem list jdk/jshell/ExceptionsTest.java fails on windows
2018-04-04, by amlu
8198314: javac hidden options violate standard syntax for options
2018-04-03, by vromero
8200658: Fix incremental builds of hotspot on solaris
2018-04-03, by ihse
8200375: Change to GCC 7.3.0 for building Linux at Oracle
2018-04-03, by erikj
8198801: JShell: user exception chained cause not retained
2018-04-03, by rfield
8200267: a.out created at top dir by Solaris build
2018-04-03, by ihse
8200538: cl : Command line warning D9014 : invalid value '2220' for '/wd'
2018-04-03, by iignatyev
8200586: Update JDK11 release date to 2018-09-25
2018-04-03, by asaha
8199947: Rename HTML element id in ClassLoader javadoc to avoid name conflict with private elements
2018-04-02, by martin
8200364: Remove unnecessary boxing via primitive wrapper valueOf(String) methods
2018-04-02, by martin
8199800: Optimize Boolean.parseBoolean(String)
2018-04-02, by martin
8199176: Accessibility issues in java.base docs
2018-04-02, by joehw
8195649: reorganize tests for java.util.Optional
2018-03-30, by smarks
Added tag jdk-11+7 for changeset f7363de371c9
2018-03-30, by lana
Merge
2018-03-30, by prr
8200200: test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
2018-03-29, by prr
Merge
2018-03-30, by prr
Merge
2018-03-30, by prr
8074286: Add getSelectedIndices() to ListSelectionModel
2018-03-29, by pbansal
4954348: JPGWriter.getNumThumbnailsSupported does not return -1 when passing null values
2018-03-29, by pnarayanan
Merge
2018-03-28, by prr
Merge
2018-03-28, by prr
8191957: JFileChooser shows empty name for external drives shown under Desktop
2018-03-28, by pbansal
8198885: upgrade Marlin (java2d) to 0.9.1
2018-03-27, by lbourges
8198990: Move SwingSet2 from closed to OpenJDK
2018-03-23, by prr
8200469: Update link to license in Docs.gmk
2018-03-30, by iris
8200257: (se) More Selector cleanup
2018-03-30, by alanb
8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
2018-03-29, by igerasim
8200123: Replace Thread.init with telescoping constructor
jdk-11+7
2018-03-29, by martin
8200122: Remove unused field Thread.threadQ
2018-03-29, by martin
8200449: ReadAllReadNTransferTo fails occasionally
2018-03-29, by bpb
Merge
2018-03-24, by jwilhelm
8193130: Bad graph when unrolled loop bounds conflicts with range checks
2018-03-22, by roland
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
2018-03-22, by kvn
8199896: [Graal] build Graal on all x86 platforms
2018-03-22, by kvn
8198949: Modularize arraycopy stub routine GC barriers
2018-03-21, by eosterlund
8199777: Deprecate -XX:+AggressiveOpts
2018-03-22, by thartmann
8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
2018-03-21, by roland
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
2018-03-20, by smonteith
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
2018-03-21, by coleenp
8197844: JVMTI GetLoadedClasses should use the Access API
2018-03-21, by coleenp
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
2018-03-21, by epavlova
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
2018-03-21, by mseledtsov
8195109: ServiceUtil::visible_oop is not needed anymore
2018-03-21, by cjplummer
8196294: LoopStripMiningIterShortLoop is set to zero by default
2018-03-21, by roland
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
2018-03-21, by gtriantafill
8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
2018-03-21, by rkennke
8199027: Make protected members private in G1Policy
2018-03-21, by ehelin
8196337: Add commit methods that take all event properties as argument
2018-03-21, by lkorinth
8199696: Remove Runtime1::arraycopy
2018-03-20, by eosterlund
8199624: [Graal] Blocking jvmci compilations time out
2018-03-21, by thartmann
8199886: gc/cslocker/TestCSLocker.java crashes
2018-03-20, by pliden
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
2018-03-20, by dlong
8199620: Support for JNI object pinning
2018-03-20, by rkennke
8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers)
2018-03-16, by simonis
8196028: JMX: Not enough JDP packets received before timeout
2018-03-20, by hb
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
2018-03-20, by jgeorge
8140359: get_locked_message_ext() should return Flag::MsgType
2018-03-19, by gziemski
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
2018-03-19, by gziemski
8198608: Improvements to command-line flags printing
2018-03-19, by lucy
8199741: NMT: Tag safepoint polling pages
2018-03-19, by zgu
8191954: AArch64: disable UseCISCSpill in C2
2018-03-14, by njian
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
2018-03-15, by njian
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
2018-03-19, by zgu
8199604: Rename CardTableModRefBS to CardTableBarrierSet
2018-03-19, by eosterlund
8199685: Access arraycopy build failure with GCC 7.3.1
2018-03-16, by eosterlund
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
2018-03-19, by stuefe
8199728: Remove oopDesc::is_scavengable
2018-03-15, by stefank
8198969: Update Graal
2018-03-16, by iveresov
8199243: aarch32: ARM 32 build broken after 8165929
2018-03-16, by enevill
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
2018-03-16, by coleenp
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
2018-03-16, by coleenp
8199674: Improve G1 Full GC array marking
2018-03-15, by sjohanss
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
2018-03-29, by chegar
8200409: jdk11 nightly solaris sparc build failure
2018-03-29, by erikj
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
2018-03-28, by xiaofeya
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
2018-03-28, by martin
8200124: Various cleanups in jar/zip
2018-03-28, by martin
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
2018-03-28, by martin
8200178: Remove mapfiles for JDK native libraries
2018-03-28, by ihse
8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
2018-03-28, by ihse
8197595: Serialization javadoc should link to security best practices
2018-03-28, by rriggs
8200355: local variable inference regression test generates classfile in test folder
2018-03-28, by mcimadamore
8200199: javac suggests to use var even when var is used
2018-03-28, by mcimadamore
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
2018-03-26, by rpatil
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
2018-03-28, by jlahoda
8199465: {@docRoot} references need to be updated to reflect new module/package structure
2018-03-27, by jjg
8200289: Reduce number of exceptions created when calling Lookup::canBeCached
2018-03-28, by redestad
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
2018-03-27, by igerasim
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
2018-03-27, by alanb
8200301: deduplicate lambda methods
2018-03-27, by cushon
8199705: Docs.gmk needs to be updated to remove the -html5 option
2018-03-26, by bpatel
8199278: Javadoc search results does not link to anchors on a page
2018-03-26, by bpatel
8199843: Optimize Integer/Long.highestOneBit()
2018-03-26, by igerasim
8198652: Stop linking with -base:0x8000000 on Windows
2018-03-26, by erikj
8200198: javah man pages were not removed by JDK-8191054
2018-03-26, by serb
8200229: Simplify building of libjsig
2018-03-26, by ihse
8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
2018-03-26, by shade
8200215: 17th loop of "let foo = ''"; throws ReferenceError
2018-03-26, by sundar
8200118: [TESTBUG] String concat tests should test toString() application order
2018-03-26, by shade
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
2018-03-26, by jlahoda
8200213: Configure broken on MIPS
2018-03-26, by dholmes
8200179: (se) More Selector cleanup
2018-03-24, by alanb
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
2018-03-24, by shinyafox
8199902: {@docRoot} references need to be updated to reflect new module/package structure
2018-03-23, by jjg
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip