2019-03-11 |
joehw |
8219705: Wrong media-type for a given serialization method
|
changeset |
files
|
2019-03-11 |
jjg |
8220202: Simplify/standardize method naming for HtmlTree
|
changeset |
files
|
2019-03-11 |
darcy |
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
|
changeset |
files
|
2019-03-11 |
zgu |
8220444: Shenandoah should use parallel version of WeakProcessor in root processor for weak roots
|
changeset |
files
|
2019-03-11 |
lancea |
8220331: Remove extra spaces in copyright header
|
changeset |
files
|
2019-03-11 |
redestad |
8220420: Cleanup c1_LinearScan
|
changeset |
files
|
2019-03-11 |
clanger |
8220409: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java - testOverlapWithBaseModule tests the wrong thing
|
changeset |
files
|
2019-03-11 |
rgoel |
8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
|
changeset |
files
|
2019-03-11 |
shade |
8074817: Resolve disabled warnings for libverify
|
changeset |
files
|
2019-03-11 |
thartmann |
8218201: Failures when vmIntrinsics::_getClass is not inlined
|
changeset |
files
|
2019-03-11 |
pmuthuswamy |
8220087: Remove remnants of HTML4 support
|
changeset |
files
|
2019-03-11 |
nishjain |
8217254: CompactNumberFormat:: CompactNumberFormat​() constructor does not comply with spec.
|
changeset |
files
|
2019-03-11 |
pmuthuswamy |
8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
|
changeset |
files
|
2019-03-11 |
kbarrett |
8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
|
changeset |
files
|
2019-03-10 |
shade |
8220162: Shenandoah should not commit HugeTLBFS memory
|
changeset |
files
|
2019-03-10 |
shade |
8220153: Shenandoah does not work with TransparentHugePages properly
|
changeset |
files
|
2019-03-10 |
shade |
8220350: Refactor ShenandoahHeap::initialize
|
changeset |
files
|
2019-03-10 |
dholmes |
8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
|
changeset |
files
|
2019-03-08 |
ecaspole |
8220368: Update String.indexOf to test all the C2 intrinsics
|
changeset |
files
|
2019-03-08 |
redestad |
8219860: Cleanup ClassFileParser::parse_linenumber_table
|
changeset |
files
|
2019-03-08 |
bobv |
8220334: Fix copyright header text
|
changeset |
files
|
2019-03-08 |
bobv |
8220323: Fix copyright header text
|
changeset |
files
|
2019-03-08 |
cushon |
8220377: Unused field SourceFileObject.flatname
|
changeset |
files
|
2019-03-08 |
mseledtsov |
Merge
|
changeset |
files
|
2019-03-08 |
mseledtsov |
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
|
changeset |
files
|
2019-03-08 |
neliasso |
8219642: ciReplay loads wrong data when MethodData size changes
|
changeset |
files
|
2019-03-08 |
sgehwolf |
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
|
changeset |
files
|
2019-03-08 |
hseigel |
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
|
changeset |
files
|
2019-03-08 |
rehn |
8220173: assert(_handle_mark_nesting > 1) failed: memory leak: allocating handle outside HandleMark
|
changeset |
files
|
2019-03-08 |
shade |
8220290: gc/arguments/TestSurvivorRatioFlag.java fails after JDK-8215221 with CMS
|
changeset |
files
|
2019-03-08 |
mdoerr |
8219584: Try to dump error file by thread which causes safepoint timeout
|
changeset |
files
|
2019-03-07 |
sgehwolf |
8220283: ZGC fails to build on GCC 4.4.7: ATTRIBUTE_ALIGNED compatibility issue
|
changeset |
files
|
2019-03-08 |
ascarpino |
8220165: Encryption using GCM results in RuntimeException- input length out of bound
|
changeset |
files
|
2019-03-07 |
mseledtsov |
8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
|
changeset |
files
|
2019-03-07 |
neliasso |
8219448: split-if update_uses accesses stale idom data
|
changeset |
files
|
2019-03-07 |
naoto |
8218948: SimpleDateFormat :: format - Zone Names are not reflected correctly during run time
|
changeset |
files
|
2019-03-07 |
mseledtsov |
8213448: [TESTBUG] enhance jfr/jvm/TestDumpOnCrash
|
changeset |
files
|
2019-03-07 |
mullan |
8218618: Program fails when using JDK addressed by UNC path and using Security Manager
|
changeset |
files
|
2019-03-07 |
henryjen |
8217216: Launcher does not defend itself against LD_LIBRARY_PATH_64 (Solaris)
|
changeset |
files
|
2019-03-07 |
bsrbnd |
8217561: X86: Add floating-point Math.min/max intrinsics
|
changeset |
files
|
2019-03-05 |
redestad |
8220159: Optimize various RegMask operations by introducing watermarks
|
changeset |
files
|
2019-03-07 |
gadams |
8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
|
changeset |
files
|
2019-03-07 |
shade |
8215221: Serial GC misreports young GC time
|
changeset |
files
|
2019-03-07 |
rehn |
8220050: Deprecate -XX:-ThreadLocalHandshakes
|
changeset |
files
|
2019-03-07 |
shade |
8220228: Improve Shenandoah pacing histogram message
|
changeset |
files
|
2019-03-06 |
goetz |
8219651: compiler/ciReplay/TestServerVM.java is failing on windows
|
changeset |
files
|
2019-03-07 |
thartmann |
8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
|
changeset |
files
|
2019-03-06 |
jwilhelm |
Added tag jdk-13+11 for changeset 21ea4076a275
|
changeset |
files
|
2019-03-06 |
redestad |
8219713: Reduce work in DefaultMethods::generate_default_methods
|
changeset |
files
|
2019-03-06 |
dtitov |
8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java failed
|
changeset |
files
|
2019-02-28 |
stuefe |
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
jdk-13+11
|
changeset |
files
|
2019-03-06 |
lucy |
8219214: Infinite Loop in CodeSection::dump()
|
changeset |
files
|
2019-03-06 |
rehn |
8220151: SafepointTracing::end_of_last_safepoint_ms should return ms since epoch.
|
changeset |
files
|
2019-02-28 |
jiefu |
8219519: Remove linux_sparc.ad and linux_aarch64.ad
|
changeset |
files
|
2019-03-06 |
vdeshpande |
8220211: Small update to Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic (JDK-8216580)
|
changeset |
files
|
2019-03-06 |
kbarrett |
8219613: Use NonJavaThread PtrQueues
|
changeset |
files
|
2019-03-05 |
vdeshpande |
8216580: Fix generation of VNNI vector code by allowing adjacent LoadS nodes to be isomorphic
|
changeset |
files
|
2019-03-05 |
dtitov |
8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
|
changeset |
files
|
2019-03-05 |
cjplummer |
8220030: JdbStopThreadidTest.java failed due to "Unexpected IO error while writing command 'quit' to jdb stdin stream"
|
changeset |
files
|
2019-03-05 |
jjg |
8219946: Set class on body elements
|
changeset |
files
|