Tue, 19 Jun 2018 09:43:53 +0200 8204965: Fix '--disable-cds' and disable CDS on AIX by default
simonis [Tue, 19 Jun 2018 09:43:53 +0200] rev 50625
8204965: Fix '--disable-cds' and disable CDS on AIX by default Reviewed-by: erikj, jiangli, stuefe, dholmes
Tue, 19 Jun 2018 09:34:39 +0200 8205043: Make parallel reference processing default for G1
tschatzl [Tue, 19 Jun 2018 09:34:39 +0200] rev 50624
8205043: Make parallel reference processing default for G1 Reviewed-by: kbarrett, sjohanss
Tue, 19 Jun 2018 09:08:39 +0200 8203197: C2: consider all paths in loop body for loop predication
roland [Tue, 19 Jun 2018 09:08:39 +0200] rev 50623
8203197: C2: consider all paths in loop body for loop predication Reviewed-by: kvn, neliasso
Tue, 19 Jun 2018 08:44:31 +0200 8205163: ZGC: Keeps finalizable marked PhantomReference referents strongly alive
stefank [Tue, 19 Jun 2018 08:44:31 +0200] rev 50622
8205163: ZGC: Keeps finalizable marked PhantomReference referents strongly alive Reviewed-by: pliden, kbarrett
Thu, 07 Jun 2018 10:11:36 +0200 8204538: Split ScanClosure and ScanClosureWithParBarrier
stefank [Thu, 07 Jun 2018 10:11:36 +0200] rev 50621
8204538: Split ScanClosure and ScanClosureWithParBarrier Reviewed-by: eosterlund, tschatzl, kbarrett
Mon, 18 Jun 2018 18:49:34 -0700 8198669: Refactor annotation array value parsing to reduce duplication
cushon [Mon, 18 Jun 2018 18:49:34 -0700] rev 50620
8198669: Refactor annotation array value parsing to reduce duplication Reviewed-by: psandoz, darcy
Tue, 19 Jun 2018 09:45:54 +0530 8205148: Turn off logging in jQuery-migrate
pmuthuswamy [Tue, 19 Jun 2018 09:45:54 +0530] rev 50619
8205148: Turn off logging in jQuery-migrate Reviewed-by: sundar
Mon, 18 Jun 2018 16:58:16 -0700 8202559: Tests which start VM using JNI start failing after compile upgrade to VC 2017
iignatyev [Mon, 18 Jun 2018 16:58:16 -0700] rev 50618
8202559: Tests which start VM using JNI start failing after compile upgrade to VC 2017 Reviewed-by: erikj
Mon, 18 Jun 2018 22:43:38 -0400 8203479: JFR enabled ARM32 build assertion failure
bulasevich [Mon, 18 Jun 2018 22:43:38 -0400] rev 50617
8203479: JFR enabled ARM32 build assertion failure Reviewed-by: dholmes
Mon, 18 Jun 2018 20:50:23 -0400 8204961: JVMTI jtreg tests build warnings on 32-bit platforms
bulasevich [Mon, 18 Jun 2018 20:50:23 -0400] rev 50616
8204961: JVMTI jtreg tests build warnings on 32-bit platforms Reviewed-by: sspitsyn, dholmes
Mon, 18 Jun 2018 20:43:42 -0400 8205054: Could not find "lsof" on test machine
lkorinth [Mon, 18 Jun 2018 20:43:42 -0400] rev 50615
8205054: Could not find "lsof" on test machine Reviewed-by: dholmes, mikael, goetz
Tue, 19 Jun 2018 08:06:35 +0800 8177334: Update xmldsig implementation to Apache Santuario 2.1.1
weijun [Tue, 19 Jun 2018 08:06:35 +0800] rev 50614
8177334: Update xmldsig implementation to Apache Santuario 2.1.1 Reviewed-by: mullan
Mon, 18 Jun 2018 15:24:48 -0700 8205181: ProblemList applications/ctw/modules/java_desktop_2.java
kvn [Mon, 18 Jun 2018 15:24:48 -0700] rev 50613
8205181: ProblemList applications/ctw/modules/java_desktop_2.java Reviewed-by: iignatyev
Mon, 18 Jun 2018 13:52:30 -0700 8204330: Javadoc IllegalArgumentException: HTML special chars in constant value
jjg [Mon, 18 Jun 2018 13:52:30 -0700] rev 50612
8204330: Javadoc IllegalArgumentException: HTML special chars in constant value Reviewed-by: ksrini
Mon, 18 Jun 2018 13:40:16 -0700 8149565: -locale option issues
jjg [Mon, 18 Jun 2018 13:40:16 -0700] rev 50611
8149565: -locale option issues Reviewed-by: hannesw
Mon, 18 Jun 2018 10:13:58 -0700 8170159: Improve the performance of BitSet traversal
psandoz [Mon, 18 Jun 2018 10:13:58 -0700] rev 50610
8170159: Improve the performance of BitSet traversal Reviewed-by: martin
Mon, 18 Jun 2018 09:48:22 -0700 8204231: Update Graal
dlong [Mon, 18 Jun 2018 09:48:22 -0700] rev 50609
8204231: Update Graal Reviewed-by: kvn
Mon, 18 Jun 2018 16:13:21 +0200 8204857: ConcurrentHashTable: Fix parallel processing
rehn [Mon, 18 Jun 2018 16:13:21 +0200] rev 50608
8204857: ConcurrentHashTable: Fix parallel processing Reviewed-by: coleenp, gziemski
Mon, 18 Jun 2018 14:36:50 +0200 8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared
mbaesken [Mon, 18 Jun 2018 14:36:50 +0200] rev 50607
8205091: AIX: build errors in hotspot after 8203641: Refactor String Deduplication into shared Reviewed-by: simonis, stuefe, dholmes
Mon, 18 Jun 2018 12:11:59 +0200 8043575: Dynamically parallelize reference processing work
tschatzl [Mon, 18 Jun 2018 12:11:59 +0200] rev 50606
8043575: Dynamically parallelize reference processing work Summary: In G1 automatically set the number of parallel Reference processing threads Reviewed-by: sangheki, kbarrett Contributed-by: sangheon.kim@oracle.com, thomas.schatzl@oracle.com
Tue, 29 May 2018 09:26:00 +0200 8202845: Refactor reference processing for improved parallelism
tschatzl [Tue, 29 May 2018 09:26:00 +0200] rev 50605
8202845: Refactor reference processing for improved parallelism Summary: Fold reference processing's nine phases into four to decrease startup and termination time of this phase. Reviewed-by: kbarrett, sjohanss
Mon, 18 Jun 2018 08:07:15 +0530 8196988: Resolve disabled warnings for libjimage
sdama [Mon, 18 Jun 2018 08:07:15 +0530] rev 50604
8196988: Resolve disabled warnings for libjimage Summary: Fixed warnings related to implicit-fallthrough gcc option Reviewed-by: psandoz, mchung
Fri, 15 Jun 2018 17:34:01 -0700 8199871: Deprecate pack200 and unpack200 tools
henryjen [Fri, 15 Jun 2018 17:34:01 -0700] rev 50603
8199871: Deprecate pack200 and unpack200 tools Reviewed-by: mchung, psandoz, abuckley
Sat, 16 Jun 2018 10:10:54 +0100 8199433: (se) select(Consumer<SelectionKey> action) as alternative to selected-key set
alanb [Sat, 16 Jun 2018 10:10:54 +0100] rev 50602
8199433: (se) select(Consumer<SelectionKey> action) as alternative to selected-key set Reviewed-by: bpb
Fri, 15 Jun 2018 12:25:53 +0200 8204943: Improve message of ArrayStoreException.
goetz [Fri, 15 Jun 2018 12:25:53 +0200] rev 50601
8204943: Improve message of ArrayStoreException. Reviewed-by: lfoltan, hseigel
Sat, 16 Jun 2018 07:05:09 +0200 8204958: Minor cleanups for the diagnostic framework
stuefe [Sat, 16 Jun 2018 07:05:09 +0200] rev 50600
8204958: Minor cleanups for the diagnostic framework Reviewed-by: sspitsyn, coleenp, cjplummer
Fri, 15 Jun 2018 16:53:58 -0400 8204939: Change Access nomenclature: root to native
kbarrett [Fri, 15 Jun 2018 16:53:58 -0400] rev 50599
8204939: Change Access nomenclature: root to native Summary: Rename RootAccess => NativeAccess, IN_ROOT => IN_NATIVE, and related cleanups. Reviewed-by: pliden, stefank, coleenp
Fri, 15 Jun 2018 13:08:32 -0700 8205116: jdeps --system $java.home fails with IAE
mchung [Fri, 15 Jun 2018 13:08:32 -0700] rev 50598
8205116: jdeps --system $java.home fails with IAE Reviewed-by: alanb, lancea
Fri, 15 Jun 2018 12:48:19 -0700 8205062: (fs) Improve some print diagnostics in java/nio/file/Files/CopyAndMove.java
bpb [Fri, 15 Jun 2018 12:48:19 -0700] rev 50597
8205062: (fs) Improve some print diagnostics in java/nio/file/Files/CopyAndMove.java Reviewed-by: alanb
Thu, 14 Jun 2018 23:09:11 -0700 8202216: Add Buffer mismatch methods
vtheeyarath [Thu, 14 Jun 2018 23:09:11 -0700] rev 50596
8202216: Add Buffer mismatch methods Reviewed-by: plevart, psandoz
Fri, 15 Jun 2018 11:44:49 -0700 8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java
mchung [Fri, 15 Jun 2018 11:44:49 -0700] rev 50595
8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java Reviewed-by: alanb, lancea, kcr
Fri, 15 Jun 2018 11:44:20 -0700 8200121: Remove unused qualified exports in java.base
mchung [Fri, 15 Jun 2018 11:44:20 -0700] rev 50594
8200121: Remove unused qualified exports in java.base Reviewed-by: alanb, lancea
Fri, 15 Jun 2018 11:15:32 -0700 8203667: Platform specific include files in jdk image in wrong sub directory
erikj [Fri, 15 Jun 2018 11:15:32 -0700] rev 50593
8203667: Platform specific include files in jdk image in wrong sub directory Reviewed-by: mchung, tbell
Fri, 15 Jun 2018 19:24:15 +0100 8203838: javac performance regression in 11+11
mcimadamore [Fri, 15 Jun 2018 19:24:15 +0100] rev 50592
8203838: javac performance regression in 11+11 Summary: Share method check exception Reviewed-by: vromero
Thu, 14 Jun 2018 17:32:31 -0700 7183985: (ann) Class.getAnnotation() throws an ArrayStoreException when the annotation class not present
cushon [Thu, 14 Jun 2018 17:32:31 -0700] rev 50591
7183985: (ann) Class.getAnnotation() throws an ArrayStoreException when the annotation class not present Reviewed-by: darcy, martin, vromero
Fri, 15 Jun 2018 09:53:28 -0700 8204973: Add build support for filtering translations
erikj [Fri, 15 Jun 2018 09:53:28 -0700] rev 50590
8204973: Add build support for filtering translations Reviewed-by: ihse, naoto, dfuchs
Fri, 15 Jun 2018 09:16:48 -0700 8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected
kvn [Fri, 15 Jun 2018 09:16:48 -0700] rev 50589
8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected Summary: exit VM with Error when JVMCI does not support seected GC. Reviewed-by: iveresov, thartmann
Fri, 15 Jun 2018 08:28:08 -0700 8202948: C2: assert(init_offset >= 0) failed: positive offset from object start
kvn [Fri, 15 Jun 2018 08:28:08 -0700] rev 50588
8202948: C2: assert(init_offset >= 0) failed: positive offset from object start Summary: convert the assert into compilation check which will skip superword optimization Reviewed-by: roland, thartmann
Fri, 15 Jun 2018 16:44:41 +0200 8205025: [AOT] make jdk.aot module upgradeable
dnsimon [Fri, 15 Jun 2018 16:44:41 +0200] rev 50587
8205025: [AOT] make jdk.aot module upgradeable Reviewed-by: alanb, kvn, mchung
Fri, 15 Jun 2018 15:07:45 +0200 8200867: Remove references to "jdk 9" in build system
ihse [Fri, 15 Jun 2018 15:07:45 +0200] rev 50586
8200867: Remove references to "jdk 9" in build system Reviewed-by: redestad, tbell, erikj
Fri, 15 Jun 2018 13:31:50 +0200 8205050: ZGC: Incorrect use of RootAccess in ZHeapIterator
pliden [Fri, 15 Jun 2018 13:31:50 +0200] rev 50585
8205050: ZGC: Incorrect use of RootAccess in ZHeapIterator Reviewed-by: stefank, eosterlund
Fri, 15 Jun 2018 13:31:43 +0200 8205028: ZGC: Remove incorrect comment in ZHeap::object_iterate()
pliden [Fri, 15 Jun 2018 13:31:43 +0200] rev 50584
8205028: ZGC: Remove incorrect comment in ZHeap::object_iterate() Reviewed-by: stefank, eosterlund
Fri, 15 Jun 2018 13:31:36 +0200 8205024: ZGC: Worker threads boost mode not always enabled when is should be
pliden [Fri, 15 Jun 2018 13:31:36 +0200] rev 50583
8205024: ZGC: Worker threads boost mode not always enabled when is should be Reviewed-by: stefank, eosterlund
Fri, 15 Jun 2018 13:31:27 +0200 8205022: ZGC: SoftReferences not always cleared before throwing OOME
pliden [Fri, 15 Jun 2018 13:31:27 +0200] rev 50582
8205022: ZGC: SoftReferences not always cleared before throwing OOME Reviewed-by: stefank, eosterlund
Fri, 15 Jun 2018 13:31:20 +0200 8205020: ZGC: Apply workaround for buggy sem_post() in glibc < 2.21
pliden [Fri, 15 Jun 2018 13:31:20 +0200] rev 50581
8205020: ZGC: Apply workaround for buggy sem_post() in glibc < 2.21 Reviewed-by: stefank, eosterlund
Thu, 14 Jun 2018 14:32:03 +0200 8204654: [testbug] Fix pattern matching in jstat tests.
goetz [Thu, 14 Jun 2018 14:32:03 +0200] rev 50580
8204654: [testbug] Fix pattern matching in jstat tests. Reviewed-by: clanger, stuefe
Fri, 15 Jun 2018 02:31:37 -0700 8205096: Add missing files for 8203394
jcbeyler [Fri, 15 Jun 2018 02:31:37 -0700] rev 50579
8205096: Add missing files for 8203394 Summary: Add files missed in the push for Low-Overhead Heap Profiling Reviewed-by: dholmes, tschatzl, rehn, simonis, ehelin
Fri, 15 Jun 2018 00:49:54 -0700 8203394: Implementation of JEP 331: Low-Overhead Heap Profiling
jcbeyler [Fri, 15 Jun 2018 00:49:54 -0700] rev 50578
8203394: Implementation of JEP 331: Low-Overhead Heap Profiling Summary: Implement Low-Overhead Heap Profiling Reviewed-by: eosterlund, gthornbr, rehn, sspitsyn, tschatzl
Mon, 11 Jun 2018 15:28:24 +0200 8204240: Extend MDO to allow more reasons to be recorded per bci
roland [Mon, 11 Jun 2018 15:28:24 +0200] rev 50577
8204240: Extend MDO to allow more reasons to be recorded per bci Reviewed-by: kvn, neliasso
Fri, 15 Jun 2018 11:58:34 +0530 8202537: CLDR33
rgoel [Fri, 15 Jun 2018 11:58:34 +0530] rev 50576
8202537: CLDR33 Summary: upgraded CLDR data to V33. Reviewed-by: naoto
Fri, 15 Jun 2018 10:48:56 +0530 8204666: javadoc should be updated to use jQuery 3.3.1
pmuthuswamy [Fri, 15 Jun 2018 10:48:56 +0530] rev 50575
8204666: javadoc should be updated to use jQuery 3.3.1 Reviewed-by: sundar
Thu, 14 Jun 2018 09:59:21 -0400 8203641: Refactor String Deduplication into shared
zgu [Thu, 14 Jun 2018 09:59:21 -0400] rev 50574
8203641: Refactor String Deduplication into shared Summary: Allows string deduplication to be shared among different collectors Reviewed-by: tschatzl, rkennke
Thu, 14 Jun 2018 15:27:49 -0700 8205074: [Graal] Add rest of compiler/stable tests into ProblemList-graal.txt
epavlova [Thu, 14 Jun 2018 15:27:49 -0700] rev 50573
8205074: [Graal] Add rest of compiler/stable tests into ProblemList-graal.txt Reviewed-by: kvn
Thu, 14 Jun 2018 21:49:46 +0200 8203343: VM.{metaspace|classloaders|classhierarchy...} jcmd should show invocation targets for Generated{Method|Constructor}AccessorImpl classes
stuefe [Thu, 14 Jun 2018 21:49:46 +0200] rev 50572
8203343: VM.{metaspace|classloaders|classhierarchy...} jcmd should show invocation targets for Generated{Method|Constructor}AccessorImpl classes Reviewed-by: coleenp, sspitsyn, dholmes
Wed, 13 Jun 2018 16:32:02 -0700 8203491: [TESTBUG] Port heapdump tests into java
lmesnik [Wed, 13 Jun 2018 16:32:02 -0700] rev 50571
8203491: [TESTBUG] Port heapdump tests into java Reviewed-by: coleenp, jgeorge
Thu, 14 Jun 2018 09:31:59 -0700 8205003: Replace selected link tags with linkplain in java.lang.Class
darcy [Thu, 14 Jun 2018 09:31:59 -0700] rev 50570
8205003: Replace selected link tags with linkplain in java.lang.Class Reviewed-by: bpb, mchung, lancea
Thu, 14 Jun 2018 10:33:54 -0400 8204620: ModuleEntry::is_non_jdk_module() determination for what is a jdk module is incorrect
hseigel [Thu, 14 Jun 2018 10:33:54 -0400] rev 50569
8204620: ModuleEntry::is_non_jdk_module() determination for what is a jdk module is incorrect Summary: Check module's loader and compare version with java.base's version to improve algorithm Reviewed-by: lfoltan, mchung
Thu, 14 Jun 2018 05:50:21 -0700 8203813: javac accepts an illegal name as a receiver parameter name
bsrbnd [Thu, 14 Jun 2018 05:50:21 -0700] rev 50568
8203813: javac accepts an illegal name as a receiver parameter name Reviewed-by: vromero
Thu, 14 Jun 2018 09:38:31 -0300 8204172: Predicate::not should explicitly mention "NullPointerException - if target is null"
jlaskey [Thu, 14 Jun 2018 09:38:31 -0300] rev 50567
8204172: Predicate::not should explicitly mention "NullPointerException - if target is null" Reviewed-by: sundar, psandoz, dfuchs
Thu, 14 Jun 2018 13:16:21 +0200 8196618: Create API to list supported values for javac --release option
jlahoda [Thu, 14 Jun 2018 13:16:21 +0200] rev 50566
8196618: Create API to list supported values for javac --release option 8194308: jdeprscan will need updates to deal with the removal of the Java EE modules Summary: Generalizing tests to run over all supported --release keys; fixing jdeprscan to work with --release 11. Reviewed-by: smarks, vromero
Thu, 14 Jun 2018 13:07:33 +0200 8204169: Humongous continues region remembered set states do not match the one from the corresponding humongous start region
tschatzl [Thu, 14 Jun 2018 13:07:33 +0200] rev 50565
8204169: Humongous continues region remembered set states do not match the one from the corresponding humongous start region Summary: Make sure and verify that the remembered set state of humongous continues regions matches the one from the corresponding humongous start region. Reviewed-by: kbarrett, sjohanss
Thu, 14 Jun 2018 11:13:39 +0100 8178150: Regression in logic for handling inference stuck constraints
mcimadamore [Thu, 14 Jun 2018 11:13:39 +0100] rev 50564
8178150: Regression in logic for handling inference stuck constraints Summary: Fix broken logic for input/output inference variable dependency Reviewed-by: vromero, bsrbnd
Thu, 14 Jun 2018 11:13:30 +0200 8202740: runtime/8176717/TestInheritFD.java fails with java.lang.RuntimeException: could not match: VM RESULT => RETAINS FD
lkorinth [Thu, 14 Jun 2018 11:13:30 +0200] rev 50563
8202740: runtime/8176717/TestInheritFD.java fails with java.lang.RuntimeException: could not match: VM RESULT => RETAINS FD Reviewed-by: rehn, dholmes
Thu, 14 Jun 2018 11:46:53 +0200 8204664: PrepareFailureLogs should be done after sequential make targets
ihse [Thu, 14 Jun 2018 11:46:53 +0200] rev 50562
8204664: PrepareFailureLogs should be done after sequential make targets Reviewed-by: erikj
Thu, 14 Jun 2018 11:22:04 +0200 8205034: [BACKOUT] Induction variable of over-unrolled loop conflicts with range checks
thartmann [Thu, 14 Jun 2018 11:22:04 +0200] rev 50561
8205034: [BACKOUT] Induction variable of over-unrolled loop conflicts with range checks Summary: Backout fix for JDK-8203915 because it causes SIGILL failures. Reviewed-by: shade
Thu, 14 Jun 2018 16:56:58 +0900 8204531: Remove unused chars following '\0'
ysuenaga [Thu, 14 Jun 2018 16:56:58 +0900] rev 50560
8204531: Remove unused chars following '\0' Reviewed-by: dholmes, stuefe
Thu, 14 Jun 2018 00:07:10 -0700 8204978: [Graal] Disable Epsilon GC tests from running with Graal
epavlova [Thu, 14 Jun 2018 00:07:10 -0700] rev 50559
8204978: [Graal] Disable Epsilon GC tests from running with Graal Reviewed-by: kvn
Thu, 14 Jun 2018 09:04:55 +0200 8203915: Induction variable of over-unrolled loop conflicts with range checks
thartmann [Thu, 14 Jun 2018 09:04:55 +0200] rev 50558
8203915: Induction variable of over-unrolled loop conflicts with range checks Summary: Update skeleton predicates before main loop during unrolling to remove dead code. Reviewed-by: kvn, roland
Thu, 14 Jun 2018 02:01:31 -0400 8204668: Cleanup management of the java.vm.info System property
dholmes [Thu, 14 Jun 2018 02:01:31 -0400] rev 50557
8204668: Cleanup management of the java.vm.info System property Reviewed-by: rehn, cjplummer
Thu, 14 Jun 2018 07:26:27 +0200 8204613: StringTable: Calculates wrong number of uncleaned items.
rehn [Thu, 14 Jun 2018 07:26:27 +0200] rev 50556
8204613: StringTable: Calculates wrong number of uncleaned items. Reviewed-by: pliden, coleenp
Thu, 14 Jun 2018 09:48:04 +0800 8204944: Remove java/util/Map/InPlaceOpsCollisions.java from ProblemList
amlu [Thu, 14 Jun 2018 09:48:04 +0800] rev 50555
8204944: Remove java/util/Map/InPlaceOpsCollisions.java from ProblemList Reviewed-by: psandoz
Thu, 14 Jun 2018 02:49:19 +0200 Added tag jdk-11+18 for changeset e1b3def12624
jwilhelm [Thu, 14 Jun 2018 02:49:19 +0200] rev 50554
Added tag jdk-11+18 for changeset e1b3def12624
Wed, 13 Jun 2018 13:12:50 -0700 8204915: (fs) Add some print diagnostics to java/nio/file/Files/CopyAndMove.java
bpb [Wed, 13 Jun 2018 13:12:50 -0700] rev 50553
8204915: (fs) Add some print diagnostics to java/nio/file/Files/CopyAndMove.java Reviewed-by: bchristi
Wed, 13 Jun 2018 12:50:45 -0700 8201276: (fs) Add methods to Files for reading/writing a string from/to a file
joehw [Wed, 13 Jun 2018 12:50:45 -0700] rev 50552
8201276: (fs) Add methods to Files for reading/writing a string from/to a file Reviewed-by: rriggs, smarks, sherman, forax, alanb, mli
Wed, 13 Jun 2018 10:36:13 -0700 8203809: [Graal] JDI tests fail with: JDITestRuntimeException : ** event IS NOT a breakpoint **
dtitov [Wed, 13 Jun 2018 10:36:13 -0700] rev 50551
8203809: [Graal] JDI tests fail with: JDITestRuntimeException : ** event IS NOT a breakpoint ** Reviewed-by: sspitsyn, cjplummer
Wed, 13 Jun 2018 07:53:27 +0200 8204935: [aix] TOC overflow in libjvm.so (release build)
stuefe [Wed, 13 Jun 2018 07:53:27 +0200] rev 50550
8204935: [aix] TOC overflow in libjvm.so (release build) Reviewed-by: goetz, mbaesken, ihse
Wed, 13 Jun 2018 20:11:18 +0200 8204663: clean up remaining native parts after JDK-8187631
stuefe [Wed, 13 Jun 2018 20:11:18 +0200] rev 50549
8204663: clean up remaining native parts after JDK-8187631 Reviewed-by: rriggs, psandoz
Wed, 13 Jun 2018 13:48:39 -0400 Merge
bobv [Wed, 13 Jun 2018 13:48:39 -0400] rev 50548
Merge
Wed, 13 Jun 2018 13:44:56 -0400 Merge
bobv [Wed, 13 Jun 2018 13:44:56 -0400] rev 50547
Merge
Tue, 12 Jun 2018 18:53:38 -0400 Merge
bobv [Tue, 12 Jun 2018 18:53:38 -0400] rev 50546
Merge
Tue, 12 Jun 2018 18:51:45 -0400 8203357: Container Metrics
bobv [Tue, 12 Jun 2018 18:51:45 -0400] rev 50545
8203357: Container Metrics Reviewed-by: mchung, dholmes, mseledtsov, rehn
Tue, 12 Jun 2018 18:44:01 -0400 8203691: Test /runtime/containers/cgroup/PlainRead.java fails
bobv [Tue, 12 Jun 2018 18:44:01 -0400] rev 50544
8203691: Test /runtime/containers/cgroup/PlainRead.java fails Reviewed-by: dholmes, mseledtsov, rehn
Wed, 13 Jun 2018 10:47:14 -0700 8204922: Create bootcycle jib profiles
erikj [Wed, 13 Jun 2018 10:47:14 -0700] rev 50543
8204922: Create bootcycle jib profiles Reviewed-by: tbell, ihse
Tue, 12 Jun 2018 22:23:35 -0700 8204342: methods in java.time s TCKZoneRules OpenJDK test miss Test annotation
vtheeyarath [Tue, 12 Jun 2018 22:23:35 -0700] rev 50542
8204342: methods in java.time s TCKZoneRules OpenJDK test miss Test annotation Summary: Added Test annotation to test methods Reviewed-by: rriggs, naoto
Wed, 13 Jun 2018 08:44:23 -0700 8204923: Restore Symantec root verisignclass2g2ca
rhalade [Wed, 13 Jun 2018 08:44:23 -0700] rev 50541
8204923: Restore Symantec root verisignclass2g2ca Reviewed-by: mullan
Wed, 13 Jun 2018 15:08:08 +0200 8203344: Make C1 leal patchable on SPARC
eosterlund [Wed, 13 Jun 2018 15:08:08 +0200] rev 50540
8203344: Make C1 leal patchable on SPARC Reviewed-by: neliasso, thartmann
Wed, 13 Jun 2018 12:52:21 +0200 8193302: Javac AssertionError: typeSig ERROR on usage of @Generated
jlahoda [Wed, 13 Jun 2018 12:52:21 +0200] rev 50539
8193302: Javac AssertionError: typeSig ERROR on usage of @Generated Summary: Importing from an invisible package whose name is a prefix of a visible package is not allowed. Reviewed-by: vromero
Wed, 13 Jun 2018 10:34:51 +0200 8203301: Linux-sparc fails to build after JDK-8199712 (Flight Recorder)
glaubitz [Wed, 13 Jun 2018 10:34:51 +0200] rev 50538
8203301: Linux-sparc fails to build after JDK-8199712 (Flight Recorder) Reviewed-by: kvn, thartmann
Wed, 13 Jun 2018 10:15:35 +0200 8204685: Abstraction for TLAB dummy object
rkennke [Wed, 13 Jun 2018 10:15:35 +0200] rev 50537
8204685: Abstraction for TLAB dummy object Reviewed-by: tschatzl, shade
Wed, 13 Jun 2018 10:01:53 +0200 8203157: Object equals abstraction for BarrierSetAssembler
rkennke [Wed, 13 Jun 2018 10:01:53 +0200] rev 50536
8203157: Object equals abstraction for BarrierSetAssembler Reviewed-by: eosterlund, aph
Wed, 13 Jun 2018 06:35:04 +0200 8202772: NMT thread stack tracking causes crashes on AIX jdk-11+18
stuefe [Wed, 13 Jun 2018 06:35:04 +0200] rev 50535
8202772: NMT thread stack tracking causes crashes on AIX Reviewed-by: goetz, zgu
Tue, 12 Jun 2018 21:29:47 -0700 8201193: Use XMM/YMM for objects initialization
kvn [Tue, 12 Jun 2018 21:29:47 -0700] rev 50534
8201193: Use XMM/YMM for objects initialization Reviewed-by: jrose, kvn Contributed-by: rohitarulraj@gmail.com
Mon, 11 Jun 2018 14:06:50 -0700 8203679: AssertionError in DeferredAttr with parenthesized method reference
cushon [Mon, 11 Jun 2018 14:06:50 -0700] rev 50533
8203679: AssertionError in DeferredAttr with parenthesized method reference Reviewed-by: mcimadamore
Tue, 12 Jun 2018 18:12:59 -0400 8204585: Remove IN_ARCHIVE_ROOT from Access API
kbarrett [Tue, 12 Jun 2018 18:12:59 -0400] rev 50532
8204585: Remove IN_ARCHIVE_ROOT from Access API Summary: Replaced Access API with API on heap. Reviewed-by: jiangli, coleenp, tschatzl Contributed-by: stefan.karlsson@oracle.com, kim.barrett@oracle.com
Tue, 12 Jun 2018 14:08:24 -0700 8204565: (spec) Document java.{vm.}?specification.version system properties' relation to $FEATURE
bchristi [Tue, 12 Jun 2018 14:08:24 -0700] rev 50531
8204565: (spec) Document java.{vm.}?specification.version system properties' relation to $FEATURE Reviewed-by: mchung
Tue, 12 Jun 2018 13:24:37 -0700 8204243: remove Thread.destroy() and Thread.stop(Throwable)
smarks [Tue, 12 Jun 2018 13:24:37 -0700] rev 50530
8204243: remove Thread.destroy() and Thread.stop(Throwable) Reviewed-by: dholmes, alanb, sspitsyn, iris
Tue, 12 Jun 2018 11:34:48 -0700 8196141: Add GoDaddy root certificates
rhalade [Tue, 12 Jun 2018 11:34:48 -0700] rev 50529
8196141: Add GoDaddy root certificates Reviewed-by: mullan
Mon, 11 Jun 2018 15:32:43 +0100 8204680: Disassembly does not display code strings in stubs
aph [Mon, 11 Jun 2018 15:32:43 +0100] rev 50528
8204680: Disassembly does not display code strings in stubs Reviewed-by: kvn
Tue, 12 Jun 2018 13:07:47 -0400 8197930: JNI exception pending in initializeEncoding of jni_util.c
rriggs [Tue, 12 Jun 2018 13:07:47 -0400] rev 50527
8197930: JNI exception pending in initializeEncoding of jni_util.c Reviewed-by: mchung, stuefe
Tue, 12 Jun 2018 11:21:07 -0400 8204557: NMT: Linux os::committed_in_range() does not break out outer loop when contiguous region is found
zgu [Tue, 12 Jun 2018 11:21:07 -0400] rev 50526
8204557: NMT: Linux os::committed_in_range() does not break out outer loop when contiguous region is found Summary: Fixed bug that did not break out outer loop when region was found Reviewed-by: stuefe, adinn
Tue, 12 Jun 2018 17:40:28 +0200 8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
pliden [Tue, 12 Jun 2018 17:40:28 +0200] rev 50525
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental) Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke Contributed-by: per.liden@oracle.com, stefan.karlsson@oracle.com, erik.osterlund@oracle.com, mikael.gerdin@oracle.com, kim.barrett@oracle.com, nils.eliasson@oracle.com, rickard.backman@oracle.com, rwestrel@redhat.com, coleen.phillimore@oracle.com, robbin.ehn@oracle.com, gerard.ziemski@oracle.com, hugh.wilkinson@intel.com, sandhya.viswanathan@intel.com, bill.npo.wheeler@intel.com, vinay.k.awasthi@intel.com, yasuenag@gmail.com
Tue, 12 Jun 2018 07:52:30 -0700 8204113: Upgrade linker used in AOT tests to be same version as build toolchain
kvn [Tue, 12 Jun 2018 07:52:30 -0700] rev 50524
8204113: Upgrade linker used in AOT tests to be same version as build toolchain Reviewed-by: erikj, iignatyev
Tue, 12 Jun 2018 15:03:00 +0200 8204180: Implementation: JEP 318: Epsilon, A No-Op Garbage Collector
shade [Tue, 12 Jun 2018 15:03:00 +0200] rev 50523
8204180: Implementation: JEP 318: Epsilon, A No-Op Garbage Collector Summary: Introduce Epsilon GC Reviewed-by: rkennke, ihse, pliden, eosterlund, lmesnik, jgeorge, stefank
Tue, 12 Jun 2018 18:30:52 +0530 8204861: fix for 8196993 has broken the build on linux
sdama [Tue, 12 Jun 2018 18:30:52 +0530] rev 50522
8204861: fix for 8196993 has broken the build on linux Summary: undo the changes done for 8196993 Reviewed-by: stefank, shade
Tue, 12 Jun 2018 10:01:23 +0200 8204850: BarrierSet::make_* should be static
shade [Tue, 12 Jun 2018 10:01:23 +0200] rev 50521
8204850: BarrierSet::make_* should be static Reviewed-by: stuefe, tschatzl
Tue, 12 Jun 2018 11:11:59 +0000 Merge
adinn [Tue, 12 Jun 2018 11:11:59 +0000] rev 50520
Merge
Tue, 12 Jun 2018 10:27:49 +0000 8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage
aph [Tue, 12 Jun 2018 10:27:49 +0000] rev 50519
8204606: [Aarch64] SIGSEGVs caused by C1 because of improper register usage Summary: Use correct registers for pasing arguments Reviewed-by: adinn, smonteith
Tue, 12 Jun 2018 12:14:46 +0200 8204674: Inconsistent lambda parameter span
jlahoda [Tue, 12 Jun 2018 12:14:46 +0200] rev 50518
8204674: Inconsistent lambda parameter span Summary: Correcting parameter spans for lambda parameters. Reviewed-by: mcimadamore
Sun, 10 Jun 2018 20:53:10 +0100 8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at
smonteith [Sun, 10 Jun 2018 20:53:10 +0100] rev 50517
8204628: [AArch64] Assertion failure in BarrierSetAssembler::load_at Reviewed-by: aph, drwhite, eosterlund, adinn
Wed, 30 May 2018 14:46:17 +0200 8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50516
8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error Reviewed-by: stuefe, coleenp Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
Wed, 30 May 2018 14:46:17 +0200 8204476: Add additional statistics to CodeCache::print_summary
goetz [Wed, 30 May 2018 14:46:17 +0200] rev 50515
8204476: Add additional statistics to CodeCache::print_summary Reviewed-by: kvn, stuefe Contributed-by: Rene Schuenemann <rene.schuenemann@gmail.com>
Tue, 12 Jun 2018 14:16:41 +0530 8196993: Resolve disabled warnings for libunpack
sdama [Tue, 12 Jun 2018 14:16:41 +0530] rev 50514
8196993: Resolve disabled warnings for libunpack Summary: captured return values and labelled as fall through to avoid unused-result and implicit-fallthrough gcc warnings Reviewed-by: mchung
Mon, 11 Jun 2018 22:35:07 -0400 8204097: Simplify OopStorage::AllocateList block entry access
kbarrett [Mon, 11 Jun 2018 22:35:07 -0400] rev 50513
8204097: Simplify OopStorage::AllocateList block entry access Summary: Removed obsolete support for blocks being in multiple lists. Reviewed-by: coleenp, tschatzl
Tue, 12 Jun 2018 08:51:28 +0800 8201528: Add new test to check for package versioning information in OpenJDK
xyin [Tue, 12 Jun 2018 08:51:28 +0800] rev 50512
8201528: Add new test to check for package versioning information in OpenJDK Reviewed-by: mchung
Tue, 12 Jun 2018 01:31:49 +0200 8204127: Change bundle format on Windows to zip
erikj [Tue, 12 Jun 2018 01:31:49 +0200] rev 50511
8204127: Change bundle format on Windows to zip Reviewed-by: ihse
Mon, 11 Jun 2018 21:56:58 +0000 8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method
valeriep [Mon, 11 Jun 2018 21:56:58 +0000] rev 50510
8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method Summary: Updated the impl and added reg test to cover all 4 combinations of ByteBuffers Reviewed-by: ascarpino
Mon, 11 Jun 2018 14:29:38 -0700 8204694: Add failed compiler/stable tests into ProblemList-graal.txt
epavlova [Mon, 11 Jun 2018 14:29:38 -0700] rev 50509
8204694: Add failed compiler/stable tests into ProblemList-graal.txt Reviewed-by: kvn
Mon, 11 Jun 2018 19:39:05 +0000 8194073: Invalid SunNativeProvider.INSTANCE initialization
valeriep [Mon, 11 Jun 2018 19:39:05 +0000] rev 50508
8194073: Invalid SunNativeProvider.INSTANCE initialization Summary: Changed to always construct INSTANCE after MECH_MAP Reviewed-by: valeriep Contributed-by: Jan Kalina <jkalina@redhat.com>
Mon, 11 Jun 2018 20:18:38 +0200 8204682: Parsing for LOG=report=none is broken when combined with other keywords
ihse [Mon, 11 Jun 2018 20:18:38 +0200] rev 50507
8204682: Parsing for LOG=report=none is broken when combined with other keywords Reviewed-by: erikj
Mon, 11 Jun 2018 19:09:15 +0200 8204684: [AIX] Build of libjli_static broken after change 8204572 (SetupJdkLibrary)
simonis [Mon, 11 Jun 2018 19:09:15 +0200] rev 50506
8204684: [AIX] Build of libjli_static broken after change 8204572 (SetupJdkLibrary) Reviewed-by: stuefe, erikj
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip