aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-12Merge tag jb8u242-b1644.3HEADmastermainDana Dahlstrom
Change-Id: I63388d7cef8a6b2d2fd1c64ee4e612e514e21409
2020-01-30Merge tag jb8u232-b1638.6Dana Dahlstrom
Change-Id: I9db779113bfae4bb0853a5d13c6114133ada6683
2020-01-20Merge pull request #6 from bell-sw/update_8u242jb8u242-b1644.3jb8u242-b1644jb8u242-b1641jb8u242-b1640jb8u232-b1644.2jetbrains-master-mirrorAlexey Ushakov
jdk8u242 update
2020-01-19Added tag jdk8u242-ga for changeset 7c9f6b5f8d11andrew
2020-01-198138978: Examine usages of sun.misc.IOUtilsandrew
Reviewed-by: mbalao
2020-01-198225261: Better method resolutionsmbalao
Reviewed-by: andrew Contributed-by: lois.foltan@oracle.com
2020-01-198236178: Debug build failed after 8236058snazarki
Reviewed-by: sgehwolf, andrew
2020-01-198156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and ↵sjohanss
MaxNewSize to the same value Reviewed-by: jmasa, sangheki, drwhite, phh Contributed-by: maoliang.ml@alibaba-inc.com
2020-01-198131778: java disables UseAES flag when using VIS=2 on sparckshefov
Reviewed-by: iignatyev, kvn
2020-01-198232984: Upgrading Joni License version to 2.1.16sgehwolf
Reviewed-by: andrew
2020-01-198229420: [Redo] jstat reports incorrect values for OU for CMS GCzgu
Reviewed-by: andrew
2020-01-198225141: Better handling of classes in error state in fast class ↵zgu
initialization checks Reviewed-by: andrew
2020-01-198130341: GHASH 32bit intrinsics has AEADBadTagExceptionascarpino
Reviewed-by: kvn, mcberg Contributed-by: ygaevsky@azul.com
2020-01-198073108: Use x86 and SPARC CPU instructions for GHASH accelerationascarpino
Reviewed-by: kvn, jrose, phh
2020-01-198048556: Unnecessary GCLocker-initiated young GCskbarrett
Summary: Fixed recognition of unnecessary GCLocker collections. Reviewed-by: pliden, tschatzl Contributed-by: johnc@azul.com
2020-01-198229169: False failure of GenericTaskQueue::pop_local on architectures with ↵jiefu
weak memory model Reviewed-by: mdoerr, kbarrett, tschatzl
2020-01-198229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) ↵jiefu
failed: What else? Reviewed-by: tschatzl, kbarrett
2020-01-198228888: C2 compilation fails with assert "m has strange control"thartmann
Summary: Weakened too strong assert. Reviewed-by: kvn, roland
2020-01-198230363: C2: Let ConnectionGraph::not_global_escape(Node* n) return false if ↵rrich
n is not in the CG Reviewed-by: thartmann, mdoerr
2020-01-198206173: MallocSiteTable::initialize() doesn't take function descriptors ↵simonis
into account Reviewed-by: stuefe, zgu
2020-01-198218558: NMT stack traces in output should show mt component for virtual ↵zgu
memory allocations Reviewed-by: shade, stuefe, coleenp
2020-01-198134739: compiler/loopopts/superword/TestVectorizationWithInvariant crashes ↵thartmann
in loop opts Summary: Bail out of superword optimization if loop was removed (i.e., if zero-trip Opaque1Node was removed). Reviewed-by: kvn, roland
2020-01-198073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instrfzhinkin
Reviewed-by: iveresov
2020-01-198133951: Zero interpreter asserts in stubRoutines.cppcoleenp
Summary: Allow zero sized code buffer when checking if there's enough remaining size Reviewed-by: kvn
2020-01-198231398: Add time tracing for gc log rotation at safepoint cleanupshade
Reviewed-by: phh, andrew
2020-01-198231988: Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loopfyang
Summary: Duplicate cmp node in empty loop if it has other users Reviewed-by: neliasso, thartmann Contributed-by: wanghuang3@huawei.com, xietuo@huawei.com
2020-01-198230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java ↵shade
bug list Reviewed-by: zgu
2020-01-198230238: Add another regression test for JDK-8134739shade
Reviewed-by: kvn
2020-01-198010500: [parfait] Possible null pointer dereference at ↵adlertz
hotspot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Reviewed-by: kvn, roland
2020-01-198235850: [TESTBUG] Remove test/runtime/RedefineTests/test8178870.shalvdavi
Summary: Re-remove test removed by JDK-8231463 Reviewed-by: phh, andrew
2019-10-27Merge pull request #5 from bell-sw/update_8u232jb8u232-b1638.6jb8u232-b1638.3jb8u232-b1638jb8u222-b1638.2Alexey Ushakov
jdk8u232-ga
2019-10-24Added tag jdk8u232-ga for changeset 12177d88b89candrew
2019-10-238231463: Fix runtime/RedefineTests/RedefineDoubleDelete.java test in 8uzgu
Reviewed-by: andrew
2019-10-238226607: Inconsistent info between pcsclite.md and MUSCLE headersvaleriep
Summary: Updated the info based on MUSCLE v1.8.24 Reviewed-by: ascarpino
2019-10-238038392: Generating prelink cache breaks JAVA 'jinfo' utility normal behaviourdsamersoff
Summary: Better parsing of /proc/pid/maps in sa Reviewed-by: sspitsyn, sla
2019-10-238217676: Upgrade libpng to 1.6.37zgu
Reviewed-by: prr, jdv, kcr
2019-10-238178870: instrumentation.retransformClasses cause coredumpzgu
Summary: Don't double-free cached class bytes on redefinition loading failure. Reviewed-by: sspitsyn, jiangli
2019-10-238147611: G1 - Missing memory barrier in start_cset_region_for_workerandrew
Reviewed-by: mgerdin, tschatzl
2019-10-238155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert ↵zgu
failed: Corrupted constant pool 8151066: assert(0 <= i && i < length()) failed: index out of bounds Summary: lock classes for redefinition because constant pool merging isn't thread safe, use method constant pool because constant pool merging doesn't make equivalent cpCaches because of invokedynamic Reviewed-by: shade, andrew
2019-10-238141570: Fix Zero interpreter build for --disable-precompiled-headersandrew
Summary: Prepare Zero build for backport of JDK-8062808. Reviewed-by: sgehwolf
2019-10-238226798: JVM crash in klassItable::initialize_itable_for_interface(int, ↵hseigel
InstanceKlass*, bool, Thread*) Summary: When calculating vtable size at class load time, do not look for miranda method if matching package private method is found in a super class. Reviewed-by: acorn, lfoltan
2019-10-238080157: assert(allocates2(pc)) failed: not in CodeBuffer memorykvn
Summary: increase code_size2 for stubs Reviewed-by: iveresov
2019-10-238087128: C2: Disallow definition split on MachCopySpill nodesneliasso
Reviewed-by: kvn
2019-10-238202948: C2: assert(init_offset >= 0) failed: positive offset from object startkvn
Summary: convert the assert into compilation check which will skip superword optimization Reviewed-by: roland, thartmann
2019-10-238215265: C2: range check elimination may allow illegal out of bound accessroland
Reviewed-by: thartmann, kvn
2019-10-238211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state ↵roland
to call Reviewed-by: kvn
2019-10-238217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Idealfyang
Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
2019-10-238218201: Failures when vmIntrinsics::_getClass is not inlinedthartmann
Summary: Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic. Reviewed-by: kvn, dlong, redestad, neliasso
2019-10-238219517: assert(false) failed: infinite loop in PhaseIterGVN::optimizeneliasso
Reviewed-by: kvn, thartmann
2019-10-238223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBasemanc
Reviewed-by: dholmes, jcbeyler