Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
8194959: Correct test tag to move bugid from @test to @bug
2018-01-12, by amlu
Merge
2018-01-12, by lana
Added tag jdk-10+39 for changeset 5b834ec96236
2018-01-12, by lana
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
2018-01-11, by iklam
8181878: javadoc should support/ignore --add-opens
2018-01-11, by jjg
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
2018-01-12, by vlivanov
8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block
jdk-10+39
2018-01-10, by vromero
8194901: remove interim code from javax.tools.ToolProvider
2018-01-10, by jjg
8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails
2018-01-10, by serb
8194681: G1 uses young free cset time when reporting non-young free cset times
2018-01-09, by lkorinth
Merge
2018-01-10, by tschatzl
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
2018-01-10, by tschatzl
8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
2018-01-10, by rraghavan
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
2018-01-10, by mdoerr
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
2018-01-10, by thartmann
8194836: delta apply changesets for JDK-8192885 and JDK-8175883
2018-01-09, by vromero
8185986: redundant/obsolete overview.html pages
2018-01-09, by jjg
8194742: Writing replay data crashes: task is NULL
2018-01-09, by goetz
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
2017-12-15, by thartmann
8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
2018-01-09, by sballal
8187951: Update javax.lang.model.SourceVersion for "var" name
2018-01-08, by darcy
8187487: crash with classes with same binary name
2018-01-08, by vromero
8193567: Conversion of comparison nodes affects local slots in optimistic continuation
2018-01-08, by hannesw
8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
2018-01-08, by amlu
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
2018-01-08, by amlu
8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM
2018-01-15, by hannesw
8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
2018-01-13, by gadams
8195067: problem list tools/javac/jvm/VerboseOutTest.java
2018-01-12, by iignatyev
8194667: Regex: Serialization doesn't work with match flags
2018-01-12, by sherman
Merge
2018-01-05, by jwilhelm
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
2018-01-04, by dholmes
8194406: Use Atomic::replace_if_null
2018-01-04, by kbarrett
8193260: AArch64: JVMCI: Implement trampoline calls
2018-01-03, by aph
8193927: Optimize scanning code for oops.
2017-12-21, by goetz
8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix
2018-01-02, by gadams
8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
2017-12-05, by rkennke
8191989: JDK-8190862 work for arch sparc
2017-12-19, by jcbeyler
8191986: JDK-8190862 work for arch aarch64
2017-12-19, by jcbeyler
8191027: JDK-8190862 work for arch x86/x64
2017-12-18, by jcbeyler
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
2017-12-22, by dnsimon
8192123: Zero should use compiler built-ins for atomics on linux-arm
2017-11-29, by glaubitz
8193699: aarch64 fails to build after 8167372
2017-12-22, by rraghavan
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
2017-12-22, by chegar
8191987: JDK-8190862 work for arch ppc64
2017-12-20, by jcbeyler
Merge
2017-12-21, by jwilhelm
8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error
2017-12-20, by gadams
8193897: JDK-8191374 caused windows_i586 build to fail
2017-12-20, by iklam
8152957: Improve specificity of safepoint logging to print safepoint type
2017-12-20, by coleenp
8193840: Add compiler/c2/Test8007294.java to the problem list
2017-12-19, by dholmes
8191374: Improve error message when CDS is not supported on exploded build
2017-12-19, by iklam
8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
2017-12-04, by iklam
8186903: Remove j-types from Atomic
2017-12-19, by coleenp
8193514: UseMembar should not be obsoleted yet
2017-12-18, by rehn
8193509: Test dynamic path to retrieve active processor count.
2017-12-14, by goetz
8167372: Add code to check for getting oops while thread is in native
2017-12-15, by hseigel
Merge
2017-12-15, by jwilhelm
8154587: Resolution fails for default method named 'clone'
2017-12-15, by hseigel
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
2017-12-15, by thartmann
4358774: Add null InputStream and OutputStream
2018-01-12, by bpb
8165852: (fs) Mount point not found for a file which is present in overlayfs
2018-01-12, by bpb
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip