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
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.
8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
2018-10-11, by rkennke
8212025: Remove collector_present variable from ThreadHeapSampler
2018-10-11, by jcbeyler
8211432: [REDO] Handle JNIGlobalRefLocker.cpp
2018-10-11, by jcbeyler
8211821: PrintStringTableStatistics crashes JVM
2018-10-11, by hseigel
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
2018-10-11, by hseigel
8212001: Verify exported symbols in java.base (libjava)
2018-10-11, by prappo
8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
2018-10-11, by chegar
8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
2018-09-27, by roland
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
2018-09-18, by roland
8212005: Epsilon elastic TLAB sizing may cause misalignment
2018-10-11, by shade
8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
2018-10-10, by mbaesken
8211962: Implicit narrowing in MacOSX java.desktop jsound
2018-10-10, by kbarrett
8152910: Get performance improvement with Stable annotation
2018-10-10, by bpb
Added tag jdk-12+15 for changeset f8626bcc1698
2018-10-11, by jwilhelm
8211921: AssertionError in MethodHandles$Lookup.defineClass
2018-10-10, by mchung
8210055: Enable different look and feel tests in SwingSet3 demo tests
2018-10-05, by akolarkunnu
8191053: Provide a mechanism to make system's security manager immutable
2018-10-10, by mullan
8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html
2018-10-10, by mullan
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
2018-10-10, by ctornqvi
8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
2018-10-10, by jcbeyler
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
2018-10-10, by igerasim
8058202: AnnotatedType implementations don't override toString(), equals(), hashCode()
2018-10-10, by darcy
8211952: Broken links in java.time API
2018-10-10, by jjg
8211950: Deprecate the check if a JVMTI collector is present assertion
2018-10-10, by jcbeyler
8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass
jdk-12+15
2018-10-10, by hseigel
8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
2018-10-10, by weijun
8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
2018-09-28, by roland
8212000: Verify exported symbols in java.base (libnet, libnio/ch)
2018-10-10, by prappo
8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
2018-10-10, by mhorie
8211270: GC abstraction to get real object and headers size
2018-10-10, by rkennke
8211279: Verify missing object equals barriers
2018-10-03, by rkennke
8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
2018-10-10, by thartmann
8193879: Java debugger hangs on method invocation
2018-10-09, by dtitov
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
2018-10-09, by dholmes
8211065: Private method check in linkResolver is incorrect
2018-10-09, by dholmes
8211724: Change mkdir -p to MakeDir macro where possible
2018-10-09, by erikj
8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
2018-10-09, by gadams
8211905: Remove multiple casts for EM06 file
2018-10-09, by jcbeyler
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
2018-10-09, by jiangli
8211880: Broken links in java.util.jar
2018-10-09, by sherman
8211927: Add additional diagnostic information to java/net/BindException/Test.java
2018-10-09, by chegar
8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
2018-10-09, by amenkov
8211792: Fix misplaced BarrierSet forward declarations
2018-10-05, by rkennke
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
2018-10-08, by gadams
8211856: [ppc, s390] ProblemList some failing tests.
2018-10-09, by goetz
8211768: [s390] Implement JFR profiling
2018-10-09, by ghaug
8211859: Avoid initializing AtomicBoolean from RandomAccessFile
2018-10-09, by redestad
8211902: broken link in java.net.http.WebSocket.Builder
2018-10-09, by chegar
8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java
2018-10-09, by chegar
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
2018-10-02, by sgehwolf
8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
2018-10-09, by alanb
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
2018-10-08, by jcbeyler
8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
2018-10-08, by kbarrett
8210388: Use hash table to store archived subgraph_info records
2018-10-08, by iklam
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
2018-10-08, by sherman
8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
2018-10-08, by jcbeyler
8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
2018-10-08, by jcbeyler
8211407: Bad links to non-existent entries on serialized-form page
2018-10-08, by jjg
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
2018-10-08, by gadams
8211863: Problem list test/jdk/javax/naming/module/RunBasic.java
2018-10-08, by chegar
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip