rkennke [Thu, 08 Nov 2018 23:31:08 +0100] rev 52462
8213199: GC abstraction for Assembler::needs_explicit_null_check()
Reviewed-by: adinn, eosterlund
mbalao [Thu, 08 Nov 2018 18:10:15 -0300] rev 52461
8213154: Update copyright headers of files in src tree that are missing Classpath exception
Reviewed-by: andrew
mikael [Thu, 08 Nov 2018 11:45:13 -0800] rev 52460
8213436: Obsolete UseMembar
Reviewed-by: kvn, dholmes, mdoerr, adinn
mikael [Thu, 08 Nov 2018 11:22:28 -0800] rev 52459
8213438: Remove ClearResponsibleAtSTW
Reviewed-by: dholmes, eosterlund, dcubed
joehw [Thu, 08 Nov 2018 09:50:54 -0800] rev 52458
8202285: (fs) Add a method to Files for comparing file contents
Reviewed-by: alanb, rriggs, smarks, bpb, dfuchs, weijun, igerasim
kvn [Thu, 08 Nov 2018 09:04:00 -0800] rev 52457
8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC
Reviewed-by: kvn
Contributed-by: richard.reingruber@sap.com
chegar [Thu, 08 Nov 2018 16:16:57 +0000] rev 52456
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Reviewed-by: alanb, dfuchs
vromero [Thu, 08 Nov 2018 10:36:06 -0500] rev 52455
8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not
Reviewed-by: mcimadamore
stuefe [Thu, 08 Nov 2018 16:23:55 +0100] rev 52454
8211845: A new switch to control verbosity of hs-err files
Reviewed-by: goetz, mdoerr
eosterlund [Thu, 08 Nov 2018 15:02:50 +0100] rev 52453
8213411: JDK-8209189 incorrect for Big Endian (JVM crashes)
Reviewed-by: kvn, mdoerr
rehn [Thu, 08 Nov 2018 15:31:23 +0100] rev 52452
8209139: globalCounter bootstrap issue
Reviewed-by: dcubed, dholmes
bsrbnd [Thu, 08 Nov 2018 15:11:32 +0100] rev 52451
8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory
Reviewed-by: kvn
rehn [Thu, 08 Nov 2018 14:32:49 +0100] rev 52450
8211403: Rename SafepointMechanism::poll(...)
Reviewed-by: mdoerr, dcubed, dholmes
roland [Thu, 08 Nov 2018 10:08:52 +0100] rev 52449
8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
Reviewed-by: thartmann, kvn, shade
dholmes [Thu, 08 Nov 2018 07:42:08 -0500] rev 52448
8213137: Remove static initialization of monitor/mutex instances
Summary: moved to the global mutex list in mutexLocker
Reviewed-by: tschatzl, dcubed, rehn, eosterlund
simonis [Thu, 08 Nov 2018 12:24:08 +0100] rev 52447
8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x
Reviewed-by: shade, ihse, stuefe
ihse [Thu, 08 Nov 2018 12:03:18 +0100] rev 52446
8213338: Reduce the number of generated make targets
Reviewed-by: erikj
sspitsyn [Thu, 08 Nov 2018 00:07:48 -0800] rev 52445
8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
Summary: Provide possible type checks when LVT is absent
Reviewed-by: jcbeyler, cjplummer
jwilhelm [Thu, 08 Nov 2018 02:47:50 +0100] rev 52444
Added tag jdk-12+19 for changeset dc1f9dec2018
erikj [Wed, 07 Nov 2018 15:57:50 -0800] rev 52443
8213428: Add a no precompiled header Linux build to builds-tier1 and jdk-submit
Reviewed-by: ihse, tbell
rkennke [Wed, 07 Nov 2018 20:24:44 +0100] rev 52442
8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2 barrier verification into G1BarrierSetC2
Reviewed-by: kvn, roland
rkennke [Wed, 07 Nov 2018 20:21:35 +0100] rev 52441
8213371: GC/C2 abstraction and cleanup to handle custom offset for GC memory accesses
Reviewed-by: kvn, roland
gadams [Thu, 01 Nov 2018 11:42:59 -0400] rev 52440
8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
Reviewed-by: jcbeyler, cjplummer, amenkov
gadams [Wed, 07 Nov 2018 10:39:49 -0500] rev 52439
8213052: HTML errors in JPDA spec
Reviewed-by: sspitsyn, amenkov
lfoltan [Wed, 07 Nov 2018 13:54:22 -0500] rev 52438
8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
Summary: Fix to obtain the class loader's name from the java.lang.ClassLoader object instead of its ClassLoaderData.
Reviewed-by: coleenp, mbalao, sgehwolf
darcy [Wed, 07 Nov 2018 09:58:21 -0800] rev 52437
8213444: Missing emphasis for term being defined
Reviewed-by: mchung, jjg
dcubed [Wed, 07 Nov 2018 12:40:51 -0500] rev 52436
8213487: [BACKOUT] 8213414 Fix incorrect copy constructors in hotspot
Reviewed-by: roland, rkennke, thartmann
mdoerr [Wed, 07 Nov 2018 15:13:12 +0100] rev 52435
8213464: Fix missing include after JDK-8212243
Reviewed-by: roland
ihse [Wed, 07 Nov 2018 10:12:43 +0100] rev 52434
8213414: Fix incorrect copy constructors in hotspot
Reviewed-by: kbarrett
dnsimon [Wed, 07 Nov 2018 09:39:39 +0100] rev 52433
8213347: [JVMCI] remove use of reflection in JVMCI
Reviewed-by: kvn
mbaesken [Wed, 07 Nov 2018 09:13:37 +0100] rev 52432
8213366: (fs) avoid handle leak in Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile0
Reviewed-by: alanb, chegar
dlong [Tue, 06 Nov 2018 16:04:50 -0800] rev 52431
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
valeriep [Wed, 07 Nov 2018 01:04:26 +0000] rev 52430
8211049: Second parameter of "initialize" method is not used
Summary: Use the specified random object instead of system default
Reviewed-by: weijun
rkennke [Tue, 06 Nov 2018 23:03:05 +0100] rev 52429
8213381: Hook to allow GC to inject Node::Ideal() calls
Reviewed-by: kvn, eosterlund, roland
ascarpino [Tue, 06 Nov 2018 10:10:18 -0800] rev 52428
8211339: NPE during SSL handshake caused by HostnameChecker
Reviewed-by: xuelei
mchung [Tue, 06 Nov 2018 10:01:16 -0800] rev 52427
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
rkennke [Tue, 06 Nov 2018 17:28:14 +0100] rev 52426
8213384: Move G1/C2 barrier verification into G1BarrierSetC2
Reviewed-by: kvn, roland, eosterlund
dchuyko [Tue, 06 Nov 2018 15:14:10 +0300] rev 52425
8198294: AARCH64 - Set flags' optimal defaults for Cavium Thunder X2 CPU
Reviewed-by: adinn, drwhite
roland [Tue, 06 Nov 2018 10:01:27 +0100] rev 52424
8212243: More gc interface tweaks for arraycopy
Reviewed-by: kvn, eosterlund
mli [Tue, 06 Nov 2018 15:23:52 +0800] rev 52423
8210409: Refactor java.util.TimeZone:i18n shell tests to plain java tests
Reviewed-by: naoto
Contributed-by: ying.z.zhou@oracle.com
dlong [Mon, 05 Nov 2018 22:22:49 -0800] rev 52422
8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file
Reviewed-by: kvn
kbarrett [Mon, 05 Nov 2018 18:27:14 -0500] rev 52421
8210986: Add OopStorage cleanup to ServiceThread
Summary: Service thread performs cleanup when notified.
Reviewed-by: coleenp, rehn
naoto [Mon, 05 Nov 2018 13:55:41 -0800] rev 52420
8213330: Fix legal headers in i18n tests
Reviewed-by: lancea
joehw [Mon, 05 Nov 2018 13:45:01 -0800] rev 52419
8212876: ftp: links for character-sets require a login password
Reviewed-by: lancea
joehw [Mon, 05 Nov 2018 11:49:03 -0800] rev 52418
8212872: Broken link to Namespaces in XML Errata
Reviewed-by: lancea
tonyp [Mon, 05 Nov 2018 14:00:52 -0500] rev 52417
8212883: Setting a double manageable flag with jcmd/jinfo crashes the JVM
Reviewed-by: dholmes, gziemski, stuefe
gziemski [Mon, 05 Nov 2018 12:27:38 -0600] rev 52416
8208519: Remove rehashable hashtable
Summary: Removed RehashableHashtable class
Reviewed-by: iklam, ccheung
erikj [Mon, 05 Nov 2018 09:10:57 -0800] rev 52415
8213227: Update jib src excludes to filter webrev and Jreg directories
Reviewed-by: dholmes, tbell, ihse
roland [Mon, 05 Nov 2018 13:13:29 +0100] rev 52414
8212610: Fix handling of memory in PhaseIdealLoop::clone_loop_predicates()
Reviewed-by: kvn, thartmann
egahlin [Mon, 05 Nov 2018 14:40:16 +0100] rev 52413
8209960: -Xlog:jfr* doesn't work with the JFR
Reviewed-by: mgronlun
lucy [Mon, 05 Nov 2018 14:02:04 +0100] rev 52412
8213196: [ppc] [s390]: prepare code for gcc7.3.1 warning (int-in-bool-context)
Reviewed-by: mdoerr, stuefe
eosterlund [Mon, 05 Nov 2018 12:36:23 +0100] rev 52411
8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading
Reviewed-by: coleenp, pliden
eosterlund [Mon, 05 Nov 2018 12:36:23 +0100] rev 52410
8212585: Clean up CompiledMethod::oops_reloc_begin()
Reviewed-by: kvn, pliden
roland [Mon, 05 Nov 2018 12:53:55 +0100] rev 52409
8209835: Aarch64: elide barriers on all volatile operations
Reviewed-by: aph, adinn
roland [Thu, 04 Oct 2018 09:24:27 +0200] rev 52408
8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
Reviewed-by: adinn, aph
dfuchs [Mon, 05 Nov 2018 11:20:47 +0000] rev 52407
8213301: Fix legal headers in jdk logging tests
Reviewed-by: chegar, mchung
ihse [Mon, 05 Nov 2018 10:52:36 +0100] rev 52406
8213339: Update precompiled.hpp with headers based on current frequency
Reviewed-by: shade, dholmes
eosterlund [Mon, 05 Nov 2018 08:01:39 +0100] rev 52405
8212989: Allow CompiledMethod ExceptionCache have unloaded klasses
Reviewed-by: kvn, pliden
jlahoda [Mon, 05 Nov 2018 10:31:47 +0100] rev 52404
8213103: RoundEnvironment.getElementsAnnotatedWith(Class) crashes with -source 8
Summary: Correct handling of missing annotation with -source 8.
Reviewed-by: darcy, jjg, vromero
lancea [Sun, 04 Nov 2018 13:06:02 -0500] rev 52403
8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
Reviewed-by: joehw
jiangli [Sat, 03 Nov 2018 15:40:19 -0400] rev 52402
8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region.
Summary: Support shareable archive object subgraphs in closed archive heap regions.
Reviewed-by: iklam, ccheung
jcbeyler [Sat, 03 Nov 2018 12:37:55 -0700] rev 52401
8213246: Fix typo in vmTestbase failuire to failure
Summary: Fix failuire typo in two spots
Reviewed-by: mikael, dcubed, iignatyev
iklam [Mon, 29 Oct 2018 14:01:46 -0700] rev 52400
8211336: [TESTBUG] appcds tests with incorrect usage of -XX:+UseStringDeduplication
Reviewed-by: dholmes, ccheung, mseledtsov
iignatyev [Fri, 02 Nov 2018 23:44:45 -0700] rev 52399
8213337: windows-x64-slowdebug build is broken by 8177708
Reviewed-by: dholmes