darcy [Wed, 10 Oct 2018 10:28:33 -0700] rev 52079
8058202: AnnotatedType implementations don't override toString(), equals(), hashCode()
Reviewed-by: jfranck
jjg [Wed, 10 Oct 2018 10:00:25 -0700] rev 52078
8211952: Broken links in java.time API
Reviewed-by: lancea
jcbeyler [Wed, 10 Oct 2018 08:26:49 -0700] rev 52077
8211950: Deprecate the check if a JVMTI collector is present assertion
Summary: Deprecate assertion that a collector is there; it is now a nop
Reviewed-by: eosterlund, phh, pliden
hseigel [Wed, 10 Oct 2018 10:18:52 -0400] rev 52076
8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass
Summary: Delete the perfCounter
Reviewed-by: lfoltan, acorn, dholmes
weijun [Wed, 10 Oct 2018 22:13:30 +0800] rev 52075
8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
Reviewed-by: mullan
roland [Fri, 28 Sep 2018 14:24:22 +0200] rev 52074
8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
Reviewed-by: kvn
prappo [Wed, 10 Oct 2018 14:13:32 +0100] rev 52073
8212000: Verify exported symbols in java.base (libnet, libnio/ch)
Reviewed-by: alanb, chegar
mhorie [Wed, 10 Oct 2018 14:28:35 +0200] rev 52072
8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
Reviewed-by: mdoerr, goetz
rkennke [Wed, 10 Oct 2018 10:58:48 +0200] rev 52071
8211270: GC abstraction to get real object and headers size
Reviewed-by: shade, zgu, eosterlund
rkennke [Wed, 03 Oct 2018 15:22:16 +0200] rev 52070
8211279: Verify missing object equals barriers
Reviewed-by: pliden, shade, zgu
thartmann [Wed, 10 Oct 2018 08:36:31 +0200] rev 52069
8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
Summary: Increase code_size2 for new Skylake CPUs.
Reviewed-by: kvn, stuefe, thartmann
Contributed-by: ralf.schmelter@sap.com
dtitov [Tue, 09 Oct 2018 19:11:09 -0700] rev 52068
8193879: Java debugger hangs on method invocation
Reviewed-by: sspitsyn, amenkov, gadams
dholmes [Tue, 09 Oct 2018 20:38:13 -0400] rev 52067
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
Summary: replace "return foo(CHECK_X);" with "return foo(THREAD);"
Reviewed-by: iklam, phh, stuefe, lfoltan
dholmes [Tue, 09 Oct 2018 20:19:22 -0400] rev 52066
8211065: Private method check in linkResolver is incorrect
Reviewed-by: acorn, lfoltan
erikj [Tue, 09 Oct 2018 14:57:23 -0700] rev 52065
8211724: Change mkdir -p to MakeDir macro where possible
Reviewed-by: ihse, asemenyuk
gadams [Tue, 09 Oct 2018 07:33:15 -0400] rev 52064
8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
Reviewed-by: sspitsyn, chegar, alanb
jcbeyler [Tue, 09 Oct 2018 13:22:19 -0700] rev 52063
8211905: Remove multiple casts for EM06 file
Summary: Remove multiple casts for EM06 file
Reviewed-by: sspitsyn, cjplummer
jiangli [Tue, 09 Oct 2018 15:58:07 -0400] rev 52062
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Summary: Restructure and cleanup java heap object archiving code.
Reviewed-by: coleenp, iklam
sherman [Tue, 09 Oct 2018 12:36:51 -0700] rev 52061
8211880: Broken links in java.util.jar
Reviewed-by: alanb, mchung, martin
chegar [Tue, 09 Oct 2018 20:32:24 +0100] rev 52060
8211927: Add additional diagnostic information to java/net/BindException/Test.java
Reviewed-by: dfuchs
amenkov [Tue, 09 Oct 2018 12:26:29 -0700] rev 52059
8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
Reviewed-by: sspitsyn, jcbeyler
rkennke [Fri, 05 Oct 2018 23:45:02 +0200] rev 52058
8211792: Fix misplaced BarrierSet forward declarations
Reviewed-by: shade, zgu
gadams [Mon, 08 Oct 2018 14:57:07 -0400] rev 52057
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
Reviewed-by: cjplummer
goetz [Tue, 09 Oct 2018 16:03:56 +0200] rev 52056
8211856: [ppc, s390] ProblemList some failing tests.
Reviewed-by: kvn, mdoerr
ghaug [Tue, 09 Oct 2018 15:06:27 +0200] rev 52055
8211768: [s390] Implement JFR profiling
Reviewed-by: simonis, mdoerr
redestad [Tue, 09 Oct 2018 14:30:06 +0200] rev 52054
8211859: Avoid initializing AtomicBoolean from RandomAccessFile
Reviewed-by: alanb
chegar [Tue, 09 Oct 2018 13:31:50 +0100] rev 52053
8211902: broken link in java.net.http.WebSocket.Builder
Reviewed-by: alanb, dfuchs
chegar [Tue, 09 Oct 2018 11:44:00 +0100] rev 52052
8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java
Reviewed-by: dfuchs
sgehwolf [Tue, 02 Oct 2018 17:17:43 +0200] rev 52051
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
Reviewed-by: dholmes, aph
Contributed-by: Andrew Haley <aph@redhat.com>
alanb [Tue, 09 Oct 2018 07:06:32 +0100] rev 52050
8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
Reviewed-by: mchung
jcbeyler [Mon, 08 Oct 2018 19:44:44 -0700] rev 52049
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
kbarrett [Mon, 08 Oct 2018 20:01:39 -0400] rev 52048
8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
Summary: Use unsigned shift.
Reviewed-by: alanb
iklam [Mon, 08 Oct 2018 16:29:10 -0700] rev 52047
8210388: Use hash table to store archived subgraph_info records
Reviewed-by: jiangli
sherman [Mon, 08 Oct 2018 14:14:52 -0700] rev 52046
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
Reviewed-by: alanb
jcbeyler [Mon, 08 Oct 2018 13:56:28 -0700] rev 52045
8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
jcbeyler [Mon, 08 Oct 2018 13:54:43 -0700] rev 52044
8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, cjplummer
jjg [Mon, 08 Oct 2018 11:14:59 -0700] rev 52043
8211407: Bad links to non-existent entries on serialized-form page
Reviewed-by: jlahoda
gadams [Mon, 08 Oct 2018 07:18:40 -0400] rev 52042
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
Reviewed-by: cjplummer, dcubed
chegar [Mon, 08 Oct 2018 18:29:41 +0100] rev 52041
8211863: Problem list test/jdk/javax/naming/module/RunBasic.java
Reviewed-by: lancea
redestad [Mon, 08 Oct 2018 18:16:03 +0200] rev 52040
8211860: Avoid reading security properties eagerly on Manifest class initialization
Reviewed-by: mullan, alanb
simonis [Mon, 08 Oct 2018 17:41:44 +0200] rev 52039
8211837: Creation of the default CDS Archive should depend on ENABLE_CDS
Reviewed-by: shade, goetz, mdoerr, iklam
vromero [Mon, 08 Oct 2018 06:52:41 -0700] rev 52038
8209407: VerifyError is thrown for inner class with lambda
Reviewed-by: mcimadamore
eosterlund [Mon, 08 Oct 2018 14:48:12 +0200] rev 52037
8211718: Supporting multiple concurrent OopStorage iterators
Reviewed-by: pliden, kbarrett
roland [Fri, 05 Oct 2018 16:47:27 +0200] rev 52036
8211776: 8210887 broke arraycopy optimization when ZGC is enabled
Reviewed-by: kvn
weijun [Mon, 08 Oct 2018 13:25:39 +0800] rev 52035
8210395: Add doc to SecurityTools.java
Reviewed-by: mullan
lancea [Sun, 07 Oct 2018 14:35:00 -0400] rev 52034
8211765: JarFile constructor throws undocumented exception
Reviewed-by: lancea, sherman, alanb, chegar
Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
dnsimon [Fri, 05 Oct 2018 20:03:14 +0200] rev 52033
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Reviewed-by: never, kvn, sspitsyn
vaibhav [Fri, 05 Oct 2018 18:25:15 +0100] rev 52032
8210376: [TESTBUG] @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Summary: @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Reviewed-by: iklam, jiangli
Contributed-by: Vaibhav Choudhary <vaibhav.x.choudhary@oracle.com>
rkennke [Thu, 27 Sep 2018 13:56:09 +0200] rev 52031
8211219: Type inconsistency in LIRGenerator::atomic_cmpxchg(..)
Reviewed-by: eosterlund, iveresov
jiangli [Fri, 05 Oct 2018 18:56:11 -0400] rev 52030
8202951: Implementation of JEP 341: Default CDS Archives
8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests
8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
Summary: Generate the default CDS archive at JDK build time.
Reviewed-by: erikj, ihse, dholmes, iklam, ccheung, mseledtsov
Contributed-by: erik.joelsson@oracle.com, jiangli.zhou@oracle.com, calvin.cheung@oracle.com
kvn [Fri, 05 Oct 2018 15:46:47 -0700] rev 52029
8206963: [AOT] bug with multiple class loaders
Summary: AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
bpb [Fri, 05 Oct 2018 15:37:46 -0700] rev 52028
8211794: Remove jdk/java/nio/channels/Selector/RacyDeregister.java from problem list
Reviewed-by: bchristi
jcbeyler [Fri, 05 Oct 2018 13:38:03 -0700] rev 52027
8211123: GC Metaspace printing after full gc
Summary: Move GC printing to after usage is calculated
Reviewed-by: tschatzl, stuefe
Contributed-by: nijiaben@perfma.com, jcbeyler@google.com
kbarrett [Fri, 05 Oct 2018 14:28:44 -0400] rev 52026
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Summary: Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
coleenp [Fri, 05 Oct 2018 09:15:52 -0400] rev 52025
8209889: RedefineStress tests crash
Summary: Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
hseigel [Fri, 05 Oct 2018 08:50:49 -0400] rev 52024
8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
Summary: Remove the os_arch string and JRE path from the test. Also add JNIEXPORT to libjsig symbols so dlsym can find them
Reviewed-by: dholmes, lfoltan
michaelm [Fri, 05 Oct 2018 11:28:23 +0100] rev 52023
8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
Reviewed-by: chegar
rwestberg [Fri, 05 Oct 2018 07:54:28 +0200] rev 52022
8210459: Add support for generating compile_commands.json
Reviewed-by: erikj, ihse
naoto [Thu, 04 Oct 2018 14:12:34 -0700] rev 52021
8211398: Square character support for the Japanese new era
Reviewed-by: rriggs
mchung [Thu, 04 Oct 2018 13:02:58 -0700] rev 52020
8206240: java.lang.Class.newInstance() is causing caller to leak
Reviewed-by: alanb