Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+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.
Added tag jdk-9+137 for changeset 7d79b32d8005
2016-09-22, by lana
Merge
2017-07-05, by duke
8166747: Add invalid network / computer name cases to isReachable known failure switch
2016-09-27, by robm
8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test
2016-09-27, by xiaofeya
8153654: Update jdeps to be multi-release jar aware
2016-09-26, by sdrach
8166604: nio: remove unneeded locals variables and correct NPE
2016-09-26, by clanger
8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result
2016-09-26, by xiaofeya
8163102: Fix headless only configuration option
2016-09-26, by erikj
8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
2016-09-23, by dl
8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
2016-09-23, by dl
8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
2016-09-23, by dl
8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal
2016-09-23, by dl
8166553: undeclared dependencies for two IO tests
2016-09-23, by skovalev
8159410: InetAddress.isReachable returns true for non existing IP adresses
2016-09-23, by robm
8161211: better inlining support for loop bytecode intrinsics
2016-09-23, by mhaupt
8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use"
2016-09-23, by xiaofeya
8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12
2016-09-23, by valeriep
Merge
2016-09-22, by lana
8151832: Improve exception messages in exception thrown by new JDK 9 code
2016-09-22, by coffeys
8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException
2016-09-22, by jnimeh
Merge
2016-09-21, by amurillo
Merge
2016-09-16, by amurillo
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
2016-09-14, by mchung
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
2016-09-14, by gtriantafill
Merge
2016-09-10, by amurillo
8165634: Support multiple --add-modules options on the command line
2016-09-10, by hseigel
Merge
2016-09-09, by dcubed
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
2016-09-09, by rdurbin
8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve
2016-09-09, by akulyakh
Merge
2016-09-08, by dlong
8161720: Better byte behavior for off-heap data
2016-08-30, by zmajo
Merge
2016-09-21, by erikj
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
2016-09-21, by alanbur
8166450: smartcardio related tests failed on compilation during execution with jtreg tool
2016-09-21, by skovalev
8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016
2016-09-21, by xiaofeya
8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
2016-09-21, by amlu
8166285: Missing dependencies java.httpclient for tests from java/net pachage
2016-09-20, by skovalev
8166189: Fix for Bug 8165524 breaks AIX build
2016-09-20, by clanger
8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use
2016-09-20, by jjiang
Added tag jdk-9+137 for changeset c3cde7c41eef
2016-09-22, by lana
Merge
2017-07-05, by duke
Merge
2016-09-22, by lana
Merge
2016-09-21, by amurillo
Merge
2016-09-16, by amurillo
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
2016-09-14, by mchung
8161029: GPL header missing comma after year
2016-09-13, by jmasa
8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top
2016-09-14, by hseigel
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
2016-09-14, by gtriantafill
Merge
2016-09-13, by sspitsyn
Merge
2016-09-13, by sspitsyn
8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase
2016-09-13, by sspitsyn
Merge
2016-09-13, by cjplummer
Merge
2016-09-13, by cjplummer
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
2016-08-30, by goetz
Merge
2016-09-13, by rehn
8164086: Checked JNI pending exception check should be cleared when returning to Java frame
2016-09-13, by dsimms
Merge
2016-09-13, by mockner
8163014: Mysterious/wrong value for "long" frame local variable on 64-bit
2016-09-13, by mockner
8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
2016-09-13, by tschatzl
Merge
2016-09-12, by poonam
8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
2016-09-12, by poonam
8165881: Backout JDK-8164913
2016-09-12, by ctornqvi
8114823: G1 doesn't honor request to disable class unloading
2016-09-12, by sjohanss
8165455: Tracing events for G1 have incorrect metadata
2016-09-08, by ehelin
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
2016-09-12, by tschatzl
Merge
2016-09-10, by amurillo
8165634: Support multiple --add-modules options on the command line
2016-09-10, by hseigel
Merge
2016-09-09, by dcubed
Merge
2016-09-09, by dcubed
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
2016-09-09, by rdurbin
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
2016-09-09, by avorobye
Merge
2016-09-09, by sspitsyn
8164913: JVMTI.agent_load dcmd should show useful error message
2016-09-08, by ysuenaga
Merge
2016-09-08, by dlong
8164989: Inflate and compress intrinsics produce incorrect results with avx512
2016-09-06, by mcberg
8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
2016-09-01, by tpivovarova
8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
2016-09-01, by dpochepk
8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
2016-09-01, by dpochepk
8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
2016-09-01, by dpochepk
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
2016-08-31, by dlong
8165030: [TESTBUG] ctw failed to build after 8157957
2016-08-31, by tpivovarova
Merge
2016-08-30, by thartmann
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
2016-08-30, by thartmann
8157024: CodeCache JFR events reporting wrong data
2016-08-30, by neliasso
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
2016-07-13, by neliasso
Merge
2016-08-30, by zmajo
8141634: Implement VarHandles/Unsafe intrinsics on SPARC
2016-08-30, by zmajo
8161720: Better byte behavior for off-heap data
2016-08-30, by zmajo
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
2016-08-29, by never
8163880: Constant pool caching of fields inhibited/delayed unnecessarily
2016-08-29, by zmajo
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
2016-09-21, by alanbur
Added tag jdk-9+137 for changeset 94d6d0f4ced0
2016-09-22, by lana
8164301: jib should provide a JDK for running jtreg with
2016-09-27, by erikj
8163102: Fix headless only configuration option
2016-09-26, by erikj
Merge
2016-09-22, by lana
Merge
2016-09-21, by amurillo
Merge
2016-09-16, by amurillo
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
2016-09-14, by gtriantafill
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
2016-09-02, by goetz
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
2016-09-21, by alanbur
8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed
2016-09-21, by alanbur
8166262: failurehandler should not use jtreg internal API
2016-09-20, by iignatyev
Added tag jdk-9+137 for changeset 2526d9083e41
2016-09-22, by lana
Added tag jdk-9+137 for changeset 9cb87c88ed85
2017-07-05, by duke
Merge
jdk-9+137
2017-07-05, by duke
Merge
2017-07-05, by duke
8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager
2016-09-19, by sadayapalam
8166176: module search generates URLs with extra '/'
2016-09-16, by bpatel
8138822: Source version error missing version number
2016-09-16, by dlsmith
Merge
2016-09-15, by lana
8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target
2016-09-14, by sadayapalam
8138667: java.lang.IllegalAccessError: tried to access method (for a protected method)
2016-09-13, by sadayapalam
Added tag jdk-9+136 for changeset 1cba2e436777
2016-09-15, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+136 for changeset ef1dfab6d082
2016-09-15, by lana
Merge
2017-07-05, by duke
8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage
2016-09-19, by joehw
Merge
2016-09-15, by lana
8165784: Deprecate the internal Catalog API in JDK 9
2016-09-14, by joehw
Added tag jdk-9+136 for changeset 73d7888a4878
2016-09-15, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+136 for changeset 52b1009d3c64
2016-09-15, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+136 for changeset 15d3983aba7a
2016-09-15, by lana
Merge
2017-07-05, by duke
Merge
2016-09-19, by ddehaven
8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile
2016-09-14, by prr
7064425: PageFormat Dialog has no owner window to reactivate
2016-09-13, by psadhukhan
less
more
|
(0)
-30000
-10000
-3000
-1000
-128
+128
+1000
+3000
+10000
tip