Fri, 08 Jun 2018 06:59:16 +0200 8204561: JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint
rrich [Fri, 08 Jun 2018 06:59:16 +0200] rev 50458
8204561: JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint Reviewed-by: coleenp, stuefe
Thu, 07 Jun 2018 22:26:02 -0400 8204589: ProblemList failing launcher tests
dholmes [Thu, 07 Jun 2018 22:26:02 -0400] rev 50457
8204589: ProblemList failing launcher tests Reviewed-by: darcy
Thu, 07 Jun 2018 19:01:18 -0700 8203329: JDWP/JDI VM information string is incorrect
cjplummer [Thu, 07 Jun 2018 19:01:18 -0700] rev 50456
8203329: JDWP/JDI VM information string is incorrect Summary: make sure the native java.vm.info property also gets updated when the java version is. Reviewed-by: sspitsyn, dholmes
Thu, 07 Jun 2018 17:38:34 -0700 8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn [Thu, 07 Jun 2018 17:38:34 -0700] rev 50455
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal Reviewed-by: iignatyev, kbarrett
Thu, 07 Jun 2018 17:10:23 -0700 8204577: jittester generator doesn't kill processes on timeout
iignatyev [Thu, 07 Jun 2018 17:10:23 -0700] rev 50454
8204577: jittester generator doesn't kill processes on timeout Reviewed-by: kvn, epavlova
Thu, 07 Jun 2018 16:06:49 -0700 8201274: Launch Single-File Source-Code Programs
jjg [Thu, 07 Jun 2018 16:06:49 -0700] rev 50453
8201274: Launch Single-File Source-Code Programs Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
Thu, 07 Jun 2018 23:30:05 +0200 8203822: AIX version of jsig.c was not removed in JDK-8200298
ihse [Thu, 07 Jun 2018 23:30:05 +0200] rev 50452
8203822: AIX version of jsig.c was not removed in JDK-8200298 Reviewed-by: erikj
Thu, 07 Jun 2018 13:24:49 -0700 8203839: API clarification: versioned jar entry verification in multi-release jar file
sherman [Thu, 07 Jun 2018 13:24:49 -0700] rev 50451
8203839: API clarification: versioned jar entry verification in multi-release jar file Reviewed-by: darcy, psandoz, alanb, weijun
Thu, 07 Jun 2018 21:57:17 +0200 8204474: Have instanceRefKlass use HeapAccess when loading the referent
pliden [Thu, 07 Jun 2018 21:57:17 +0200] rev 50450
8204474: Have instanceRefKlass use HeapAccess when loading the referent Reviewed-by: stefank, eosterlund
Wed, 06 Jun 2018 23:36:08 +0300 8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
vlivanov [Wed, 06 Jun 2018 23:36:08 +0300] rev 50449
8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods Reviewed-by: kvn
Thu, 07 Jun 2018 17:40:15 +0200 8204554: JFR TLAB tracing broken after 8202776
eosterlund [Thu, 07 Jun 2018 17:40:15 +0200] rev 50448
8204554: JFR TLAB tracing broken after 8202776 Reviewed-by: rkennke, stefank
Thu, 07 Jun 2018 07:43:29 -0700 8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
bpb [Thu, 07 Jun 2018 07:43:29 -0700] rev 50447
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system Reviewed-by: alanb
Thu, 07 Jun 2018 15:10:06 +0200 8203353: Fixup inferred decorators in the interpreter
eosterlund [Thu, 07 Jun 2018 15:10:06 +0200] rev 50446
8203353: Fixup inferred decorators in the interpreter Reviewed-by: rkennke, coleenp
Thu, 07 Jun 2018 14:11:56 +0200 8195097: Make it possible to process StringTable outside safepoint
rehn [Thu, 07 Jun 2018 14:11:56 +0200] rev 50445
8195097: Make it possible to process StringTable outside safepoint Reviewed-by: coleenp, gziemski, iklam, jiangli
Thu, 07 Jun 2018 06:27:09 -0400 8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html
lancea [Thu, 07 Jun 2018 06:27:09 -0400] rev 50444
8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html Reviewed-by: rriggs, psandoz
Thu, 07 Jun 2018 12:23:46 +0200 8203682: Add jcmd "VM.classloaders" command to print out class loader hierarchy, details
stuefe [Thu, 07 Jun 2018 12:23:46 +0200] rev 50443
8203682: Add jcmd "VM.classloaders" command to print out class loader hierarchy, details Reviewed-by: coleenp, dholmes
Thu, 07 Jun 2018 11:20:55 +0200 8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
tschatzl [Thu, 07 Jun 2018 11:20:55 +0200] rev 50442
8202049: G1: ReferenceProcessor doesn't handle mark stack overflow Summary: Issue a fatal error when mark stack overflows during reference processing in the Remark phase Reviewed-by: kbarrett
Thu, 07 Jun 2018 11:20:30 +0200 8204081: Mismatch in rebuild policy and collection set chooser causes remembered sets to be kept errorneously
tschatzl [Thu, 07 Jun 2018 11:20:30 +0200] rev 50441
8204081: Mismatch in rebuild policy and collection set chooser causes remembered sets to be kept errorneously Summary: Due to mismatch in which region's remembered sets should be rebuilt and the ones that are looked at in the collection set chooser superfluous remembered sets might be built and kept alive until the next marking. Reviewed-by: sjohanss, kbarrett
Thu, 07 Jun 2018 11:20:18 +0200 8204084: Remove the G1RSBarrierRegionFilter develop flag
tschatzl [Thu, 07 Jun 2018 11:20:18 +0200] rev 50440
8204084: Remove the G1RSBarrierRegionFilter develop flag Reviewed-by: sjohanss, shade
Thu, 07 Jun 2018 09:18:39 +0100 6350055: (se) SelectionKey.interestOps variants to atomically update interest ops
alanb [Thu, 07 Jun 2018 09:18:39 +0100] rev 50439
6350055: (se) SelectionKey.interestOps variants to atomically update interest ops Reviewed-by: bpb Contributed-by: david.lloyd@redhat.com, alan.bateman@oracle.com
Thu, 07 Jun 2018 09:02:03 +0200 8204287: Phase timings not updated correctly after JDK-6672778
sjohanss [Thu, 07 Jun 2018 09:02:03 +0200] rev 50438
8204287: Phase timings not updated correctly after JDK-6672778 Reviewed-by: tschatzl, kbarrett
Wed, 06 Jun 2018 13:58:57 -0700 8203033: [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates
dtitov [Wed, 06 Jun 2018 13:58:57 -0700] rev 50437
8203033: [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates Reviewed-by: sspitsyn, dholmes
Wed, 06 Jun 2018 19:47:22 -0700 8200387: [Graal] fromTonga/nsk/jdi tests hang with Graal as JIT
sspitsyn [Wed, 06 Jun 2018 19:47:22 -0700] rev 50436
8200387: [Graal] fromTonga/nsk/jdi tests hang with Graal as JIT Summary: Increase the OVERLOADED_QUEUE value in the JDI client Reviewed-by: cjplummer, amenkov
Thu, 07 Jun 2018 01:33:09 +0200 Added tag jdk-11+17 for changeset 64e4b1686141
jwilhelm [Thu, 07 Jun 2018 01:33:09 +0200] rev 50435
Added tag jdk-11+17 for changeset 64e4b1686141
Wed, 06 Jun 2018 15:10:12 -0700 8204303: Add redirect for overview-summary.html
jjg [Wed, 06 Jun 2018 15:10:12 -0700] rev 50434
8204303: Add redirect for overview-summary.html Reviewed-by: sundar, hannesw
Wed, 06 Jun 2018 14:36:48 -0700 8204494: Fix for 8200530 triggered regression, closed/test/jdk/security/infra/java/security/KeyStore/BouncyCastleInterop.java failed
sherman [Wed, 06 Jun 2018 14:36:48 -0700] rev 50433
8204494: Fix for 8200530 triggered regression, closed/test/jdk/security/infra/java/security/KeyStore/BouncyCastleInterop.java failed Reviewed-by: rriggs
Wed, 06 Jun 2018 17:10:37 -0400 8174734: Safepoint sync time did not increase
dholmes [Wed, 06 Jun 2018 17:10:37 -0400] rev 50432
8174734: Safepoint sync time did not increase Reviewed-by: coleenp, hseigel
Wed, 06 Jun 2018 09:37:44 -0700 8204199: Test fails after 8202670 Graal update jdk-11+17
dlong [Wed, 06 Jun 2018 09:37:44 -0700] rev 50431
8204199: Test fails after 8202670 Graal update Reviewed-by: thartmann, kvn
Wed, 06 Jun 2018 08:32:08 -0700 8204322: "+=" applied to String operands can provoke side effects
vromero [Wed, 06 Jun 2018 08:32:08 -0700] rev 50430
8204322: "+=" applied to String operands can provoke side effects Reviewed-by: mcimadamore, jlahoda, shade
Wed, 06 Jun 2018 10:45:40 -0400 8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
coleenp [Wed, 06 Jun 2018 10:45:40 -0400] rev 50429
8204301: Make OrderAccess functions available to hpp rather than inline.hpp files Summary: move orderAccess.inline.hpp into orderAccess.hpp and remove os.hpp inclusion and conditional os::is_MP() for fence on x86 platforms Reviewed-by: dholmes, hseigel
Wed, 06 Jun 2018 15:36:29 +0200 8203891: Upgrade JOpt Simple to 5.0.4
jlahoda [Wed, 06 Jun 2018 15:36:29 +0200] rev 50428
8203891: Upgrade JOpt Simple to 5.0.4 Reviewed-by: alanb, chegar, mchung
Wed, 06 Jun 2018 13:06:21 +0100 Merge
aph [Wed, 06 Jun 2018 13:06:21 +0100] rev 50427
Merge
Tue, 05 Jun 2018 17:50:31 +0100 8204348: AArch64: Remove C2 address reshaping code
aph [Tue, 05 Jun 2018 17:50:31 +0100] rev 50426
8204348: AArch64: Remove C2 address reshaping code Reviewed-by: kvn
Wed, 06 Jun 2018 12:17:01 +0100 8203937: Not possible to read data from socket after write detects connection reset
alanb [Wed, 06 Jun 2018 12:17:01 +0100] rev 50425
8203937: Not possible to read data from socket after write detects connection reset Reviewed-by: chegar
Wed, 06 Jun 2018 14:16:51 +0530 8203872: Upgrading JDK with latest available LSR data from IANA.
nishjain [Wed, 06 Jun 2018 14:16:51 +0530] rev 50424
8203872: Upgrading JDK with latest available LSR data from IANA. Reviewed-by: naoto
Wed, 06 Jun 2018 10:11:23 +0200 8204345: [s390]: no precompiled headers build broken
mdoerr [Wed, 06 Jun 2018 10:11:23 +0200] rev 50423
8204345: [s390]: no precompiled headers build broken Reviewed-by: simonis, shade, coleenp
Tue, 05 Jun 2018 23:06:32 -0700 8193552: ISO 4217 amendment 165
ljiang [Tue, 05 Jun 2018 23:06:32 -0700] rev 50422
8193552: ISO 4217 amendment 165 8202026: ISO 4217 amendment 166 8204269: ISO 4217 amendment 167 Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Wed, 06 Jun 2018 09:07:38 +0530 8190875: modules not listed in overview/index page
pmuthuswamy [Wed, 06 Jun 2018 09:07:38 +0530] rev 50421
8190875: modules not listed in overview/index page Reviewed-by: jjg, sundar
Wed, 06 Jun 2018 08:37:19 +0530 8199893: the javadoc tool generates pages with a low constrast
pmuthuswamy [Wed, 06 Jun 2018 08:37:19 +0530] rev 50420
8199893: the javadoc tool generates pages with a low constrast Reviewed-by: jjg
Tue, 05 Jun 2018 19:58:20 -0400 8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
dholmes [Tue, 05 Jun 2018 19:58:20 -0400] rev 50419
8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions Summary: Pre-load AbstractOwnableSynchronizer class instead of lazy loading it. Reviewed-by: sspitsyn, cjplummer, coleenp
Tue, 05 Jun 2018 21:38:38 +0200 8200623: Primitive heap access for interpreter BarrierSetAssembler/x86
rkennke [Tue, 05 Jun 2018 21:38:38 +0200] rev 50418
8200623: Primitive heap access for interpreter BarrierSetAssembler/x86 Reviewed-by: eosterlund, adinn
Tue, 05 Jun 2018 12:27:07 -0700 8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile
sherman [Tue, 05 Jun 2018 12:27:07 -0700] rev 50417
8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile Reviewed-by: rriggs
Wed, 02 May 2018 11:28:49 -0400 8203837: Split nmethod unloading from inline cache cleaning
coleenp [Wed, 02 May 2018 11:28:49 -0400] rev 50416
8203837: Split nmethod unloading from inline cache cleaning Summary: Refactor cleaning inline caches to after GC do_unloading. Reviewed-by: thartmann, eosterlund
Tue, 05 Jun 2018 23:10:54 +0530 8204321: javadoc tests fail after JDK-8203780
sundar [Tue, 05 Jun 2018 23:10:54 +0530] rev 50415
8204321: javadoc tests fail after JDK-8203780 Reviewed-by: jjg
Tue, 05 Jun 2018 19:13:53 +0200 8202776: Modularize GC allocations in runtime
rkennke [Tue, 05 Jun 2018 19:13:53 +0200] rev 50414
8202776: Modularize GC allocations in runtime Reviewed-by: eosterlund, shade
Tue, 05 Jun 2018 10:03:46 -0700 8200530: '\r' is not supported as "newline" in java.util.jar.Manifest
sherman [Tue, 05 Jun 2018 10:03:46 -0700] rev 50413
8200530: '\r' is not supported as "newline" in java.util.jar.Manifest Reviewed-by: jlaskey
Tue, 05 Jun 2018 17:14:49 +0100 Merge
aph [Tue, 05 Jun 2018 17:14:49 +0100] rev 50412
Merge
Tue, 05 Jun 2018 16:12:57 +0100 8204341: AArch64: AOT runtime does not need a workaround for far calls
aph [Tue, 05 Jun 2018 16:12:57 +0100] rev 50411
8204341: AArch64: AOT runtime does not need a workaround for far calls Reviewed-by: kvn
Tue, 05 Jun 2018 08:33:40 -0700 8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
naoto [Tue, 05 Jun 2018 08:33:40 -0700] rev 50410
8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120 Reviewed-by: rriggs
Tue, 05 Jun 2018 11:11:33 -0400 8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp
coleenp [Tue, 05 Jun 2018 11:11:33 -0400] rev 50409
8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp Summary: Reexpand macro to provide non-inline functions. Reviewed-by: kvn, dnsimon
Tue, 05 Jun 2018 15:56:23 +0200 8204173: Lower the minimum number of heap memory pools in MemoryTest.java
stefank [Tue, 05 Jun 2018 15:56:23 +0200] rev 50408
8204173: Lower the minimum number of heap memory pools in MemoryTest.java Reviewed-by: mchung, sjohanss
Tue, 05 Jun 2018 15:56:21 +0200 8204168: Increase small heap sizes in tests to accommodate ZGC
stefank [Tue, 05 Jun 2018 15:56:21 +0200] rev 50407
8204168: Increase small heap sizes in tests to accommodate ZGC Reviewed-by: pliden, ehelin
Tue, 05 Jun 2018 15:56:17 +0200 8204167: Filter out tests requiring compressed oops when CompressedOops is disabled
stefank [Tue, 05 Jun 2018 15:56:17 +0200] rev 50406
8204167: Filter out tests requiring compressed oops when CompressedOops is disabled Reviewed-by: coleenp, kbarrett
Tue, 05 Jun 2018 15:56:14 +0200 8204165: Filter out tests requiring class unloading when ClassUnloading is disabled
stefank [Tue, 05 Jun 2018 15:56:14 +0200] rev 50405
8204165: Filter out tests requiring class unloading when ClassUnloading is disabled Reviewed-by: coleenp, kbarrett
Tue, 05 Jun 2018 15:56:12 +0200 8204163: Also detect concurrent GCs in MetaspaceBaseGC.java
stefank [Tue, 05 Jun 2018 15:56:12 +0200] rev 50404
8204163: Also detect concurrent GCs in MetaspaceBaseGC.java Reviewed-by: eosterlund, pliden
Tue, 05 Jun 2018 15:56:09 +0200 8204162: TestG1HeapRegion needs @requires vm.gc.G1
stefank [Tue, 05 Jun 2018 15:56:09 +0200] rev 50403
8204162: TestG1HeapRegion needs @requires vm.gc.G1 Reviewed-by: eosterlund
Tue, 05 Jun 2018 15:56:07 +0200 8204160: BiasedLockingTest needs -XX:+UseBiasedLocking
stefank [Tue, 05 Jun 2018 15:56:07 +0200] rev 50402
8204160: BiasedLockingTest needs -XX:+UseBiasedLocking Reviewed-by: eosterlund, dholmes
Tue, 05 Jun 2018 09:15:03 -0400 8203319: JDK-8201487 disabled too much queue balancing
kbarrett [Tue, 05 Jun 2018 09:15:03 -0400] rev 50401
8203319: JDK-8201487 disabled too much queue balancing Summary: Sometimes ignore ParallelRefProcBalancingEnabled. Reviewed-by: tschatzl, sjohanss
Tue, 05 Jun 2018 14:55:13 +0200 8200166: Repeating annotations refering to to-be-generated classes don't work.
jlahoda [Tue, 05 Jun 2018 14:55:13 +0200] rev 50400
8200166: Repeating annotations refering to to-be-generated classes don't work. Reviewed-by: jjg
Tue, 05 Jun 2018 13:02:01 +0200 8203787: Hotspot build broken on linux-sparc after 8202377
glaubitz [Tue, 05 Jun 2018 13:02:01 +0200] rev 50399
8203787: Hotspot build broken on linux-sparc after 8202377 Reviewed-by: dholmes, eosterlund
Tue, 05 Jun 2018 09:29:15 +0200 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
mhorie [Tue, 05 Jun 2018 09:29:15 +0200] rev 50398
8154736: enhancement of cmpxchg and copy_to_survivor for ppc64 Reviewed-by: eosterlund, mdoerr, kbarrett
Tue, 05 Jun 2018 09:23:30 +0200 8204292: PPC64: Fix missing includes after 8204195
mdoerr [Tue, 05 Jun 2018 09:23:30 +0200] rev 50397
8204292: PPC64: Fix missing includes after 8204195 Reviewed-by: coleenp
Mon, 04 Jun 2018 21:20:16 -0700 8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
sangheki [Mon, 04 Jun 2018 21:20:16 -0700] rev 50396
8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes Reviewed-by: kbarrett, tschatzl
Mon, 04 Jun 2018 21:19:15 -0700 8204095: [TESTBUG] TestPrintReferences.java fails if multiple concurrent mark happens
sangheki [Mon, 04 Jun 2018 21:19:15 -0700] rev 50395
8204095: [TESTBUG] TestPrintReferences.java fails if multiple concurrent mark happens Reviewed-by: kbarrett, tschatzl
Tue, 05 Jun 2018 08:10:08 +0530 8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5
sundar [Tue, 05 Jun 2018 08:10:08 +0530] rev 50394
8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5 Reviewed-by: jjg
Tue, 05 Jun 2018 02:15:37 +0200 8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
jwilhelm [Tue, 05 Jun 2018 02:15:37 +0200] rev 50393
8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1 Reviewed-by: kvn, jwilhelm Contributed-by: leonid.mesnik@oracle.com
Mon, 04 Jun 2018 20:14:13 -0400 8203948: Expand JVMTI callback notion of "internal threads"
kbarrett [Mon, 04 Jun 2018 20:14:13 -0400] rev 50392
8203948: Expand JVMTI callback notion of "internal threads" Summary: Allow any NamedThreads in some contexts. Reviewed-by: coleenp, dholmes
Mon, 04 Jun 2018 16:21:08 +0200 8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
rwestberg [Mon, 04 Jun 2018 16:21:08 +0200] rev 50391
8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint Reviewed-by: mgronlun, egahlin
Mon, 04 Jun 2018 23:07:33 +0200 8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out
egahlin [Mon, 04 Jun 2018 23:07:33 +0200] rev 50390
8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out Reviewed-by: mgronlun
Mon, 04 Jun 2018 23:01:48 +0200 8198285: More consistent Access API for arraycopy
rkennke [Mon, 04 Jun 2018 23:01:48 +0200] rev 50389
8198285: More consistent Access API for arraycopy Reviewed-by: eosterlund, shade
Mon, 04 Jun 2018 22:03:10 +0200 8203919: Remove "-add-modules" hint from error message
egahlin [Mon, 04 Jun 2018 22:03:10 +0200] rev 50388
8203919: Remove "-add-modules" hint from error message Reviewed-by: mgronlun
Mon, 04 Jun 2018 13:53:51 -0500 8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
gziemski [Mon, 04 Jun 2018 13:53:51 -0500] rev 50387
8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF Summary: Backed out the original fix. Reviewed-by: kbarrett, lfoltan
Mon, 04 Jun 2018 10:27:48 -0700 Merge
amenkov [Mon, 04 Jun 2018 10:27:48 -0700] rev 50386
Merge
Mon, 04 Jun 2018 10:25:44 -0700 8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
amenkov [Mon, 04 Jun 2018 10:25:44 -0700] rev 50385
8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled Reviewed-by: sspitsyn, cjplummer
Mon, 04 Jun 2018 10:12:40 -0700 8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
bsrbnd [Mon, 04 Jun 2018 10:12:40 -0700] rev 50384
8189335: javac exception when referencing private inner class with same name as normal class with dollar_1 Reviewed-by: vromero
Mon, 04 Jun 2018 12:14:22 -0500 8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
gziemski [Mon, 04 Jun 2018 12:14:22 -0500] rev 50383
8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF Summary: Added missing ATTRIBUTE_PRINTF Reviewed-by: kbarrett, hseigel
Mon, 04 Jun 2018 08:56:41 -0700 8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java
ccheung [Mon, 04 Jun 2018 08:56:41 -0700] rev 50382
8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java Reviewed-by: jiangli
Mon, 04 Jun 2018 11:49:12 -0400 Merge
coleenp [Mon, 04 Jun 2018 11:49:12 -0400] rev 50381
Merge
Mon, 04 Jun 2018 10:18:43 -0400 8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
coleenp [Mon, 04 Jun 2018 10:18:43 -0400] rev 50380
8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files Summary: Moved macroAssembler.inline.hpp out of header file and distributed to .cpp files that included them: ie. c1_MacroAssembler.hpp and interp_masm.hpp. Also freeList.inline.hpp and allocation.inline.hpp. Reviewed-by: jiangli, kvn
Mon, 04 Jun 2018 11:32:00 -0400 8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior
lfoltan [Mon, 04 Jun 2018 11:32:00 -0400] rev 50379
8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior Summary: Additional of circular nested dynamic constant test. Reviewed-by: acorn, psandoz
Mon, 04 Jun 2018 11:07:04 -0400 8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader
lfoltan [Mon, 04 Jun 2018 11:07:04 -0400] rev 50378
8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader Summary: Check that the unnamed module for a given ClassLoader is an instance of java.lang.Module. Reviewed-by: alanb, acorn, coleenp, dholmes, hseigel
Mon, 04 Jun 2018 11:19:54 +0200 8203924: Zero: bootcycle-images build fails on x86_64
sgehwolf [Mon, 04 Jun 2018 11:19:54 +0200] rev 50377
8203924: Zero: bootcycle-images build fails on x86_64 Summary: Use big java settings for jdk.compiler's annotation processing. Reviewed-by: dholmes, erikj
Mon, 04 Jun 2018 12:29:48 +0200 8204277: [testbug] fix DisassembleCodeBlobTest.
goetz [Mon, 04 Jun 2018 12:29:48 +0200] rev 50376
8204277: [testbug] fix DisassembleCodeBlobTest. Reviewed-by: thartmann
Mon, 04 Jun 2018 12:59:51 +0200 8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
eosterlund [Mon, 04 Jun 2018 12:59:51 +0200] rev 50375
8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime Reviewed-by: rkennke, tschatzl
Mon, 04 Jun 2018 12:54:13 +0200 8198378: javac crash when checking imports and a broken class is present
jlahoda [Mon, 04 Jun 2018 12:54:13 +0200] rev 50374
8198378: javac crash when checking imports and a broken class is present Summary: Properly handling bad classfile while processing imports. Reviewed-by: vromero
Mon, 04 Jun 2018 12:51:24 +0200 8203921: JFR thread sampling is missing fixes from JDK-8194552
mgronlun [Mon, 04 Jun 2018 12:51:24 +0200] rev 50373
8203921: JFR thread sampling is missing fixes from JDK-8194552 Reviewed-by: egahlin
Mon, 04 Jun 2018 07:12:26 +0200 8204164: OOM-only logging in Metaspace
stuefe [Mon, 04 Jun 2018 07:12:26 +0200] rev 50372
8204164: OOM-only logging in Metaspace Reviewed-by: gziemski, coleenp
Sun, 03 Jun 2018 14:21:56 -0700 8204134: jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe"
gromero [Sun, 03 Jun 2018 14:21:56 -0700] rev 50371
8204134: jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe" Reviewed-by: kvn, iignatyev
Sun, 03 Jun 2018 19:21:18 +0530 8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
pmuthuswamy [Sun, 03 Jun 2018 19:21:18 +0530] rev 50370
8202627: javadoc generates broken links to deprecated items when -nodeprecated is used Reviewed-by: ksrini
Sun, 03 Jun 2018 09:19:48 +0200 8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
gromero [Sun, 03 Jun 2018 09:19:48 +0200] rev 50369
8204136: jtreg: Fix failing RTM test RTMSpinLoopCount Reviewed-by: iignatyev, goetz
Sun, 03 Jun 2018 12:04:52 +0530 8199268: docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html contain low contrast text
pmuthuswamy [Sun, 03 Jun 2018 12:04:52 +0530] rev 50368
8199268: docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html contain low contrast text Reviewed-by: jjg
Fri, 01 Jun 2018 17:45:10 -0700 8199388: Test development for ChaCha20 and Poly1305 algorithms
jjiang [Fri, 01 Jun 2018 17:45:10 -0700] rev 50367
8199388: Test development for ChaCha20 and Poly1305 algorithms Summary: Add test for ChaCha20KeyGenerator Reviewed-by: mullan
Fri, 01 Jun 2018 15:48:55 -0700 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev [Fri, 01 Jun 2018 15:48:55 -0700] rev 50366
8202812: [TESTBUG] Open source VM testbase compiler tests Reviewed-by: kvn, mseledtsov
Fri, 01 Jun 2018 15:24:41 -0700 8204250: Problem list pkcs11 tests on windows
rhalade [Fri, 01 Jun 2018 15:24:41 -0700] rev 50365
8204250: Problem list pkcs11 tests on windows Reviewed-by: wetmore
Fri, 01 Jun 2018 19:46:31 +0000 8203182: Release session if initialization of SunPKCS11 Signature fails
mbalao [Fri, 01 Jun 2018 19:46:31 +0000] rev 50364
8203182: Release session if initialization of SunPKCS11 Signature fails Summary: Ensure session is properly released in P11Signature class Reviewed-by: valeriep
Fri, 01 Jun 2018 09:38:08 -0700 Merge
prr [Fri, 01 Jun 2018 09:38:08 -0700] rev 50363
Merge
Fri, 01 Jun 2018 09:18:22 -0700 Merge
prr [Fri, 01 Jun 2018 09:18:22 -0700] rev 50362
Merge
Fri, 01 Jun 2018 09:16:36 -0700 8200052: libjavajpeg: Fix compile warning in jchuff.c
prr [Fri, 01 Jun 2018 09:16:36 -0700] rev 50361
8200052: libjavajpeg: Fix compile warning in jchuff.c Reviewed-by: prr Contributed-by: adam.farley@uk.ibm.com, thomas.stuefe@sap.com
Wed, 30 May 2018 15:01:36 +0200 8204085: avoid printing uninitialized pointer in java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp
mbaesken [Wed, 30 May 2018 15:01:36 +0200] rev 50360
8204085: avoid printing uninitialized pointer in java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp Reviewed-by: clanger, prr, serb, stuefe
Thu, 31 May 2018 13:04:30 -0700 Merge
prr [Thu, 31 May 2018 13:04:30 -0700] rev 50359
Merge
Thu, 31 May 2018 09:52:32 -0700 8199150: Accessibility issues in java.desktop
serb [Thu, 31 May 2018 09:52:32 -0700] rev 50358
8199150: Accessibility issues in java.desktop 8150156: Update bugs.sun.com references to bugs.java.com Reviewed-by: prr
Thu, 31 May 2018 09:24:27 -0700 8202051: Address compilation warnings in libawt with VS2017
serb [Thu, 31 May 2018 09:24:27 -0700] rev 50357
8202051: Address compilation warnings in libawt with VS2017 Reviewed-by: prr
Thu, 31 May 2018 16:50:10 +0530 8199723: Test java/awt/TextComponent/DeselectionDuringDoSelectionNonVisibleTest/DeselectionDuringDoSelectionNonVisibleTest.java fails
sveerabhadra [Thu, 31 May 2018 16:50:10 +0530] rev 50356
8199723: Test java/awt/TextComponent/DeselectionDuringDoSelectionNonVisibleTest/DeselectionDuringDoSelectionNonVisibleTest.java fails Reviewed-by: serb
Wed, 30 May 2018 22:03:12 -0700 8195624: Desktop API cannot be used without permission to read "os.version"
serb [Wed, 30 May 2018 22:03:12 -0700] rev 50355
8195624: Desktop API cannot be used without permission to read "os.version" Reviewed-by: prr
Wed, 30 May 2018 21:30:05 -0700 8203380: Missing platform and bug information for MouseModifiersInKeyEvent test
serb [Wed, 30 May 2018 21:30:05 -0700] rev 50354
8203380: Missing platform and bug information for MouseModifiersInKeyEvent test Reviewed-by: prr
Wed, 30 May 2018 15:19:55 -0700 8204122: Update harfbuzz.md
prr [Wed, 30 May 2018 15:19:55 -0700] rev 50353
8204122: Update harfbuzz.md Reviewed-by: srl
Wed, 30 May 2018 12:20:00 -0700 8199530: Upgrade to harfbuzz 1.7.6
prr [Wed, 30 May 2018 12:20:00 -0700] rev 50352
8199530: Upgrade to harfbuzz 1.7.6 Reviewed-by: srl, serb
Wed, 30 May 2018 08:10:41 -0700 8196373: Introspector does not see overridden generic setter method
serb [Wed, 30 May 2018 08:10:41 -0700] rev 50351
8196373: Introspector does not see overridden generic setter method Reviewed-by: malenkov
Wed, 30 May 2018 08:19:59 +0200 8201429: Support AIX Input Method Editor (IME) for AWT Input Method Framework (IMF)
clanger [Wed, 30 May 2018 08:19:59 +0200] rev 50350
8201429: Support AIX Input Method Editor (IME) for AWT Input Method Framework (IMF) Reviewed-by: prr Contributed-by: takiguc@linux.vnet.ibm.com, christoph.langer@sap.com
Tue, 29 May 2018 11:22:21 -0700 8201279: javax.sound tests should not set java.home system property
serb [Tue, 29 May 2018 11:22:21 -0700] rev 50349
8201279: javax.sound tests should not set java.home system property Reviewed-by: prr, rriggs
Fri, 25 May 2018 16:23:17 -0700 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
prr [Fri, 25 May 2018 16:23:17 -0700] rev 50348
8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources Reviewed-by: serb, erikj
Fri, 25 May 2018 12:12:24 -0700 Merge
prr [Fri, 25 May 2018 12:12:24 -0700] rev 50347
Merge
Fri, 25 May 2018 11:35:31 +0300 8203485: [freetype] text rotated on 180 degrees is too narrow
bae [Fri, 25 May 2018 11:35:31 +0300] rev 50346
8203485: [freetype] text rotated on 180 degrees is too narrow Reviewed-by: prr, serb
Wed, 23 May 2018 23:02:02 -0700 8203498: The specification for java.applet package should be updated
serb [Wed, 23 May 2018 23:02:02 -0700] rev 50345
8203498: The specification for java.applet package should be updated Reviewed-by: prr
Tue, 22 May 2018 17:33:31 -0700 8203027: Open source tests for "java.awt.geom"
serb [Tue, 22 May 2018 17:33:31 -0700] rev 50344
8203027: Open source tests for "java.awt.geom" Reviewed-by: prr, jdv
Thu, 17 May 2018 14:41:23 -0700 8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
serb [Thu, 17 May 2018 14:41:23 -0700] rev 50343
8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0) Reviewed-by: dmarkov
Thu, 17 May 2018 11:40:55 +0530 5109146: PNGMetadata Background color initialization from standard metadata is incomplete
jdv [Thu, 17 May 2018 11:40:55 +0530] rev 50342
5109146: PNGMetadata Background color initialization from standard metadata is incomplete Reviewed-by: prr, kaddepalli
Wed, 16 May 2018 16:46:51 -0700 8194327: [macos] AWT windows have incorrect main/key window behaviors
serb [Wed, 16 May 2018 16:46:51 -0700] rev 50341
8194327: [macos] AWT windows have incorrect main/key window behaviors Reviewed-by: serb, erikj Contributed-by: Alan Snyder <fishgarage@cbfiddle.com>
Fri, 01 Jun 2018 12:28:19 -0400 8190417: javadoc updates to java.util.regex.Matcher
lancea [Fri, 01 Jun 2018 12:28:19 -0400] rev 50340
8190417: javadoc updates to java.util.regex.Matcher Reviewed-by: lancea, alanb, dholmes Contributed-by: Michal Vala <mvala@redhat.com>
Mon, 21 May 2018 13:23:55 -0400 8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
gromero [Mon, 21 May 2018 13:23:55 -0400] rev 50339
8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9" Reviewed-by: mdoerr, goetz
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip