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
+10000
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.
8154537: AArch64: some integer rotate instructions are never emitted
2016-04-19, by roland
Merge
2016-04-19, by bharadwaj
8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module )
2016-04-19, by chegar
8153998: Masked vector post loops
2016-04-18, by mcberg
Merge
2016-04-18, by tpivovarova
8154174: Improve JitTester performance
2016-04-18, by aaivanov
8154135: Loop alignment may be added inside the loop body
2016-04-18, by roland
8153357: C2 creates incorrect cast after eliminating phi with unique input
2016-04-18, by zmajo
8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
2016-04-18, by zmajo
8153267: nmethod's exception cache not multi-thread safe
2016-04-07, by mdoerr
8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap
2016-04-15, by zmajo
Merge
2016-04-14, by ppunegov
Merge
2016-04-14, by ppunegov
8153852: [jittester] move TypeUtil to utils package
2016-04-13, by ppunegov
8140354: Unquarantine tests that failed with OutOfMemoryError
2016-04-13, by ppunegov
8153713: aarch64: improve short array clearing using store pair
2016-04-12, by fyang
8154073: Several compiler tests fail when are executed with C1 only
2016-04-14, by thartmann
8153818: Move similar CompiledIC platform specific code to shared code.
2016-04-12, by kvn
8153115: Move private interface check to linktime
2016-04-12, by iveresov
Merge
2016-04-12, by bharadwaj
8153885: [TESTBUG] few regression tests failed after 8151880 changes
2016-04-12, by neliasso
8149374: Replace C1-specific collection classes with universal collection classes
2016-04-06, by fzhinkin
8152590: C2: @Stable support doesn't always work w/ incremental inlining
2016-04-11, by vlivanov
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
2016-04-11, by vlivanov
8153797: aarch64: Add Arrays.fill stub code
2016-04-07, by enevill
8153439: do not install an empty SpeculationLog in an nmethod
2016-04-07, by dnsimon
Merge
2016-04-07, by neliasso
8151880: EnqueueMethodForCompilationTest.java still fails to compile method
2016-04-06, by neliasso
8153514: Whitebox API should allow compilation of <clinit>
2016-04-07, by thartmann
Merge
2016-04-07, by thartmann
8149488: Incorrect declaration of bitsInByte in regmask.cpp.
2016-04-07, by rraghavan
Merge
2016-04-07, by shade
8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
2016-04-06, by shade
8153165: Fix MX tool config script to make the tool work with TESTNG
2016-04-01, by kshefov
8152907: Update for x86 tan and log10 in the math lib
2016-04-06, by vdeshpande
8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
2016-03-30, by ikrylov
8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
2016-04-21, by kzhaldyb
8153764: Add auxiliary method that generates class by class prototype to gc testlibrary
2016-04-21, by kzhaldyb
8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
2016-04-21, by lfoltan
8154752: Cleanup initialization of G1Policy
2016-04-19, by mgerdin
8154745: Move default G1 pause time target setup to argument parsing
2016-04-19, by mgerdin
8154452: Deferred cleanups after split of G1CollectorPolicy code
2016-04-21, by mgerdin
8154467: Cleanup initialization of GCPolicyCounters
2016-04-21, by mgerdin
8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options
2016-04-21, by stefank
8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing
2016-04-20, by jiangli
8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
2016-04-20, by kzhaldyb
8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output
2016-04-19, by kzhaldyb
8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode
2016-04-20, by aph
Merge
2016-04-20, by aph
8153310: AArch64: JEP 254: Implement byte_array_inflate
2016-04-20, by aph
8152554: CompactStrings broken on AArch64
2016-04-18, by aph
8154728: JvmtiExport::add_default_read_edges hits a guarantee
2016-04-20, by rehn
8079843: do_young_space_rescan - comment out of sync with code
2016-04-20, by stefank
Merge
2016-04-20, by coleenp
Merge
2016-04-20, by coleenp
8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
2016-04-21, by coleenp
8153275: Zero JVM fails to initialize after JDK-8152440
2016-04-18, by sgehwolf
8150607: Clean up CompactHashtable
2016-04-17, by iklam
8151526: Print -Xlog configuration in the hs_err_pid file
2016-04-19, by mockner
8154059: JVMTI ObjectTagging to UL
2016-04-19, by rehn
8154041: JVMTI trace to Unified Logging
2016-04-19, by rehn
Merge
2016-04-19, by mlarsson
8154235: Using deprecated flags converted to UL shows wrong hint
2016-04-19, by rehn
8153170: Card Live Data does not correctly handle eager reclaim
2016-04-18, by tschatzl
8153503: Move remset scan iteration claim to remset local data structure
2016-04-18, by tschatzl
8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag
2016-04-14, by tschatzl
Merge
2016-04-19, by mgerdin
8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
2016-03-18, by mgerdin
8067785: Using AlwaysPreTouch does not always touch all pages
2016-04-19, by stefank
Added tag jdk-9+119 for changeset 45c70a976569
2016-05-19, by lana
8157574: Mac fastdebug bundles have wrong directory layout
2016-05-24, by erikj
8157511: JDK-8157348 broke gensrc of module infos with extra provides
2016-05-23, by erikj
8157506: Disable bootcycle build when cross compiling
2016-05-21, by erikj
8157507: JDK-8157348 broke gensrc of imported modules
2016-05-21, by erikj
8157348: Build fails with certain source configurations
2016-05-20, by erikj
Merge
2016-05-19, by lana
8157061: Add support for running jtreg tests from IntelliJ project
2016-05-19, by mcimadamore
8155786: Determine modules depending on upgradeable modules directly and indirectly
2016-05-19, by erikj
8157028: Add make target for running gtest tests
2016-05-16, by ehelin
8154192: Deprivilege java.scripting module
2016-05-18, by sundar
8136777: Introduce bundle targets
2016-05-04, by erikj
8156036: Enable building of arm targets in default JPRT testset
2016-05-17, by erikj
Merge
2016-05-17, by amurillo
Merge
2016-05-14, by amurillo
8155627: Enable SA on AArch64
2016-05-11, by aph
8148244: Finalize and integrate GTest implementation
2016-05-03, by iignatyev
Merge
2016-05-06, by amurillo
Merge
2016-05-05, by amurillo
8155950: Add minimal VM in JIB profile on linux-x86
2016-05-04, by lmesnik
Merge
2016-04-28, by amurillo
Merge
2016-04-28, by amurillo
Merge
2016-04-28, by amurillo
8150601: Remove the old Hotspot build system
2016-04-26, by erikj
Merge
2016-04-22, by amurillo
Merge
2016-04-21, by bharadwaj
Merge
2016-04-19, by bharadwaj
Merge
2016-04-12, by bharadwaj
8153514: Whitebox API should allow compilation of <clinit>
2016-04-07, by thartmann
8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
2016-04-20, by kzhaldyb
8154251: ANSI-C Quoting bug in hotspot.m4 during configure on SLES 10 and 11
2016-04-19, by simonis
8156847: jdk.dynalink package is shown under "Other Packages" section
2016-05-16, by sundar
8156914: jlink API minor cleanups
2016-05-16, by sundar
Added tag jdk-9+119 for changeset 379a6c51a588
2016-05-19, by lana
Added tag jdk-9+119 for changeset caf97b37ebec
2017-07-05, by duke
Merge
jdk-9+119
2017-07-05, by duke
Merge
2017-07-05, by duke
8156950: NPE while accessing ExportsDirectives.getTargetModules
2016-05-14, by ksrini
Merge
2016-05-12, by lana
8149843: StandardJavaFileManager should provide a way to get paths from strings
2016-05-12, by jjg
8154262: Navigation bar in javadoc generated pages needs to be updated to display module information
2016-05-11, by bpatel
8156097: docs build fails with StackOverflowError on Solaris
2016-05-11, by jlahoda
8156658: Common way to run jtreg tests
2016-05-11, by sla
8150011: Update javac to generate V53.0 class files
2016-05-10, by jjg
8153761: JShell: Completion -- Show parameter names if possible
2016-05-05, by jlahoda
8075703: jdk.javadoc module exports com.sun.tools.javadoc package which contains a lot of internal API.
2016-05-09, by jjg
Added tag jdk-9+118 for changeset 443bdc8a8b7c
2016-05-12, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+118 for changeset 5c13564b227b
2016-05-12, by lana
Merge
2017-07-05, by duke
8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
2016-05-13, by aefimov
Merge
2016-05-12, by lana
8156658: Common way to run jtreg tests
2016-05-11, by sla
8046274: Removing dependency on jakarta-regexp
2016-05-10, by joehw
8156119: Update ServiceProviderTest for XMLReaderFactory
2016-05-10, by fyuan
8156513: Problem list javax/xml/jaxp/unittest/stream/FactoryFindTest.java
2016-05-10, by amlu
8152912: SAX XMLReaderFactory needs to be ServiceLoader compliant
2016-05-09, by joehw
Added tag jdk-9+118 for changeset 2082ebf00d57
2016-05-12, by lana
Merge
2017-07-05, by duke
8156714: Parsing issue with automatic semicolon insertion
2016-05-13, by hannesw
8156896: Script stack trace should display function names
2016-05-13, by hannesw
Merge
2016-05-12, by lana
8156820: Nashorn nightly test failure after fix for 8156738
2016-05-12, by sundar
8156738: Use StackWalker for DynamicLinker.getLinkedCallSiteLocation
2016-05-11, by attila
8156658: Common way to run jtreg tests
2016-05-11, by sla
8156665: ES6 for..of should work on Java Iterables and Java arrays
2016-05-10, by sundar
Added tag jdk-9+118 for changeset 78bffb8c47c3
2016-05-12, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+118 for changeset cc643de7cb06
2016-05-12, by lana
Merge
2017-07-05, by duke
8156931: java.nio.Buffer tests cleanup
2016-05-16, by prappo
8154049: DualPivot sorting calculates incorrect runs for nearly sorted arrays
2016-05-16, by psandoz
8156991: Problem list UnsupportedDHKeys.java on windows
2016-05-16, by xuelei
Merge
2016-05-14, by valeriep
8000415: Add support for SHA-3
2016-05-14, by valeriep
8156584: Initialization race in sun.security.x509.AlgorithmId.get
2016-05-12, by martin
8155823: Add date-time patterns 'v' and 'vvvv'
2016-05-13, by ntv
8156710: HttpTimeoutException should be thrown if server doesn't respond
2016-05-13, by asmotrak
8156837: RC resource compilation on windows generates false build failure reports
2016-05-13, by erikj
8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
2016-05-13, by peytoia
8156671: Refactor sun/security/rsa/SignatureTest.java
2016-05-12, by rhalade
8156897: Problem list ShortRSAKey1024.sh on windows
2016-05-12, by darcy
8156890: Temporarily problem list ListKeychainStore.sh on Mac
2016-05-12, by darcy
Merge
2016-05-12, by lana
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
2016-05-12, by mchung
8156521: Minor fixes and cleanups in NetworkInterface.c
2016-05-12, by clanger
8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
2016-05-12, by michaelm
8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
2016-05-12, by weijun
8156501: DRBG not synchronized at reseeding
2016-05-12, by weijun
8156810: remove redundant sentence in SecurityManager.checkMemberAccess doc
2016-05-11, by smarks
8156781: change to jlink has result in test failure
2016-05-11, by jlaskey
8155978: Remove HTTP proxy implementation and tests from RMI
2016-05-11, by rriggs
8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
2016-05-11, by dfuchs
8156695: Fix @modules in tests in java/lang/management
2016-05-10, by shurailine
8156766: jdk/test/tools/jlink/plugins/SorterPluginTest.java broken
2016-05-11, by jlaskey
8155237: jlink plugin to order resources should take a class list as input
2016-05-11, by jlaskey
8156658: Common way to run jtreg tests
2016-05-11, by sla
8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
2016-05-11, by bgopularam
8151914: java/util/jar/JarFile/MultiReleaseJar* tests do not declare module dependences
2016-05-10, by shurailine
8156716: Incorrect condition in test SupportedDHKeys.java
2016-05-11, by xuelei
8154523: SHA1PRNG output should change after setSeed
2016-05-11, by weijun
6328855: String: Matches hangs at short and easy Strings containing \r \n
2016-05-10, by sherman
8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
2016-05-11, by weijun
8156661: Handful of typos in javadoc
2016-05-10, by igerasim
8156561: Remove makeClasslist.js
2016-05-10, by redestad
8156560: Remove AddJsum
2016-05-10, by redestad
8155795: Optimize Integer/Long.reverse by using reverseBytes
2016-05-10, by redestad
8156002: java/nio/channels/SocketChannel/AdaptSocket.java Fails in Mesos on OSX
2016-05-10, by mli
8154344: sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java fails on solaris
2016-05-10, by xuelei
8087113: Websocket API and implementation
2016-05-09, by prappo
Added tag jdk-9+118 for changeset 8a2559d6fe5b
2016-05-12, by lana
Merge
2017-07-05, by duke
Merge
2016-05-12, by lana
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
2016-05-12, by mchung
8156658: Common way to run jtreg tests
2016-05-11, by sla
Added tag jdk-9+118 for changeset 3657c978f79a
2016-05-12, by lana
8156837: RC resource compilation on windows generates false build failure reports
2016-05-13, by erikj
Merge
2016-05-12, by lana
8156756: Enable build-time use of resource ordering plugin
2016-05-12, by redestad
8155587: Cross compilation may cause compiler warnings for "build" compiler
2016-05-11, by erikj
8156658: Common way to run jtreg tests
2016-05-11, by sla
8156733: JIB fails to follow redirects
2016-05-11, by erikj
8074716: IntelliJ IDEA project support
2016-05-10, by chegar
Added tag jdk-9+118 for changeset 30f2faf0e7a6
2016-05-12, by lana
Added tag jdk-9+118 for changeset 7c04fcb12bd4
2017-07-05, by duke
Merge
jdk-9+118
2017-07-05, by duke
Merge
2017-07-05, by duke
8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
2016-05-09, by darcy
8156189: Problem list tools/jdeps/modules/GenModuleInfo.java and ModuleTest.java until JDK-8153481 is resolved
2016-05-09, by mli
8153268: javac accepts enums being referenced by 'uses' statement
2016-05-06, by vromero
8154190: Deprivilege java.compiler module
2016-05-05, by mchung
Merge
2016-05-05, by lana
8155959: Langtools ant build should support new Xpatch option format
2016-05-05, by mcimadamore
8156000: tools/all/RunCodingRules.java fails if build dir exists, but generated sources do not
2016-05-04, by jlahoda
Merge
2016-05-03, by alanb
8154956: Module system implementation refresh (4/2016)
2016-05-03, by alanb
Added tag jdk-9+117 for changeset f0b5daef41b6
2016-05-05, by lana
Merge
2017-07-05, by duke
Merge
2016-05-05, by lana
8154956: Module system implementation refresh (4/2016)
2016-05-03, by alanb
Added tag jdk-9+117 for changeset e7c644e70818
2016-05-05, by lana
Merge
2017-07-05, by duke
8156007: Refix: TestPolicy should extend the default security policy
2016-05-05, by fyuan
Merge
2016-05-05, by lana
Merge
2016-05-03, by alanb
8154956: Module system implementation refresh (4/2016)
2016-05-03, by alanb
Added tag jdk-9+117 for changeset cb2ebe77b8fb
2016-05-05, by lana
Merge
2017-07-05, by duke
8156492: ClassFormatError thrown when arrow function is used
2016-05-09, by sundar
8156489: jjs tab-completion crashes with stack overflow error
2016-05-07, by sundar
8150731: Nashorn JSObject linker should be exposed as a service provider
2016-05-06, by sundar
Merge
2016-05-05, by lana
8156040: Nashorn tests still failing after latest Jigsaw merge
2016-05-04, by darcy
8144711: (x) => x + 1 causes Assertion failure instead of SyntaxError
2016-05-04, by hannesw
8155944: ant build/test of nashorn is broken with the latest jdk9-dev build
2016-05-03, by sundar
Merge
2016-05-03, by alanb
8154956: Module system implementation refresh (4/2016)
2016-05-03, by alanb
Added tag jdk-9+117 for changeset 6789c4ec0a28
2016-05-05, by lana
Merge
2017-07-05, by duke
Merge
2016-05-05, by lana
8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
2016-05-05, by aefimov
8154956: Module system implementation refresh (4/2016)
2016-05-03, by alanb
Added tag jdk-9+117 for changeset 6c781e067b6b
2016-05-05, by lana
Merge
2017-07-05, by duke
8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber
2016-05-09, by mchung
8156529: Problem list java/nio/file/WatchService/DeleteInterference.java
2016-05-09, by amlu
8156512: Mark several tests from java/nio as intermittently failing
2016-05-09, by amlu
8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException
2016-05-09, by michaelm
8154295: Currency iso code is int and hence looses the preceeding zero.
2016-05-09, by peytoia
8156502: Use short name of SupportedEllipticCurvesExtension.java
2016-05-08, by xuelei
8147984: WindowsTerminal should support function keys
2016-05-08, by jlahoda
8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
2016-05-08, by ntv
8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly
2016-05-07, by simonis
Merge
2016-05-07, by sspitsyn
Merge
2016-05-06, by sspitsyn
Merge
2016-05-06, by sspitsyn
8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
2016-05-06, by sspitsyn
Merge
2016-05-07, by redestad
8150044: Generate classlists at build-time
2016-05-07, by redestad
8155211: Ucrypto Library leaks native memory
2016-05-07, by stuefe
8150496: (zipfs) Fix performance issues in zip-fs
2016-05-06, by sherman
8139233: add initial compact immutable collection implementations
2016-05-06, by smarks
8148949: DateTimeFormatter pattern letters 'A','n','N'
2016-05-06, by ntv
8015070: Antialiased text on translucent backgrounds gets bright artifacts
2016-05-06, by ntv
8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service
2016-05-06, by michaelm
7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
2016-05-06, by jdv
8155513: Deprivilege jdk.charsets
2016-05-05, by mchung
less
more
|
(0)
-30000
-10000
-3000
-1000
-256
+256
+1000
+3000
+10000
tip