-
Notifications
You must be signed in to change notification settings - Fork 109
Comparing changes
Open a pull request
base repository: openjdk/valhalla
base: 6131196e
head repository: openjdk/valhalla
compare: d1e02862
Commits on Feb 25, 2021
-
8262099: jcmd VM.metaspace should report unlimited size if MaxMetaspa…
…ceSize isn't specified Reviewed-by: stuefe, lucy
Configuration menu - View commit details
-
Copy full SHA for 3a0d6a6 - Browse repository at this point
Copy the full SHA 3a0d6a6View commit details -
8261868: Reduce inclusion of metaspace.hpp
Reviewed-by: stuefe, ccheung
Configuration menu - View commit details
-
Copy full SHA for 0f8be6e - Browse repository at this point
Copy the full SHA 0f8be6eView commit details -
8262299: C2 compilation fails with "modified node was not processed b…
…y IGVN.transform_old()" Reviewed-by: roland, chagedorn
Configuration menu - View commit details
-
Copy full SHA for a83e802 - Browse repository at this point
Copy the full SHA a83e802View commit details -
8262163: Extend settings printout in jcmd VM.metaspace
Reviewed-by: lucy
Configuration menu - View commit details
-
Copy full SHA for ea48a0b - Browse repository at this point
Copy the full SHA ea48a0bView commit details -
8262296: Fix remaining doclint warnings in jdk.httpserver
Reviewed-by: dfuchs, bpb
Configuration menu - View commit details
-
Copy full SHA for f79c626 - Browse repository at this point
Copy the full SHA f79c626View commit details -
8252883: AccessDeniedException caused by delayed file deletion on Win…
…dows Reviewed-by: dfuchs
Configuration menu - View commit details
-
Copy full SHA for ebdc80e - Browse repository at this point
Copy the full SHA ebdc80eView commit details -
8261131: jcmd jmap dump should not accept gz option with no value
Reviewed-by: cjplummer, sspitsyn
Configuration menu - View commit details
-
Copy full SHA for aa35b42 - Browse repository at this point
Copy the full SHA aa35b42View commit details -
8257234: Add gz option to SA jmap to write a gzipped heap dump
Reviewed-by: cjplummer, ysuenaga, sspitsyn
Configuration menu - View commit details
-
Copy full SHA for c54724d - Browse repository at this point
Copy the full SHA c54724dView commit details -
8261457: test/langtools/tools/javac/T8187978 can fail if ArrayList cl…
…ass is modified Reviewed-by: vromero
Configuration menu - View commit details
-
Copy full SHA for 2eca17d - Browse repository at this point
Copy the full SHA 2eca17dView commit details -
8261203: Incorrectly escaped javadoc html with type annotations
Reviewed-by: hannesw
Configuration menu - View commit details
-
Copy full SHA for 674be87 - Browse repository at this point
Copy the full SHA 674be87View commit details -
8260403: javap should be more robust in the face of invalid class files
Reviewed-by: vromero
Configuration menu - View commit details
-
Copy full SHA for 7d4f60b - Browse repository at this point
Copy the full SHA 7d4f60bView commit details -
8258444: Clean up specifications of java.io.Reader.read(char[],int,in…
…t) in subclass overrides Reviewed-by: alanb, rriggs
Brian Burkhalter committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a9b701 - Browse repository at this point
Copy the full SHA 5a9b701View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded96dd - Browse repository at this point
Copy the full SHA ded96ddView commit details -
8261170: Upgrade to freetype 2.10.4
Reviewed-by: serb, psadhukhan, jdv, kizune
Configuration menu - View commit details
-
Copy full SHA for 228c285 - Browse repository at this point
Copy the full SHA 228c285View commit details -
8262416: ProblemList TestHeapDumpForLargeArray.java due to JDK-8262386
Reviewed-by: dcubed
Configuration menu - View commit details
-
Copy full SHA for 35c0a69 - Browse repository at this point
Copy the full SHA 35c0a69View commit details -
8262227: Change SystemDictionary::find() to return an InstanceKlass*.
Reviewed-by: iklam, dholmes, coleenp
Harold Seigel committedFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 29c603f - Browse repository at this point
Copy the full SHA 29c603fView commit details -
8262421: doclint warnings in jdk.compiler module
Reviewed-by: iris, darcy
Configuration menu - View commit details
-
Copy full SHA for 8256517 - Browse repository at this point
Copy the full SHA 8256517View commit details -
8262428: doclint warnings in java.xml module
Reviewed-by: bpb, lancea, naoto, iris
Configuration menu - View commit details
-
Copy full SHA for 059ede0 - Browse repository at this point
Copy the full SHA 059ede0View commit details
Commits on Feb 26, 2021
-
8262433: doclint: reference error in module jdk.incubator.foreign
Reviewed-by: bpb, lancea
Configuration menu - View commit details
-
Copy full SHA for fce5765 - Browse repository at this point
Copy the full SHA fce5765View commit details -
4710675: JTextArea.setComponentOrientation does not work with correct…
… timing Reviewed-by: serb, pbansal
Configuration menu - View commit details
-
Copy full SHA for bcca100 - Browse repository at this point
Copy the full SHA bcca100View commit details -
8261520: JDK-8261302 breaks runtime/NMT/CheckForProperDetailStackTrac…
…e.java Reviewed-by: zgu, coleenp
Configuration menu - View commit details
-
Copy full SHA for 722142e - Browse repository at this point
Copy the full SHA 722142eView commit details -
8261954: Dependencies: Improve iteration over class hierarchy under c…
…ontext class Reviewed-by: kvn, coleenp, eosterlund
Vladimir Ivanov committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 0a4e710 - Browse repository at this point
Copy the full SHA 0a4e710View commit details -
8260198: TypeInstPtr::dump2() emits multiple lines if Verbose is set
Reviewed-by: thartmann
Configuration menu - View commit details
-
Copy full SHA for 7603278 - Browse repository at this point
Copy the full SHA 7603278View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7efb4c - Browse repository at this point
Copy the full SHA d7efb4cView commit details -
8258897: wrong translation of capturing local classes inside nested l…
…ambdas Co-authored-by: Bernard Blaser <bsrbnd@openjdk.org> Reviewed-by: jlahoda
Configuration menu - View commit details
-
Copy full SHA for de3f519 - Browse repository at this point
Copy the full SHA de3f519View commit details -
8260366: ExtendedSocketOptions <clinit> can deadlock in some circumst…
…ances Reviewed-by: dfuchs
Configuration menu - View commit details
-
Copy full SHA for 240f2a1 - Browse repository at this point
Copy the full SHA 240f2a1View commit details -
8262420: typo: @implnote in java.desktop module
Reviewed-by: iris, prr, azvegint, aivanov
Configuration menu - View commit details
-
Copy full SHA for 67b9e5a - Browse repository at this point
Copy the full SHA 67b9e5aView commit details -
8262430: doclint warnings in java.base module
Reviewed-by: alanb, chegar, dfuchs, lancea
Configuration menu - View commit details
-
Copy full SHA for 3088e1e - Browse repository at this point
Copy the full SHA 3088e1eView commit details -
8241403: JavaThread::get_thread_name() should be ThreadSMR-aware
Reviewed-by: rehn, coleenp, dholmes
Daniel D. Daugherty committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 47a0842 - Browse repository at this point
Copy the full SHA 47a0842View commit details -
Configuration menu - View commit details
-
Copy full SHA for d06d6f5 - Browse repository at this point
Copy the full SHA d06d6f5View commit details -
8262426: Change TRAPS to Thread* for find_constrained_instance_or_arr…
…ay_klass() Reviewed-by: coleenp
Harold Seigel committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 05c11bc - Browse repository at this point
Copy the full SHA 05c11bcView commit details -
8262074: Consolidate the default value of MetaspaceSize
Reviewed-by: iklam, coleenp
Configuration menu - View commit details
-
Copy full SHA for c9e9189 - Browse repository at this point
Copy the full SHA c9e9189View commit details -
8256417: Exclude TestJFRWithJMX test from running with PodMan
Reviewed-by: iignatyev
Mikhailo Seledtsov committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 07061fc - Browse repository at this point
Copy the full SHA 07061fcView commit details -
8262332: serviceability/sa/ClhsdbJhisto.java fails with Test ERROR ja…
…va.lang.RuntimeException: 'ParselTongue' missing from stdout/stderr Reviewed-by: cjplummer
Configuration menu - View commit details
-
Copy full SHA for 2515c42 - Browse repository at this point
Copy the full SHA 2515c42View commit details -
8259535: ECDSA SignatureValue do not always have the specified length
Reviewed-by: mullan
Configuration menu - View commit details
-
Copy full SHA for a4c2496 - Browse repository at this point
Copy the full SHA a4c2496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a245e - Browse repository at this point
Copy the full SHA 65a245eView commit details -
8257500: Drawing MultiResolutionImage with ImageObserver "leaks" memory
Reviewed-by: azvegint, aivanov
Configuration menu - View commit details
-
Copy full SHA for 6800ba4 - Browse repository at this point
Copy the full SHA 6800ba4View commit details -
8261804: Remove field _processing_is_mt, calculate it instead
Reviewed-by: ayang, kbarrett, tschatzl
Configuration menu - View commit details
-
Copy full SHA for 03d888f - Browse repository at this point
Copy the full SHA 03d888fView commit details
Commits on Mar 1, 2021
-
8261308: C2: assert(inner->is_valid_counted_loop(T_INT) && inner->is_…
…strip_mined()) failed: OuterStripMinedLoop should have been removed Reviewed-by: chagedorn, kvn
Configuration menu - View commit details
-
Copy full SHA for ddd550a - Browse repository at this point
Copy the full SHA ddd550aView commit details -
8261914: IfNode::fold_compares_helper faces non-canonicalized bool wh…
…en running JRuby JSON workload Reviewed-by: kvn, shade
Configuration menu - View commit details
-
Copy full SHA for 20c93b3 - Browse repository at this point
Copy the full SHA 20c93b3View commit details -
8262195: Harden tests that use the HostsFileNameService (jdk.net.host…
…s.file property) Reviewed-by: michaelm, aefimov, dfuchs, chegar
Configuration menu - View commit details
-
Copy full SHA for 8bc8542 - Browse repository at this point
Copy the full SHA 8bc8542View commit details -
8262185: G1: Prune collection set candidates early
Reviewed-by: iwalulya, sjohanss, ayang
Thomas Schatzl committedMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 702ca62 - Browse repository at this point
Copy the full SHA 702ca62View commit details -
8261636: The test mapping in hugetlbfs_sanity_check should consider L…
…argePageSizeInBytes Reviewed-by: tschatzl, iwalulya
Configuration menu - View commit details
-
Copy full SHA for 0a7fff4 - Browse repository at this point
Copy the full SHA 0a7fff4View commit details -
8262188: Add test to verify trace page sizes logging on Linux
Reviewed-by: stuefe, tschatzl
Configuration menu - View commit details
-
Copy full SHA for fe8e370 - Browse repository at this point
Copy the full SHA fe8e370View commit details -
8262028: Make InstanceKlass::implementor return InstanceKlass
Reviewed-by: coleenp, ccheung, vlivanov
Harold Seigel committedMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 75bf106 - Browse repository at this point
Copy the full SHA 75bf106View commit details -
8262085: Hovering Metal HTML Tooltips in different windows cause Ille…
…galArgExc on Linux Reviewed-by: serb, psadhukhan
Alexander Zvegintsev committedMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for c569f1d - Browse repository at this point
Copy the full SHA c569f1dView commit details -
8259937: guarantee(loc != NULL) failed: missing saved register with n…
…ative invoker Reviewed-by: kvn, jvernee, vlivanov
Configuration menu - View commit details
-
Copy full SHA for 6baecf3 - Browse repository at this point
Copy the full SHA 6baecf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9adce - Browse repository at this point
Copy the full SHA 4c9adceView commit details -
8262497: Delete unused utility methods in ICC_Profile class
Reviewed-by: azvegint, pbansal, trebari, kizune
Configuration menu - View commit details
-
Copy full SHA for 682e120 - Browse repository at this point
Copy the full SHA 682e120View commit details -
8261839: Error creating runtime package on macos without mac-package-…
…identifier Reviewed-by: asemenyuk, almatvee, kizune
Andy Herrick committedMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 642f45f - Browse repository at this point
Copy the full SHA 642f45fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6131196e...d1e02862