Fri, 16 Sep 2016 10:57:18 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:18 -0700] rev 41096
Merge
Wed, 14 Sep 2016 11:53:20 -0700 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
mchung [Wed, 14 Sep 2016 11:53:20 -0700] rev 41095
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method Reviewed-by: bchristi, coleenp, dfuchs, sspitsyn
Tue, 13 Sep 2016 16:18:44 -0700 8161029: GPL header missing comma after year
jmasa [Tue, 13 Sep 2016 16:18:44 -0700] rev 41094
8161029: GPL header missing comma after year Reviewed-by: kbarrett, ehelin
Wed, 14 Sep 2016 10:02:49 -0400 8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top
hseigel [Wed, 14 Sep 2016 10:02:49 -0400] rev 41093
8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top Summary: Throw VerifyError exception if type top is illegally popped from the stack. Reviewed-by: coleenp, acorn, ddmitriev
Wed, 14 Sep 2016 08:17:50 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:17:50 -0400] rev 41092
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Tue, 13 Sep 2016 21:29:30 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 21:29:30 +0000] rev 41091
Merge
Tue, 13 Sep 2016 20:17:46 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 20:17:46 +0000] rev 41090
Merge
Tue, 13 Sep 2016 13:10:42 -0700 8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase
sspitsyn [Tue, 13 Sep 2016 13:10:42 -0700] rev 41089
8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase Summary: Add the events bits to the early events bits Reviewed-by: dholmes, dsamersoff
Tue, 13 Sep 2016 18:22:21 +0000 Merge
cjplummer [Tue, 13 Sep 2016 18:22:21 +0000] rev 41088
Merge
Tue, 13 Sep 2016 17:22:28 +0000 Merge
cjplummer [Tue, 13 Sep 2016 17:22:28 +0000] rev 41087
Merge
Tue, 30 Aug 2016 16:08:52 +0200 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
goetz [Tue, 30 Aug 2016 16:08:52 +0200] rev 41086
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Tue, 13 Sep 2016 19:17:21 +0200 Merge
rehn [Tue, 13 Sep 2016 19:17:21 +0200] rev 41085
Merge
Tue, 13 Sep 2016 09:04:44 +0200 8164086: Checked JNI pending exception check should be cleared when returning to Java frame
dsimms [Tue, 13 Sep 2016 09:04:44 +0200] rev 41084
8164086: Checked JNI pending exception check should be cleared when returning to Java frame Summary: Transitions to Java clear the pending pointer Reviewed-by: dholmes, neliasso, coleenp
Tue, 13 Sep 2016 18:19:05 +0200 Merge
mockner [Tue, 13 Sep 2016 18:19:05 +0200] rev 41083
Merge
Tue, 13 Sep 2016 11:04:29 -0400 8163014: Mysterious/wrong value for "long" frame local variable on 64-bit
mockner [Tue, 13 Sep 2016 11:04:29 -0400] rev 41082
8163014: Mysterious/wrong value for "long" frame local variable on 64-bit Summary: The high byte of a long variable on a 64-bit platform is now zeroed when it is pushed to stack. Reviewed-by: coleenp, dlong
Tue, 13 Sep 2016 11:32:45 +0200 8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
tschatzl [Tue, 13 Sep 2016 11:32:45 +0200] rev 41081
8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark Summary: Add a storestore barrier before publishing newly initialized HeapRegion instances, and place a loadload barrier before use of members. Reviewed-by: sjohanss, sangheki
Mon, 12 Sep 2016 18:59:13 +0000 Merge
poonam [Mon, 12 Sep 2016 18:59:13 +0000] rev 41080
Merge
Mon, 12 Sep 2016 17:18:19 +0000 8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
poonam [Mon, 12 Sep 2016 17:18:19 +0000] rev 41079
8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field Reviewed-by: dholmes, dsamersoff, egahlin
Mon, 12 Sep 2016 13:16:39 -0400 8165881: Backout JDK-8164913
ctornqvi [Mon, 12 Sep 2016 13:16:39 -0400] rev 41078
8165881: Backout JDK-8164913 Reviewed-by: hseigel
Mon, 12 Sep 2016 16:34:36 +0200 8114823: G1 doesn't honor request to disable class unloading
sjohanss [Mon, 12 Sep 2016 16:34:36 +0200] rev 41077
8114823: G1 doesn't honor request to disable class unloading Reviewed-by: tschatzl, mgerdin
Thu, 08 Sep 2016 12:30:38 +0200 8165455: Tracing events for G1 have incorrect metadata
ehelin [Thu, 08 Sep 2016 12:30:38 +0200] rev 41076
8165455: Tracing events for G1 have incorrect metadata Reviewed-by: egahlin, tschatzl
Mon, 12 Sep 2016 09:34:51 +0200 8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
tschatzl [Mon, 12 Sep 2016 09:34:51 +0200] rev 41075
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps Summary: Sort the collection set in ascending order so that the optimization when adding free regions can be exploited. Reviewed-by: sjohanss, mgerdin
Sat, 10 Sep 2016 12:23:52 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41074
Merge
Sat, 10 Sep 2016 08:25:51 -0400 8165634: Support multiple --add-modules options on the command line
hseigel [Sat, 10 Sep 2016 08:25:51 -0400] rev 41073
8165634: Support multiple --add-modules options on the command line Summary: Use numbered properties for --add-module options so that multiple --add-module options can be supported. Reviewed-by: coleenp, gziemski, lfoltan, ccheung
Fri, 09 Sep 2016 19:41:41 +0000 Merge
dcubed [Fri, 09 Sep 2016 19:41:41 +0000] rev 41072
Merge
Fri, 09 Sep 2016 11:23:59 -0700 Merge
dcubed [Fri, 09 Sep 2016 11:23:59 -0700] rev 41071
Merge
Fri, 09 Sep 2016 11:14:57 -0700 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin [Fri, 09 Sep 2016 11:14:57 -0700] rev 41070
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms. Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
Fri, 09 Sep 2016 19:30:08 +0300 8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
avorobye [Fri, 09 Sep 2016 19:30:08 +0300] rev 41069
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts Summary: test settings were changes in order to avoid timeouts Reviewed-by: kvn
Fri, 09 Sep 2016 06:44:31 +0000 Merge
sspitsyn [Fri, 09 Sep 2016 06:44:31 +0000] rev 41068
Merge
Thu, 08 Sep 2016 23:38:56 -0700 8164913: JVMTI.agent_load dcmd should show useful error message
ysuenaga [Thu, 08 Sep 2016 23:38:56 -0700] rev 41067
8164913: JVMTI.agent_load dcmd should show useful error message Summary: show useful error message Reviewed-by: dholmes, dsamersoff, sspitsyn
Thu, 08 Sep 2016 23:43:45 -0400 Merge
dlong [Thu, 08 Sep 2016 23:43:45 -0400] rev 41066
Merge
Tue, 06 Sep 2016 09:59:25 -0700 8164989: Inflate and compress intrinsics produce incorrect results with avx512
mcberg [Tue, 06 Sep 2016 09:59:25 -0700] rev 41065
8164989: Inflate and compress intrinsics produce incorrect results with avx512 Summary: disabled avx512 for compress and reastrict using of inflate. Reviewed-by: kvn
Thu, 01 Sep 2016 20:16:04 +0300 8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
tpivovarova [Thu, 01 Sep 2016 20:16:04 +0300] rev 41064
8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg Reviewed-by: vlivanov
Thu, 01 Sep 2016 21:15:12 +0300 8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
dpochepk [Thu, 01 Sep 2016 21:15:12 +0300] rev 41063
8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java Reviewed-by: kvn
Thu, 01 Sep 2016 21:13:20 +0300 8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
dpochepk [Thu, 01 Sep 2016 21:13:20 +0300] rev 41062
8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts Reviewed-by: kvn
Thu, 01 Sep 2016 21:12:07 +0300 8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
dpochepk [Thu, 01 Sep 2016 21:12:07 +0300] rev 41061
8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic Reviewed-by: kvn
Wed, 31 Aug 2016 12:10:40 -0700 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
dlong [Wed, 31 Aug 2016 12:10:40 -0700] rev 41060
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links Summary: process previous versions in Klass::clean_weak_klass_links() Reviewed-by: coleenp, sspitsyn, stefank, dcubed
Wed, 31 Aug 2016 14:47:20 +0300 8165030: [TESTBUG] ctw failed to build after 8157957
tpivovarova [Wed, 31 Aug 2016 14:47:20 +0300] rev 41059
8165030: [TESTBUG] ctw failed to build after 8157957 Reviewed-by: kvn
Tue, 30 Aug 2016 13:51:56 +0000 Merge
thartmann [Tue, 30 Aug 2016 13:51:56 +0000] rev 41058
Merge
Tue, 30 Aug 2016 13:24:26 +0200 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
thartmann [Tue, 30 Aug 2016 13:24:26 +0200] rev 41057
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same Summary: Exception checking code needs to handle pre-allocated exceptions. Reviewed-by: dnsimon, kvn
Tue, 30 Aug 2016 13:53:36 +0200 8157024: CodeCache JFR events reporting wrong data
neliasso [Tue, 30 Aug 2016 13:53:36 +0200] rev 41056
8157024: CodeCache JFR events reporting wrong data Summary: Fix scaling Reviewed-by: kvn Contributed-by: patric.hedlin@oralce.com
Wed, 13 Jul 2016 12:10:22 +0200 8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
neliasso [Wed, 13 Jul 2016 12:10:22 +0200] rev 41055
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation Summary: Fixed logic error; locally scoped 'maybe_null' w/initialiser is unused/dead Reviewed-by: kvn Contributed-by: patric.hedlin@oracle.com
Tue, 30 Aug 2016 09:01:33 +0000 Merge
zmajo [Tue, 30 Aug 2016 09:01:33 +0000] rev 41054
Merge
Tue, 30 Aug 2016 10:50:29 +0200 8141634: Implement VarHandles/Unsafe intrinsics on SPARC
zmajo [Tue, 30 Aug 2016 10:50:29 +0200] rev 41053
8141634: Implement VarHandles/Unsafe intrinsics on SPARC Summary: Implement the appropriate intrinsics on SPARC. Reviewed-by: kvn, dholmes, zmajo Contributed-by: Trevor Watson <trevor.d.watson@oracle.com>
Tue, 30 Aug 2016 09:30:16 +0200 8161720: Better byte behavior for off-heap data
zmajo [Tue, 30 Aug 2016 09:30:16 +0200] rev 41052
8161720: Better byte behavior for off-heap data Summary: Normalize boolean values read with Unsafe. Reviewed-by: aph, simonis, jrose, psandoz
Mon, 29 Aug 2016 17:15:20 +0000 8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
never [Mon, 29 Aug 2016 17:15:20 +0000] rev 41051
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT) Reviewed-by: zmajo
Mon, 29 Aug 2016 07:32:37 +0200 8163880: Constant pool caching of fields inhibited/delayed unnecessarily
zmajo [Mon, 29 Aug 2016 07:32:37 +0200] rev 41050
8163880: Constant pool caching of fields inhibited/delayed unnecessarily Summary: Delay/inhibit constant pool caching of fields only if necessary Reviewed-by: kvn
Wed, 21 Sep 2016 14:23:33 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:23:33 +0200] rev 41049
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: erikj
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 94d6d0f4ced0
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41048
Added tag jdk-9+137 for changeset 94d6d0f4ced0
Tue, 27 Sep 2016 15:33:34 +0200 8164301: jib should provide a JDK for running jtreg with
erikj [Tue, 27 Sep 2016 15:33:34 +0200] rev 41047
8164301: jib should provide a JDK for running jtreg with Reviewed-by: tbell
Mon, 26 Sep 2016 14:57:00 +0200 8163102: Fix headless only configuration option
erikj [Mon, 26 Sep 2016 14:57:00 +0200] rev 41046
8163102: Fix headless only configuration option Reviewed-by: tbell
Thu, 22 Sep 2016 18:31:10 +0000 Merge
lana [Thu, 22 Sep 2016 18:31:10 +0000] rev 41045
Merge
Wed, 21 Sep 2016 09:29:30 -0700 Merge
amurillo [Wed, 21 Sep 2016 09:29:30 -0700] rev 41044
Merge
Fri, 16 Sep 2016 10:57:17 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:17 -0700] rev 41043
Merge
Wed, 14 Sep 2016 08:24:55 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:24:55 -0400] rev 41042
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Fri, 02 Sep 2016 15:04:47 +0200 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
goetz [Fri, 02 Sep 2016 15:04:47 +0200] rev 41041
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Wed, 21 Sep 2016 14:20:27 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:20:27 +0200] rev 41040
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: erikj
Wed, 21 Sep 2016 14:16:05 +0200 8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed
alanbur [Wed, 21 Sep 2016 14:16:05 +0200] rev 41039
8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed Reviewed-by: erikj
Tue, 20 Sep 2016 16:56:04 +0300 8166262: failurehandler should not use jtreg internal API
iignatyev [Tue, 20 Sep 2016 16:56:04 +0300] rev 41038
8166262: failurehandler should not use jtreg internal API Reviewed-by: sla, dsamersoff
Thu, 22 Sep 2016 16:41:12 +0000 Added tag jdk-9+137 for changeset 2526d9083e41
lana [Thu, 22 Sep 2016 16:41:12 +0000] rev 41037
Added tag jdk-9+137 for changeset 2526d9083e41
Wed, 05 Jul 2017 22:14:31 +0200 Added tag jdk-9+137 for changeset 9cb87c88ed85
duke [Wed, 05 Jul 2017 22:14:31 +0200] rev 41036
Added tag jdk-9+137 for changeset 9cb87c88ed85
Wed, 05 Jul 2017 22:14:30 +0200 Merge jdk-9+137
duke [Wed, 05 Jul 2017 22:14:30 +0200] rev 41035
Merge
Wed, 05 Jul 2017 22:14:23 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:23 +0200] rev 41034
Merge
Mon, 19 Sep 2016 05:31:53 +0530 8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager
sadayapalam [Mon, 19 Sep 2016 05:31:53 +0530] rev 41033
8164742: ServiceConfigurationError on invoke of getServiceLoader method of StandardJavaFileManager Reviewed-by: jlahoda
Fri, 16 Sep 2016 12:17:44 -0700 8166176: module search generates URLs with extra '/'
bpatel [Fri, 16 Sep 2016 12:17:44 -0700] rev 41032
8166176: module search generates URLs with extra '/' Reviewed-by: jjg
Fri, 16 Sep 2016 11:58:23 -0600 8138822: Source version error missing version number
dlsmith [Fri, 16 Sep 2016 11:58:23 -0600] rev 41031
8138822: Source version error missing version number Reviewed-by: jjg
Thu, 15 Sep 2016 21:08:49 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:49 +0000] rev 41030
Merge
Wed, 14 Sep 2016 20:00:20 +0530 8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target
sadayapalam [Wed, 14 Sep 2016 20:00:20 +0530] rev 41029
8160699: java.lang.VerifyError: Inconsistent stackmap frames at branch target Summary: Ensure out of scope locals are not treated as being alive Reviewed-by: mcimadamore
Tue, 13 Sep 2016 19:32:03 +0530 8138667: java.lang.IllegalAccessError: tried to access method (for a protected method)
sadayapalam [Tue, 13 Sep 2016 19:32:03 +0530] rev 41028
8138667: java.lang.IllegalAccessError: tried to access method (for a protected method) Reviewed-by: mcimadamore
Thu, 15 Sep 2016 17:15:55 +0000 Added tag jdk-9+136 for changeset 1cba2e436777
lana [Thu, 15 Sep 2016 17:15:55 +0000] rev 41027
Added tag jdk-9+136 for changeset 1cba2e436777
Wed, 05 Jul 2017 22:14:11 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:11 +0200] rev 41026
Merge
Thu, 15 Sep 2016 17:15:53 +0000 Added tag jdk-9+136 for changeset ef1dfab6d082
lana [Thu, 15 Sep 2016 17:15:53 +0000] rev 41025
Added tag jdk-9+136 for changeset ef1dfab6d082
Wed, 05 Jul 2017 22:14:03 +0200 Merge
duke [Wed, 05 Jul 2017 22:14:03 +0200] rev 41024
Merge
Mon, 19 Sep 2016 14:21:15 -0700 8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage
joehw [Mon, 19 Sep 2016 14:21:15 -0700] rev 41023
8166220: Catalog API: JAXP XML Processor Support - add StAX test coverage Reviewed-by: lancea
Thu, 15 Sep 2016 21:08:30 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:30 +0000] rev 41022
Merge
Wed, 14 Sep 2016 13:18:17 -0700 8165784: Deprecate the internal Catalog API in JDK 9
joehw [Wed, 14 Sep 2016 13:18:17 -0700] rev 41021
8165784: Deprecate the internal Catalog API in JDK 9 Reviewed-by: dfuchs, rriggs
Thu, 15 Sep 2016 17:15:53 +0000 Added tag jdk-9+136 for changeset 73d7888a4878
lana [Thu, 15 Sep 2016 17:15:53 +0000] rev 41020
Added tag jdk-9+136 for changeset 73d7888a4878
Wed, 05 Jul 2017 22:13:53 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:53 +0200] rev 41019
Merge
Thu, 15 Sep 2016 17:15:55 +0000 Added tag jdk-9+136 for changeset 52b1009d3c64
lana [Thu, 15 Sep 2016 17:15:55 +0000] rev 41018
Added tag jdk-9+136 for changeset 52b1009d3c64
Wed, 05 Jul 2017 22:13:44 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:44 +0200] rev 41017
Merge
Thu, 15 Sep 2016 17:15:52 +0000 Added tag jdk-9+136 for changeset 15d3983aba7a
lana [Thu, 15 Sep 2016 17:15:52 +0000] rev 41016
Added tag jdk-9+136 for changeset 15d3983aba7a
Wed, 05 Jul 2017 22:13:36 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:36 +0200] rev 41015
Merge
Mon, 19 Sep 2016 10:11:34 -0700 Merge
ddehaven [Mon, 19 Sep 2016 10:11:34 -0700] rev 41014
Merge
Wed, 14 Sep 2016 15:29:23 -0700 8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile
prr [Wed, 14 Sep 2016 15:29:23 -0700] rev 41013
8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile Reviewed-by: ddehaven, yan
Tue, 13 Sep 2016 13:40:32 +0530 7064425: PageFormat Dialog has no owner window to reactivate
psadhukhan [Tue, 13 Sep 2016 13:40:32 +0530] rev 41012
7064425: PageFormat Dialog has no owner window to reactivate 6948907: sun.print.DialogOwner does not support Dialogs as DialogOwner Reviewed-by: prr, jdv
Mon, 12 Sep 2016 15:26:27 -0700 Merge
ddehaven [Mon, 12 Sep 2016 15:26:27 -0700] rev 41011
Merge
Mon, 12 Sep 2016 12:07:56 +0530 4924727: reader.abort() method does not work when called inside imageStarted for PNG
jdv [Mon, 12 Sep 2016 12:07:56 +0530] rev 41010
4924727: reader.abort() method does not work when called inside imageStarted for PNG Reviewed-by: prr, serb, bpb
Sat, 10 Sep 2016 14:50:35 +0530 4885375: Page Ranges 'To Page' field must be populated based on Pageable
psadhukhan [Sat, 10 Sep 2016 14:50:35 +0530] rev 41009
4885375: Page Ranges 'To Page' field must be populated based on Pageable Reviewed-by: prr, jdv
Fri, 09 Sep 2016 16:37:16 +0300 8160054: The FileChooser didn't displayed large font with GTK LAF option.
ssadetsky [Fri, 09 Sep 2016 16:37:16 +0300] rev 41008
8160054: The FileChooser didn't displayed large font with GTK LAF option. Reviewed-by: alexsch, serb
Fri, 09 Sep 2016 13:15:10 +0530 8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick
pkbalakr [Fri, 09 Sep 2016 13:15:10 +0530] rev 41007
8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick Reviewed-by: alexsch, aghaisas Contributed-by: prem.balakrishnan@oracle.com
Fri, 09 Sep 2016 11:48:20 +0530 8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java
aniyogi [Fri, 09 Sep 2016 11:48:20 +0530] rev 41006
8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java Reviewed-by: alexsch, rchamyal
Thu, 08 Sep 2016 19:25:55 +0300 8160570: [macosx] modal dialog can skip the activation/focus events
ant [Thu, 08 Sep 2016 19:25:55 +0300] rev 41005
8160570: [macosx] modal dialog can skip the activation/focus events Reviewed-by: serb, ssadetsky
Tue, 06 Sep 2016 11:08:59 -0700 8164899: Provide package access to setComponentMixingCutoutShape
prr [Tue, 06 Sep 2016 11:08:59 -0700] rev 41004
8164899: Provide package access to setComponentMixingCutoutShape Reviewed-by: serb
Tue, 06 Sep 2016 08:32:50 -0700 8165345: JDK macro definition re-defined by MacOS core framework
prr [Tue, 06 Sep 2016 08:32:50 -0700] rev 41003
8165345: JDK macro definition re-defined by MacOS core framework Reviewed-by: serb
Tue, 06 Sep 2016 13:03:00 +0300 8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order
azvegint [Tue, 06 Sep 2016 13:03:00 +0300] rev 41002
8155083: On Windows, usage of USER_ATTENTION_WINDOW depends on state setting order Reviewed-by: serb, ssadetsky
Fri, 02 Sep 2016 21:42:27 +0000 Merge
lana [Fri, 02 Sep 2016 21:42:27 +0000] rev 41001
Merge
Thu, 01 Sep 2016 08:59:47 -0700 8159408: duplicated data in rmic's javac.properties
lana [Thu, 01 Sep 2016 08:59:47 -0700] rev 41000
8159408: duplicated data in rmic's javac.properties Reviewed-by: alanb Contributed-by: li.jiang@oracle.com
Thu, 01 Sep 2016 01:39:21 -0700 8145952: ISO 4217 amendment 161
lana [Thu, 01 Sep 2016 01:39:21 -0700] rev 40999
8145952: ISO 4217 amendment 161 8164784: ISO 4217 amendment 162 Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Fri, 02 Sep 2016 11:29:02 -0700 8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor
bpb [Fri, 02 Sep 2016 11:29:02 -0700] rev 40998
8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor Summary: For banded images make sure the step in the horizontal differencing predictor calculations for Deflate and LZW compression is unity (1) instead of the number of samples per pixel. Reviewed-by: prr
Fri, 02 Sep 2016 10:48:35 -0700 8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence
iris [Fri, 02 Sep 2016 10:48:35 -0700] rev 40997
8165269: (doc) Toolkit.isDynamicLayoutActive(): orphan '0' in first sentence Reviewed-by: alexsch
Fri, 02 Sep 2016 10:36:55 +0300 8163100: [hidpi] Linux: display-wise scaling factor issues
ssadetsky [Fri, 02 Sep 2016 10:36:55 +0300] rev 40996
8163100: [hidpi] Linux: display-wise scaling factor issues Reviewed-by: alexsch, serb
Fri, 02 Sep 2016 10:31:49 +0300 8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort
ssadetsky [Fri, 02 Sep 2016 10:31:49 +0300] rev 40995
8164937: Remove code from SortingFocusTraversalPolicy that hacks into non-public Arrays.legacyMergeSort Reviewed-by: alexsch, serb
Thu, 01 Sep 2016 12:22:59 -0700 Merge
prr [Thu, 01 Sep 2016 12:22:59 -0700] rev 40994
Merge
Thu, 01 Sep 2016 22:17:48 +0300 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
dmarkov [Thu, 01 Sep 2016 22:17:48 +0300] rev 40993
8050478: [macosx] Cursor not updating correctly after closing a modal dialog Reviewed-by: serb, alexsch
Thu, 01 Sep 2016 11:29:20 -0700 8144015: [PIT] failures of text layout font tests
prr [Thu, 01 Sep 2016 11:29:20 -0700] rev 40992
8144015: [PIT] failures of text layout font tests 8144023: [PIT] failure of text measurements in javax/swing/text/html/parser/Parser/6836089/bug6836089.java 8145542: The case failed automatically and thrown java.lang.ArrayIndexOutOfBoundsException exception 8151725: [macosx] ArrayIndexOOB exception when displaying Devanagari text in JEditorPane 8144240: [macosx][PIT] AIOOB in closed/javax/swing/text/GlyphPainter2/6427244/bug6427244.java 8152680: Regression in GlyphVector.getGlyphCharIndex behaviour 8158924: Incorrect i18n text document layout 8041480: ArrayIndexOutOfBoundsException when JTable contains certain string Reviewed-by: serb, srl
Thu, 01 Sep 2016 16:18:14 +0530 8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails
pkbalakr [Thu, 01 Sep 2016 16:18:14 +0530] rev 40991
8144735: [hidpi] javax/swing/JWindow/ShapedAndTranslucentWindows/TranslucentPerPixelTranslucentGradient.java fails Reviewed-by: psadhukhan, vadim
Thu, 01 Sep 2016 12:02:22 +0300 8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32
alexsch [Thu, 01 Sep 2016 12:02:22 +0300] rev 40990
8158411: Regression on Swingmark on 8u102 b03 comparing 8u102 b02 on several configs on win32 Reviewed-by: prr, ssadetsky
Thu, 01 Sep 2016 10:21:29 +0530 8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java
psadhukhan [Thu, 01 Sep 2016 10:21:29 +0530] rev 40989
8165146: [PIT][TEST_BUG] Doubtful usability of java/awt/print/PrinterJob/TestMediaTraySelection.java Reviewed-by: prr
Wed, 31 Aug 2016 13:40:06 -0700 8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails
prr [Wed, 31 Aug 2016 13:40:06 -0700] rev 40988
8164818: Reg. test java/awt/font/TextLayout/VisibleAdvance.java fails Reviewed-by: serb, psadhukhan
Wed, 31 Aug 2016 12:49:03 +0300 8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F)
alexsch [Wed, 31 Aug 2016 12:49:03 +0300] rev 40987
8153287: [PIT] [hidpi] java/awt/image/multiresolution/MultiresolutionIconTest failed (GTK+ and Nimbus L&F) Reviewed-by: serb, ssadetsky
Wed, 31 Aug 2016 11:13:53 +0300 8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064
alexsch [Wed, 31 Aug 2016 11:13:53 +0300] rev 40986
8163193: Metal L&F gradient is lighter on HiDPI display after the fix JDK-8143064 Reviewed-by: serb, ssadetsky
Sun, 18 Sep 2016 23:09:37 +0900 8165984: ResourceBundle lookup fields not completely thread-safe
nishjain [Sun, 18 Sep 2016 23:09:37 +0900] rev 40985
8165984: ResourceBundle lookup fields not completely thread-safe Reviewed-by: okutsu, naoto
Sat, 17 Sep 2016 16:37:52 -0700 8166237: jdk.jdi missing requires jdk.jdwp.agent
mchung [Sat, 17 Sep 2016 16:37:52 -0700] rev 40984
8166237: jdk.jdi missing requires jdk.jdwp.agent Reviewed-by: alanb
Thu, 15 Sep 2016 16:28:26 +0300 8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java
skovalev [Thu, 15 Sep 2016 16:28:26 +0300] rev 40983
8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java Reviewed-by: alanb
Fri, 16 Sep 2016 10:57:02 -0700 8042148: Ensure that the java launcher help is consistent with the manpage where they report common information
henryjen [Fri, 16 Sep 2016 10:57:02 -0700] rev 40982
8042148: Ensure that the java launcher help is consistent with the manpage where they report common information Reviewed-by: ksrini
Thu, 15 Sep 2016 21:08:59 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:59 +0000] rev 40981
Merge
Thu, 15 Sep 2016 13:11:16 -0700 8165323: (fs) Files.getFileStore fails with "Mount point not found" in chroot environment
bpb [Thu, 15 Sep 2016 13:11:16 -0700] rev 40980
8165323: (fs) Files.getFileStore fails with "Mount point not found" in chroot environment Summary: Replace use of FileStore with FileSystem equivalent code. Reviewed-by: redestad
Thu, 15 Sep 2016 16:05:51 -0400 8166148: Fix for JDK-8165936 broke solaris builds
rriggs [Thu, 15 Sep 2016 16:05:51 -0400] rev 40979
8166148: Fix for JDK-8165936 broke solaris builds Reviewed-by: naoto
Thu, 15 Sep 2016 14:59:20 -0400 8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded
lancea [Thu, 15 Sep 2016 14:59:20 -0400] rev 40978
8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded Reviewed-by: psandoz, joehw
Thu, 15 Sep 2016 11:07:20 -0700 8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message
asmotrak [Thu, 15 Sep 2016 11:07:20 -0700] rev 40977
8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message Reviewed-by: xuelei
Thu, 15 Sep 2016 15:19:45 +0100 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
robm [Thu, 15 Sep 2016 15:19:45 +0100] rev 40976
8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test Reviewed-by: chegar
Thu, 15 Sep 2016 13:03:03 +0300 8165689: Fix module dependencies for sun/security/pkcs11/* tests
skovalev [Thu, 15 Sep 2016 13:03:03 +0300] rev 40975
8165689: Fix module dependencies for sun/security/pkcs11/* tests Reviewed-by: mullan
Tue, 13 Sep 2016 11:38:31 +0200 8165936: Potential Heap buffer overflow when seaching timezone info files
stuefe [Tue, 13 Sep 2016 11:38:31 +0200] rev 40974
8165936: Potential Heap buffer overflow when seaching timezone info files Summary: readdir_r called with too small buffer Reviewed-by: clanger, rriggs, okutsu, naoto
Thu, 15 Sep 2016 01:10:36 -0700 8165825: Remove the intermittent keyword from sun/security/krb5/auto/Unreachable.java
ssahoo [Thu, 15 Sep 2016 01:10:36 -0700] rev 40973
8165825: Remove the intermittent keyword from sun/security/krb5/auto/Unreachable.java Summary: Remove the intermittent keyword Reviewed-by: weijun
Thu, 15 Sep 2016 01:03:42 -0700 8165660: Remove the intermittent keyword from sun/security/krb5/auto/MaxRetries.java
ssahoo [Thu, 15 Sep 2016 01:03:42 -0700] rev 40972
8165660: Remove the intermittent keyword from sun/security/krb5/auto/MaxRetries.java Summary: Remove the intermittent keyword Reviewed-by: weijun
Wed, 14 Sep 2016 17:09:54 -0700 Merge
amurillo [Wed, 14 Sep 2016 17:09:54 -0700] rev 40971
Merge
Wed, 14 Sep 2016 11:22:39 -0700 Merge
amurillo [Wed, 14 Sep 2016 11:22:39 -0700] rev 40970
Merge
Sat, 10 Sep 2016 12:18:34 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:18:34 -0700] rev 40969
Merge
Thu, 08 Sep 2016 15:53:16 +0530 8165579: Add missing javadoc information for javax.management.MBeanServer
vtewari [Thu, 08 Sep 2016 15:53:16 +0530] rev 40968
8165579: Add missing javadoc information for javax.management.MBeanServer Summary: Added missing @implSpec javadoc information for deserialize api’s Reviewed-by: dfuchs, dholmes Contributed-by: amit.sapre@oracle.com
Thu, 08 Sep 2016 15:00:39 +0530 8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
vtewari [Thu, 08 Sep 2016 15:00:39 +0530] rev 40967
8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object Reviewed-by: dholmes, dcubed
Wed, 07 Sep 2016 16:17:20 +0200 Merge
ddmitriev [Wed, 07 Sep 2016 16:17:20 +0200] rev 40966
Merge
Wed, 07 Sep 2016 15:34:38 +0300 8165513: Quarantine sun/tools/jps/TestJpsJar.java
ddmitriev [Wed, 07 Sep 2016 15:34:38 +0300] rev 40965
8165513: Quarantine sun/tools/jps/TestJpsJar.java Reviewed-by: dsamersoff
Wed, 07 Sep 2016 07:21:43 -0400 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
hseigel [Wed, 07 Sep 2016 07:21:43 -0400] rev 40964
8058575: IllegalAccessError trying to access package-private class from VM anonymous class Summary: Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class. Reviewed-by: coleenp, acorn
Wed, 07 Sep 2016 03:35:45 +0000 Merge
sspitsyn [Wed, 07 Sep 2016 03:35:45 +0000] rev 40963
Merge
Tue, 06 Sep 2016 20:27:47 -0700 6822627: NPE at ReferenceTypeImpl.constantPool
sspitsyn [Tue, 06 Sep 2016 20:27:47 -0700] rev 40962
6822627: NPE at ReferenceTypeImpl.constantPool Summary: fix the NullPointerException bug Reviewed-by: sspitsyn, dsamersoff Contributed-by: egor.ushakov@jetbrains.com
Tue, 06 Sep 2016 09:37:55 +0300 8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes
dsamersoff [Tue, 06 Sep 2016 09:37:55 +0300] rev 40961
8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes Summary: Change /test/lib/share/classes to /test/lib in HeapDumpTest.java Reviewed-by: dsamersoff, ctornqvi Contributed-by: sharath.ballal@oracle.com
Fri, 02 Sep 2016 11:20:33 -0400 8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt
gtriantafill [Fri, 02 Sep 2016 11:20:33 -0400] rev 40960
8165293: Remove ClassesByName2Test.java and RedefineCrossEvent.java from ProblemList.txt Reviewed-by: dcubed
Thu, 01 Sep 2016 15:20:57 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:57 -0700] rev 40959
Merge
Thu, 01 Sep 2016 14:09:04 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:04 -0700] rev 40958
Merge
Wed, 31 Aug 2016 10:28:37 +0000 Merge
dsamersoff [Wed, 31 Aug 2016 10:28:37 +0000] rev 40957
Merge
Wed, 31 Aug 2016 12:10:00 +0300 8066635: Fix deprecation warnings in java.management module
dsamersoff [Wed, 31 Aug 2016 12:10:00 +0300] rev 40956
8066635: Fix deprecation warnings in java.management module Summary: Fixed deprecation warnings in java.management module Reviewed-by: dholmes Contributed-by: amit.sapre@oracle.com
Wed, 31 Aug 2016 11:46:59 +0300 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
dsamersoff [Wed, 31 Aug 2016 11:46:59 +0300] rev 40955
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22" Summary: Accounted for the new JVMCI related Deoptimization Reasons. Reviewed-by: dsamersoff, sla Contributed-by: jini.george@oracle.com
Tue, 30 Aug 2016 23:46:02 -0400 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett [Tue, 30 Aug 2016 23:46:02 -0400] rev 40954
8156500: Move Reference pending list into VM to prevent deadlocks Summary: Move reference pending list and locking into VM Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com
Mon, 29 Aug 2016 11:59:52 +0300 8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
dsamersoff [Mon, 29 Aug 2016 11:59:52 +0300] rev 40953
8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools Summary: Cleanup build tag Reviewed-by: iklam, rehn, ctornqvi
Fri, 26 Aug 2016 10:14:15 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:14:15 -0700] rev 40952
Merge
Fri, 26 Aug 2016 13:11:39 +0300 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout.
dsamersoff [Fri, 26 Aug 2016 13:11:39 +0300] rev 40951
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout. Summary: Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java Reviewed-by: dsamersoff, dholmes Contributed-by: sharath.ballal@oracle.com
Thu, 25 Aug 2016 12:24:16 +0900 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
ysuenaga [Thu, 25 Aug 2016 12:24:16 +0900] rev 40950
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap Reviewed-by: dholmes, sjohanss
Wed, 14 Sep 2016 17:28:17 +0300 8166032: Fix module dependencies for javax.SSL tests
skovalev [Wed, 14 Sep 2016 17:28:17 +0300] rev 40949
8166032: Fix module dependencies for javax.SSL tests Reviewed-by: xuelei, weijun
Thu, 15 Sep 2016 08:18:57 +0900 8164791: Update existing test cases of test/java/text/Format.
peytoia [Thu, 15 Sep 2016 08:18:57 +0900] rev 40948
8164791: Update existing test cases of test/java/text/Format. Reviewed-by: okutsu, peytoia Contributed-by: nancy.nigam@oracle.com
Wed, 14 Sep 2016 10:12:59 -0700 8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
darcy [Wed, 14 Sep 2016 10:12:59 -0700] rev 40947
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed Reviewed-by: dfuchs
Wed, 14 Sep 2016 07:37:15 -0700 8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
jnimeh [Wed, 14 Sep 2016 07:37:15 -0700] rev 40946
8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation Summary: Fix cases where non-certificate issuer information may be passed into the OCSPResponse.verify method, thereby causing NPEs to be thrown. Reviewed-by: xuelei
Wed, 14 Sep 2016 06:46:19 -0700 8165524: Better detect JRE that Linux JLI will be using
ksrini [Wed, 14 Sep 2016 06:46:19 -0700] rev 40945
8165524: Better detect JRE that Linux JLI will be using Reviewed-by: ksrini Contributed-by: chris.bensen@oracle.com
Wed, 14 Sep 2016 14:04:14 +0100 6543126: Level.known can leak memory
dfuchs [Wed, 14 Sep 2016 14:04:14 +0100] rev 40944
6543126: Level.known can leak memory Summary: Custom level instances will now be released when their defining class loader is no longer referenced. Reviewed-by: plevart, mchung, chegar
Wed, 14 Sep 2016 14:29:39 +0200 8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework
stuefe [Wed, 14 Sep 2016 14:29:39 +0200] rev 40943
8166012: [linux] Remove remnants of LinuxThreads from Linux attach framework Reviewed-by: dholmes, alanb
Wed, 14 Sep 2016 11:06:26 +0800 8077138: Some PKCS11 tests fail because NSS library is not initialized
jjiang [Wed, 14 Sep 2016 11:06:26 +0800] rev 40942
8077138: Some PKCS11 tests fail because NSS library is not initialized Summary: Re-building NSS libraries with VS2013 to make the new libraries to depend on msvcr120.dll, which is already distributed with JDK 9 Reviewed-by: vinnie Contributed-by: John Jiang <sha.jiang@oracle.com>
Tue, 13 Sep 2016 15:28:44 +0300 8165870: Fix module dependencies for javax.script/* tests
skovalev [Tue, 13 Sep 2016 15:28:44 +0300] rev 40941
8165870: Fix module dependencies for javax.script/* tests Reviewed-by: sundar Contributed-by: sergei.kovalev@oracle.com
Tue, 13 Sep 2016 13:55:35 -0700 8163798: Create a JarFile versionedStream method
sdrach [Tue, 13 Sep 2016 13:55:35 -0700] rev 40940
8163798: Create a JarFile versionedStream method Reviewed-by: mchung, psandoz, redestad
Tue, 13 Sep 2016 20:59:43 +0530 8163320: JAVA_VERSION in release file should come from java.base module
sundar [Tue, 13 Sep 2016 20:59:43 +0530] rev 40939
8163320: JAVA_VERSION in release file should come from java.base module Reviewed-by: mchung
Tue, 13 Sep 2016 14:47:29 +0100 6947916: JarURLConnection does not handle useCaches correctly
robm [Tue, 13 Sep 2016 14:47:29 +0100] rev 40938
6947916: JarURLConnection does not handle useCaches correctly Reviewed-by: chegar
Tue, 13 Sep 2016 17:00:06 +0530 8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
vtewari [Tue, 13 Sep 2016 17:00:06 +0530] rev 40937
8075484: SocketInputStream.socketRead0 can hang even with soTimeout set Reviewed-by: chegar, dsamersoff, msheppar, clanger
Tue, 13 Sep 2016 14:55:20 +0800 8165818: Remove tools/pack200/Pack200Props.java from ProblemList
amlu [Tue, 13 Sep 2016 14:55:20 +0800] rev 40936
8165818: Remove tools/pack200/Pack200Props.java from ProblemList Reviewed-by: ksrini
Thu, 15 Sep 2016 17:15:54 +0000 Added tag jdk-9+136 for changeset d9f374de0160
lana [Thu, 15 Sep 2016 17:15:54 +0000] rev 40935
Added tag jdk-9+136 for changeset d9f374de0160
Wed, 05 Jul 2017 22:13:08 +0200 Merge
duke [Wed, 05 Jul 2017 22:13:08 +0200] rev 40934
Merge
Thu, 15 Sep 2016 21:09:16 +0000 Merge
lana [Thu, 15 Sep 2016 21:09:16 +0000] rev 40933
Merge
Sat, 10 Sep 2016 12:18:31 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:18:31 -0700] rev 40932
Merge
Fri, 02 Sep 2016 16:45:16 +0200 8161079: Default heap size causes native memory exhaustion on 32 bit Windows
mgerdin [Fri, 02 Sep 2016 16:45:16 +0200] rev 40931
8161079: Default heap size causes native memory exhaustion on 32 bit Windows Reviewed-by: tschatzl, sjohanss
Wed, 07 Sep 2016 23:17:24 +0200 Merge
dholmes [Wed, 07 Sep 2016 23:17:24 +0200] rev 40930
Merge
Wed, 07 Sep 2016 16:43:32 -0400 8165153: Crash in rebuild_cpu_to_node_map
dholmes [Wed, 07 Sep 2016 16:43:32 -0400] rev 40929
8165153: Crash in rebuild_cpu_to_node_map Summary: use processor_count(), not active_processor_count() to determine physical number of CPUs Reviewed-by: rehn, cjplummer
Wed, 07 Sep 2016 19:29:01 +0000 Merge
coleenp [Wed, 07 Sep 2016 19:29:01 +0000] rev 40928
Merge
Wed, 07 Sep 2016 15:25:21 -0400 8165246: [REDO] InstanceKlass::_previous_version_count goes negative
coleenp [Wed, 07 Sep 2016 15:25:21 -0400] rev 40927
8165246: [REDO] InstanceKlass::_previous_version_count goes negative Summary: make _has_previous_version a boolean that is set to true when previous version of a class is added or during class unloading call to purge_previous_versions Reviewed-by: gtriantafill, dcubed, sspitsyn
Wed, 07 Sep 2016 12:52:20 -0400 8137035: nsk/stress/stack/stack tests got EXCEPTION_STACK_OVERFLOW on Windows 64 bit
fparain [Wed, 07 Sep 2016 12:52:20 -0400] rev 40926
8137035: nsk/stress/stack/stack tests got EXCEPTION_STACK_OVERFLOW on Windows 64 bit Reviewed-by: dholmes, dcubed, coleenp
Wed, 07 Sep 2016 15:21:45 +0200 Merge
mlarsson [Wed, 07 Sep 2016 15:21:45 +0200] rev 40925
Merge
Wed, 07 Sep 2016 14:36:44 +0200 8165226: Bad -Xloggc: arguments crashes the VM
mlarsson [Wed, 07 Sep 2016 14:36:44 +0200] rev 40924
8165226: Bad -Xloggc: arguments crashes the VM Reviewed-by: dsamersoff, sjohanss
Wed, 07 Sep 2016 07:19:48 -0400 8058575: IllegalAccessError trying to access package-private class from VM anonymous class
hseigel [Wed, 07 Sep 2016 07:19:48 -0400] rev 40923
8058575: IllegalAccessError trying to access package-private class from VM anonymous class Summary: Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class. Reviewed-by: coleenp, acorn
Wed, 07 Sep 2016 09:20:10 +0200 8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
tschatzl [Wed, 07 Sep 2016 09:20:10 +0200] rev 40922
8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info Summary: Separate number of workers used debugging information from adaptive worker sizing log messages. Reviewed-by: ehelin, sjohanss, jmasa
Tue, 06 Sep 2016 22:52:35 +0200 Merge
rprotacio [Tue, 06 Sep 2016 22:52:35 +0200] rev 40921
Merge
Tue, 06 Sep 2016 16:29:32 -0400 8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors
rprotacio [Tue, 06 Sep 2016 16:29:32 -0400] rev 40920
8161224: CONSTANT_NameAndType_info permits references to illegal names and descriptors Summary: Enforces proper format checking for NameAndType string content, and that the checking occurs even when not referenced in classfile Reviewed-by: coleenp, hseigel, ddmitriev
Tue, 06 Sep 2016 09:54:45 +0300 8165114: stale reference to hotspot test Test8028623.java
dsamersoff [Tue, 06 Sep 2016 09:54:45 +0300] rev 40919
8165114: stale reference to hotspot test Test8028623.java Summary: Remove Test8028623.java from hotspot/test/TEST.groups Reviewed-by: sla, dholmes Contributed-by: sharath.ballal@oracle.com
Mon, 05 Sep 2016 20:40:08 -0400 8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
mdoerr [Mon, 05 Sep 2016 20:40:08 -0400] rev 40918
8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile Reviewed-by: kbarrett, dholmes
Wed, 31 Aug 2016 09:38:46 +0200 8164939: GTest LogDecorations.iso8601_time_test fails on macOS
mlarsson [Wed, 31 Aug 2016 09:38:46 +0200] rev 40917
8164939: GTest LogDecorations.iso8601_time_test fails on macOS Reviewed-by: sla, dsamersoff
Tue, 30 Aug 2016 21:35:56 +0300 8157468: gc/testlibrary contains a lot of duplicated code
kzhaldyb [Tue, 30 Aug 2016 21:35:56 +0300] rev 40916
8157468: gc/testlibrary contains a lot of duplicated code Reviewed-by: dfazunen, iignatyev
Fri, 02 Sep 2016 11:18:04 +0200 Merge
tschatzl [Fri, 02 Sep 2016 11:18:04 +0200] rev 40915
Merge
Fri, 02 Sep 2016 09:49:10 +0200 8164936: G1 age table printout contains contents from previous GC
tschatzl [Fri, 02 Sep 2016 09:49:10 +0200] rev 40914
8164936: G1 age table printout contains contents from previous GC Summary: Split tenuring threshold update and printing into two separate parts so that they can be used independently. Reviewed-by: jmasa, sangheki
Fri, 02 Sep 2016 08:51:26 +0200 8165215: Setting same UL tag multiple times matches wrong tagset
rehn [Fri, 02 Sep 2016 08:51:26 +0200] rev 40913
8165215: Setting same UL tag multiple times matches wrong tagset Reviewed-by: mlarsson, rprotacio
Fri, 02 Sep 2016 01:39:47 +0000 Merge
kzhaldyb [Fri, 02 Sep 2016 01:39:47 +0000] rev 40912
Merge
Thu, 01 Sep 2016 20:46:40 +0300 8164039: Convert test_memset_with_concurrent_readers to GTest
kzhaldyb [Thu, 01 Sep 2016 20:46:40 +0300] rev 40911
8164039: Convert test_memset_with_concurrent_readers to GTest Reviewed-by: iignatyev, kbarrett
Fri, 02 Sep 2016 00:08:18 +0000 Merge
coleenp [Fri, 02 Sep 2016 00:08:18 +0000] rev 40910
Merge
Thu, 01 Sep 2016 18:02:13 -0400 8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative
coleenp [Thu, 01 Sep 2016 18:02:13 -0400] rev 40909
8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative Reviewed-by: dcubed
Thu, 01 Sep 2016 15:20:56 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40908
Merge
Thu, 01 Sep 2016 14:09:01 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:01 -0700] rev 40907
Merge
Thu, 01 Sep 2016 18:15:49 +0300 Merge
kzhaldyb [Thu, 01 Sep 2016 18:15:49 +0300] rev 40906
Merge
Mon, 29 Aug 2016 20:15:12 +0300 8164230: Convert TestCodeCacheRemSet_test to GTest
kzhaldyb [Mon, 29 Aug 2016 20:15:12 +0300] rev 40905
8164230: Convert TestCodeCacheRemSet_test to GTest Reviewed-by: mgerdin, dfazunen
Mon, 22 Aug 2016 16:43:56 +0300 8164028: Convert TestPredictions_test to GTest
kzhaldyb [Mon, 22 Aug 2016 16:43:56 +0300] rev 40904
8164028: Convert TestPredictions_test to GTest Reviewed-by: jwilhelm, dfazunen, ehelin
Mon, 15 Aug 2016 13:18:35 +0300 8163860: Convert TestOldFreeSpaceCalculation_test to GTest
kzhaldyb [Mon, 15 Aug 2016 13:18:35 +0300] rev 40903
8163860: Convert TestOldFreeSpaceCalculation_test to GTest Reviewed-by: iignatyev, dfazunen
Mon, 29 Aug 2016 14:11:22 +0200 8157948: UL allows same log file with multiple file=
mlarsson [Mon, 29 Aug 2016 14:11:22 +0200] rev 40902
8157948: UL allows same log file with multiple file= Reviewed-by: dholmes, rehn
Wed, 24 Aug 2016 19:21:20 +0300 8164743: Convert TestAsUtf8 to GTest
kzhaldyb [Wed, 24 Aug 2016 19:21:20 +0300] rev 40901
8164743: Convert TestAsUtf8 to GTest Reviewed-by: dholmes, rprotacio
Wed, 24 Aug 2016 18:10:09 +0300 8164738: Convert AltHashing_test to GTest
kzhaldyb [Wed, 24 Aug 2016 18:10:09 +0300] rev 40900
8164738: Convert AltHashing_test to GTest Reviewed-by: dholmes, coleenp
Thu, 01 Sep 2016 08:30:17 +0200 8163589: Add back class id intrinsic method for event based tracing
rehn [Thu, 01 Sep 2016 08:30:17 +0200] rev 40899
8163589: Add back class id intrinsic method for event based tracing Reviewed-by: kvn, mgronlun
Wed, 31 Aug 2016 19:41:57 -0400 8165014: Unaligned unsafe access should throw InternalError on Solaris
mdoerr [Wed, 31 Aug 2016 19:41:57 -0400] rev 40898
8165014: Unaligned unsafe access should throw InternalError on Solaris Reviewed-by: dholmes, coleenp
Wed, 31 Aug 2016 16:41:01 +0000 Merge
hseigel [Wed, 31 Aug 2016 16:41:01 +0000] rev 40897
Merge
Wed, 31 Aug 2016 10:27:32 -0400 8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties
hseigel [Wed, 31 Aug 2016 10:27:32 -0400] rev 40896
8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties Summary: Change the checks for module related properties to look for specific properties, not just jdk.module Reviewed-by: coleenp, gziemski, ddmitriev
Wed, 31 Aug 2016 16:48:26 +0200 8164862: 2 JVMCI tests should not be executed on linux-x86
erikj [Wed, 31 Aug 2016 16:48:26 +0200] rev 40895
8164862: 2 JVMCI tests should not be executed on linux-x86 Reviewed-by: kvn, gtriantafill
Wed, 31 Aug 2016 06:35:19 -0400 8164692: InstanceKlass::_previous_version_count goes negative
coleenp [Wed, 31 Aug 2016 06:35:19 -0400] rev 40894
8164692: InstanceKlass::_previous_version_count goes negative Summary: decrement previous_version_count when it's removed from the list. Reviewed-by: dcubed, dlong, sspitsyn
Wed, 31 Aug 2016 11:47:14 +0300 8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
dsamersoff [Wed, 31 Aug 2016 11:47:14 +0300] rev 40893
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22" Summary: Accounted for the new JVMCI related Deoptimization Reasons. Reviewed-by: dsamersoff, sla Contributed-by: jini.george@oracle.com
Tue, 30 Aug 2016 23:48:16 -0400 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett [Tue, 30 Aug 2016 23:48:16 -0400] rev 40892
8156500: Move Reference pending list into VM to prevent deadlocks Summary: Move reference pending list and locking into VM Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com
Tue, 30 Aug 2016 12:48:03 +0300 8148103: add more tests for task "Update JDI and JDWP for modules"
akulyakh [Tue, 30 Aug 2016 12:48:03 +0300] rev 40891
8148103: add more tests for task "Update JDI and JDWP for modules" Summary: A new JDWP test Reviewed-by: sspitsyn
Tue, 30 Aug 2016 09:25:18 +0000 Merge
dsamersoff [Tue, 30 Aug 2016 09:25:18 +0000] rev 40890
Merge
Tue, 30 Aug 2016 11:06:25 +0300 8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
dsamersoff [Tue, 30 Aug 2016 11:06:25 +0300] rev 40889
8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE Summary: Addition of –XX:+UnlockDiagnosticVMOptions for the test invocation for jcmd and modularization related cleanup Reviewed-by: dholmes, mchung Contributed-by: jini.george@oracle.com
Tue, 30 Aug 2016 09:17:49 +0200 8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64
tschatzl [Tue, 30 Aug 2016 09:17:49 +0200] rev 40888
8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64 Summary: Do not unnecessarily touch the memory of free regions during the compaction phase in G1 full gc causing some OSes to allocate physical memory for them, decreasing performance in some situations. Reviewed-by: mgerdin, jmasa
Mon, 29 Aug 2016 20:13:45 -0400 8158854: Ensure release_store is paired with load_acquire in lock-free code
dholmes [Mon, 29 Aug 2016 20:13:45 -0400] rev 40887
8158854: Ensure release_store is paired with load_acquire in lock-free code Reviewed-by: shade, dcubed, zgu
Mon, 29 Aug 2016 23:04:48 +0400 8164660: MinimalVM is not tested with GC tests
dfazunen [Mon, 29 Aug 2016 23:04:48 +0400] rev 40886
8164660: MinimalVM is not tested with GC tests Reviewed-by: jmasa, tschatzl
Fri, 26 Aug 2016 14:27:41 +0200 8150823: UL disables log outputs incorrectly
mlarsson [Fri, 26 Aug 2016 14:27:41 +0200] rev 40885
8150823: UL disables log outputs incorrectly Reviewed-by: rehn, sla
Tue, 05 Apr 2016 16:51:58 +0200 8150894: Unused -Xlog tag sequences are silently ignored.
mlarsson [Tue, 05 Apr 2016 16:51:58 +0200] rev 40884
8150894: Unused -Xlog tag sequences are silently ignored. Reviewed-by: rehn, sla
Fri, 26 Aug 2016 14:47:52 -0700 Merge
iveresov [Fri, 26 Aug 2016 14:47:52 -0700] rev 40883
Merge
Thu, 25 Aug 2016 02:10:03 -0700 8158639: C2 compilation fails with SIGSEGV
jcm [Thu, 25 Aug 2016 02:10:03 -0700] rev 40882
8158639: C2 compilation fails with SIGSEGV Summary: fixed the jvms for callsite traps based on declared signature. Reviewed-by: kvn, vlivanov, dlong
Thu, 25 Aug 2016 12:52:18 +0300 8155635: C2: Mixed unsafe accesses break alias analysis
vlivanov [Thu, 25 Aug 2016 12:52:18 +0300] rev 40881
8155635: C2: Mixed unsafe accesses break alias analysis Reviewed-by: jrose, kvn
Thu, 25 Aug 2016 12:51:10 +0300 8162101: C2: Handle "wide" aliases for unsafe accesses
vlivanov [Thu, 25 Aug 2016 12:51:10 +0300] rev 40880
8162101: C2: Handle "wide" aliases for unsafe accesses Reviewed-by: kvn
Tue, 23 Aug 2016 22:31:48 +0000 Merge
dnsimon [Tue, 23 Aug 2016 22:31:48 +0000] rev 40879
Merge
Tue, 23 Aug 2016 22:24:31 +0000 8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI
dnsimon [Tue, 23 Aug 2016 22:24:31 +0000] rev 40878
8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI Reviewed-by: twisti, kvn, never
Tue, 23 Aug 2016 12:26:05 -0700 8151988: Hotspot deoptimizes div/mod pair usage
vdeshpande [Tue, 23 Aug 2016 12:26:05 -0700] rev 40877
8151988: Hotspot deoptimizes div/mod pair usage Summary: don't remove control edge of Mod node until DivMod node matching Reviewed-by: kvn
Tue, 23 Aug 2016 18:03:37 +0000 Merge
tpivovarova [Tue, 23 Aug 2016 18:03:37 +0000] rev 40876
Merge
Tue, 23 Aug 2016 19:53:40 +0300 8164648: [TESTBUG] jittester failed compilation after 8157957
tpivovarova [Tue, 23 Aug 2016 19:53:40 +0300] rev 40875
8164648: [TESTBUG] jittester failed compilation after 8157957 Reviewed-by: vlivanov
Tue, 23 Aug 2016 18:57:21 +0200 Merge
dpochepk [Tue, 23 Aug 2016 18:57:21 +0200] rev 40874
Merge
Tue, 23 Aug 2016 19:30:56 +0300 8164608: [TESTBUG] compiler/profiling tests fail to compile
dpochepk [Tue, 23 Aug 2016 19:30:56 +0300] rev 40873
8164608: [TESTBUG] compiler/profiling tests fail to compile Reviewed-by: ctornqvi
Tue, 23 Aug 2016 15:16:45 +0000 8164214: [JVMCI] include VarHandle in signature polymorphic method test
dnsimon [Tue, 23 Aug 2016 15:16:45 +0000] rev 40872
8164214: [JVMCI] include VarHandle in signature polymorphic method test Reviewed-by: kvn, twisti, iveresov, psandoz
Tue, 23 Aug 2016 13:44:26 +0200 8038348: Instance field load is replaced by wrong data Phi
thartmann [Tue, 23 Aug 2016 13:44:26 +0200] rev 40871
8038348: Instance field load is replaced by wrong data Phi Summary: Store additional information in PhiNodes corresponding to known instance field values to avoid incorrect reusage. Reviewed-by: kvn, vlivanov
Mon, 22 Aug 2016 20:30:37 +0000 Merge
dnsimon [Mon, 22 Aug 2016 20:30:37 +0000] rev 40870
Merge
Mon, 22 Aug 2016 19:29:15 +0000 8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
dnsimon [Mon, 22 Aug 2016 19:29:15 +0000] rev 40869
8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp Reviewed-by: zmajo
Mon, 22 Aug 2016 11:47:15 -0700 8164122: C1: assert(false) failed: stack or locks not matching (invalid bytecodes)
iveresov [Mon, 22 Aug 2016 11:47:15 -0700] rev 40868
8164122: C1: assert(false) failed: stack or locks not matching (invalid bytecodes) Summary: Ignore return value if MH intrinsic returns void Reviewed-by: roland, kvn
Fri, 19 Aug 2016 18:51:15 -0700 Merge
iveresov [Fri, 19 Aug 2016 18:51:15 -0700] rev 40867
Merge
Fri, 19 Aug 2016 15:29:57 -0700 Merge
iveresov [Fri, 19 Aug 2016 15:29:57 -0700] rev 40866
Merge
Sat, 20 Aug 2016 00:15:45 +0300 8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
dpochepk [Sat, 20 Aug 2016 00:15:45 +0300] rev 40865
8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout Reviewed-by: kvn
Fri, 19 Aug 2016 14:35:15 -0700 Merge
iveresov [Fri, 19 Aug 2016 14:35:15 -0700] rev 40864
Merge
Fri, 19 Aug 2016 08:34:30 +0200 8064892: Non-methods code cache overflow is not handled correctly
thartmann [Fri, 19 Aug 2016 08:34:30 +0200] rev 40863
8064892: Non-methods code cache overflow is not handled correctly Summary: Should keep track of requested code blob type for error reporting. Added additional debug output. Reviewed-by: kvn, dpochepk
Thu, 18 Aug 2016 14:31:02 -0700 8162496: missing precedence edge for anti_dependence
kvn [Thu, 18 Aug 2016 14:31:02 -0700] rev 40862
8162496: missing precedence edge for anti_dependence Summary: fix Implicit Null Check optimization code. Reviewed-by: roland, aph
Fri, 26 Aug 2016 10:14:14 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:14:14 -0700] rev 40861
Merge
Fri, 26 Aug 2016 06:37:34 -0700 8161280: assert failed: reference count underflow for symbol
iklam [Fri, 26 Aug 2016 06:37:34 -0700] rev 40860
8161280: assert failed: reference count underflow for symbol Reviewed-by: dholmes, coleenp, kbarrett
Fri, 26 Aug 2016 13:11:20 +0300 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout.
dsamersoff [Fri, 26 Aug 2016 13:11:20 +0300] rev 40859
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout. Summary: Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java Reviewed-by: dsamersoff, dholmes Contributed-by: sharath.ballal@oracle.com
Thu, 25 Aug 2016 12:24:05 +0900 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
ysuenaga [Thu, 25 Aug 2016 12:24:05 +0900] rev 40858
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap Reviewed-by: dholmes, sjohanss
Thu, 25 Aug 2016 13:48:42 +0000 Merge
rprotacio [Thu, 25 Aug 2016 13:48:42 +0000] rev 40857
Merge
Thu, 25 Aug 2016 09:23:45 -0400 8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
rprotacio [Thu, 25 Aug 2016 09:23:45 -0400] rev 40856
8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent Summary: Added default format checking of class names loaded by the app class loader Reviewed-by: coleenp, lfoltan
Thu, 25 Aug 2016 08:40:53 -0400 8164737: Remove Unsafe dependency from ProcessTools
ctornqvi [Thu, 25 Aug 2016 08:40:53 -0400] rev 40855
8164737: Remove Unsafe dependency from ProcessTools Reviewed-by: gtriantafill, dholmes
Thu, 25 Aug 2016 14:12:09 +0400 8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap
dfazunen [Thu, 25 Aug 2016 14:12:09 +0400] rev 40854
8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap Reviewed-by: jmasa, sangheki, kzhaldyb
Thu, 15 Sep 2016 17:15:52 +0000 Added tag jdk-9+136 for changeset 36d7560ae09e
lana [Thu, 15 Sep 2016 17:15:52 +0000] rev 40853
Added tag jdk-9+136 for changeset 36d7560ae09e
Thu, 15 Sep 2016 21:08:27 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:27 +0000] rev 40852
Merge
Wed, 14 Sep 2016 11:22:38 -0700 Merge
amurillo [Wed, 14 Sep 2016 11:22:38 -0700] rev 40851
Merge
Sat, 10 Sep 2016 12:18:30 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:18:30 -0700] rev 40850
Merge
Thu, 01 Sep 2016 15:20:56 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40849
Merge
Thu, 01 Sep 2016 14:09:00 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:00 -0700] rev 40848
Merge
Fri, 26 Aug 2016 14:47:51 -0700 Merge
iveresov [Fri, 26 Aug 2016 14:47:51 -0700] rev 40847
Merge
Tue, 23 Aug 2016 19:30:35 +0300 8164608: [TESTBUG] compiler/profiling tests fail to compile
dpochepk [Tue, 23 Aug 2016 19:30:35 +0300] rev 40846
8164608: [TESTBUG] compiler/profiling tests fail to compile Reviewed-by: ctornqvi
Fri, 26 Aug 2016 10:14:14 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:14:14 -0700] rev 40845
Merge
Thu, 25 Aug 2016 08:39:06 -0400 8164737: Remove Unsafe dependency from ProcessTools
ctornqvi [Thu, 25 Aug 2016 08:39:06 -0400] rev 40844
8164737: Remove Unsafe dependency from ProcessTools Reviewed-by: gtriantafill, dholmes
Tue, 13 Sep 2016 20:59:28 +0530 8163320: JAVA_VERSION in release file should come from java.base module
sundar [Tue, 13 Sep 2016 20:59:28 +0530] rev 40843
8163320: JAVA_VERSION in release file should come from java.base module Reviewed-by: mchung
Thu, 15 Sep 2016 17:15:51 +0000 Added tag jdk-9+136 for changeset eecdf7525f79
lana [Thu, 15 Sep 2016 17:15:51 +0000] rev 40842
Added tag jdk-9+136 for changeset eecdf7525f79
Wed, 05 Jul 2017 22:12:20 +0200 Added tag jdk-9+136 for changeset 1b4b5d01aa11
duke [Wed, 05 Jul 2017 22:12:20 +0200] rev 40841
Added tag jdk-9+136 for changeset 1b4b5d01aa11
Wed, 05 Jul 2017 22:12:19 +0200 Merge jdk-9+136
duke [Wed, 05 Jul 2017 22:12:19 +0200] rev 40840
Merge
Wed, 05 Jul 2017 22:12:11 +0200 Merge
duke [Wed, 05 Jul 2017 22:12:11 +0200] rev 40839
Merge
Thu, 08 Sep 2016 22:13:38 +0000 Merge
lana [Thu, 08 Sep 2016 22:13:38 +0000] rev 40838
Merge
Thu, 08 Sep 2016 15:48:28 +0200 8131025: JShell: crash on tab-complete reference to bad class file
jlahoda [Thu, 08 Sep 2016 15:48:28 +0200] rev 40837
8131025: JShell: crash on tab-complete reference to bad class file Summary: Catching CompletionFailure when iterating through Scope. Reviewed-by: rfield
Wed, 07 Sep 2016 12:15:22 -0700 8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
rfield [Wed, 07 Sep 2016 12:15:22 -0700] rev 40836
8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed" Reviewed-by: jlahoda
Tue, 06 Sep 2016 17:04:43 -0700 8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
vromero [Tue, 06 Sep 2016 17:04:43 -0700] rev 40835
8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags Reviewed-by: mcimadamore
Thu, 08 Sep 2016 21:11:55 +0000 Added tag jdk-9+135 for changeset 39dd3d3d369e
lana [Thu, 08 Sep 2016 21:11:55 +0000] rev 40834
Added tag jdk-9+135 for changeset 39dd3d3d369e
Wed, 05 Jul 2017 22:12:04 +0200 Merge
duke [Wed, 05 Jul 2017 22:12:04 +0200] rev 40833
Merge
Thu, 08 Sep 2016 21:11:54 +0000 Added tag jdk-9+135 for changeset 68787613f261
lana [Thu, 08 Sep 2016 21:11:54 +0000] rev 40832
Added tag jdk-9+135 for changeset 68787613f261
Wed, 05 Jul 2017 22:11:56 +0200 Merge
duke [Wed, 05 Jul 2017 22:11:56 +0200] rev 40831
Merge
Thu, 08 Sep 2016 22:13:43 +0000 Merge
lana [Thu, 08 Sep 2016 22:13:43 +0000] rev 40830
Merge
Thu, 08 Sep 2016 12:33:10 +0800 8165617: Cleanup whitespace in jaxp/test
fyuan [Thu, 08 Sep 2016 12:33:10 +0800] rev 40829
8165617: Cleanup whitespace in jaxp/test Summary: Removed the extra LF from the java files Reviewed-by: joehw
Wed, 07 Sep 2016 11:00:14 -0700 8165116: redirect function is not allowed even with enableExtensionFunctions
joehw [Wed, 07 Sep 2016 11:00:14 -0700] rev 40828
8165116: redirect function is not allowed even with enableExtensionFunctions Reviewed-by: lancea
Thu, 08 Sep 2016 21:11:54 +0000 Added tag jdk-9+135 for changeset ac2a115938ab
lana [Thu, 08 Sep 2016 21:11:54 +0000] rev 40827
Added tag jdk-9+135 for changeset ac2a115938ab
Wed, 05 Jul 2017 22:11:46 +0200 Merge
duke [Wed, 05 Jul 2017 22:11:46 +0200] rev 40826
Merge
Thu, 08 Sep 2016 22:13:47 +0000 Merge
lana [Thu, 08 Sep 2016 22:13:47 +0000] rev 40825
Merge
Wed, 07 Sep 2016 22:48:02 +0200 8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded
hannesw [Wed, 07 Sep 2016 22:48:02 +0200] rev 40824
8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded Reviewed-by: jlaskey, mhaupt
Thu, 08 Sep 2016 21:11:56 +0000 Added tag jdk-9+135 for changeset cc9682f2ced6
lana [Thu, 08 Sep 2016 21:11:56 +0000] rev 40823
Added tag jdk-9+135 for changeset cc9682f2ced6
Wed, 05 Jul 2017 22:11:37 +0200 Merge
duke [Wed, 05 Jul 2017 22:11:37 +0200] rev 40822
Merge
Thu, 08 Sep 2016 21:11:53 +0000 Added tag jdk-9+135 for changeset e8d5d0486ea5
lana [Thu, 08 Sep 2016 21:11:53 +0000] rev 40821
Added tag jdk-9+135 for changeset e8d5d0486ea5
Wed, 05 Jul 2017 22:11:30 +0200 Merge
duke [Wed, 05 Jul 2017 22:11:30 +0200] rev 40820
Merge
Mon, 12 Sep 2016 22:04:48 +0000 Merge
sspitsyn [Mon, 12 Sep 2016 22:04:48 +0000] rev 40819
Merge
Mon, 12 Sep 2016 15:00:58 -0700 8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
sspitsyn [Mon, 12 Sep 2016 15:00:58 -0700] rev 40818
8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader Summary: Add agent JAR to the custom system class loader Reviewed-by: alanb, mchung, dholmes
Mon, 12 Sep 2016 13:14:49 -0700 8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
dl [Mon, 12 Sep 2016 13:14:49 -0700] rev 40817
8164169: Miscellaneous changes imported from jsr166 CVS 2016-09 Reviewed-by: martin, psandoz, shade
Mon, 12 Sep 2016 13:11:38 -0700 8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
dl [Mon, 12 Sep 2016 13:11:38 -0700] rev 40816
8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently Reviewed-by: martin, psandoz, shade
Mon, 12 Sep 2016 13:07:30 -0700 8164983: Improve CountedCompleter code samples; add corresponding tests
dl [Mon, 12 Sep 2016 13:07:30 -0700] rev 40815
8164983: Improve CountedCompleter code samples; add corresponding tests Reviewed-by: martin, psandoz, shade
Mon, 12 Sep 2016 20:12:26 +0200 8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
redestad [Mon, 12 Sep 2016 20:12:26 +0200] rev 40814
8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723 Reviewed-by: darcy
Mon, 12 Sep 2016 09:38:32 -0700 8165605: Thai resources in jdk.localedata cause split package issue with java.base
naoto [Mon, 12 Sep 2016 09:38:32 -0700] rev 40813
8165605: Thai resources in jdk.localedata cause split package issue with java.base Reviewed-by: mchung, erikj
Mon, 12 Sep 2016 17:45:55 +0200 8165723: JarFile::isMultiRelease() method returns false when it should return true
redestad [Mon, 12 Sep 2016 17:45:55 +0200] rev 40812
8165723: JarFile::isMultiRelease() method returns false when it should return true Reviewed-by: alanb
Mon, 12 Sep 2016 18:27:33 +0530 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
sundar [Mon, 12 Sep 2016 18:27:33 +0530] rev 40811
8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java Reviewed-by: alanb, jlaskey
Mon, 12 Sep 2016 13:23:07 +0200 8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy
redestad [Mon, 12 Sep 2016 13:23:07 +0200] rev 40810
8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy Reviewed-by: mhaupt, vlivanov, psandoz, shade
Sun, 11 Sep 2016 13:23:14 -0700 8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
darcy [Sun, 11 Sep 2016 13:23:14 -0700] rev 40809
8165810: Problem list VersionCheck.java until JDK-8165772 is fixed Reviewed-by: lancea, redestad
Sat, 10 Sep 2016 06:46:45 +0530 8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes
sundar [Sat, 10 Sep 2016 06:46:45 +0530] rev 40808
8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes Reviewed-by: ksrini
Fri, 09 Sep 2016 14:54:41 -0700 8161230: ClassLoader: add resource methods returning java.util.stream.Stream
psandoz [Fri, 09 Sep 2016 14:54:41 -0700] rev 40807
8161230: ClassLoader: add resource methods returning java.util.stream.Stream Reviewed-by: psandoz, alanb, mchung, tvaleev Contributed-by: Patrick Reinhart <patrick@reini.net>
Fri, 09 Sep 2016 14:54:29 -0700 8164691: Stream specification clarifications for iterate and collect
psandoz [Fri, 09 Sep 2016 14:54:29 -0700] rev 40806
8164691: Stream specification clarifications for iterate and collect Reviewed-by: briangoetz, smarks, tvaleev
Fri, 09 Sep 2016 14:54:24 -0700 8165731: Reference to removed method in VarHandle JavaDoc
psandoz [Fri, 09 Sep 2016 14:54:24 -0700] rev 40805
8165731: Reference to removed method in VarHandle JavaDoc Reviewed-by: shade, bpb
Fri, 09 Sep 2016 13:44:48 -0700 8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
mchung [Fri, 09 Sep 2016 13:44:48 -0700] rev 40804
8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE Reviewed-by: alanb, lancea, shade
Fri, 09 Sep 2016 16:24:24 -0400 8165393: bad merge in java/lang/ref/package-info.java
kbarrett [Fri, 09 Sep 2016 16:24:24 -0400] rev 40803
8165393: bad merge in java/lang/ref/package-info.java Summary: Added the missing change. Reviewed-by: rriggs
Fri, 09 Sep 2016 12:07:49 -0700 4285505: deprecate java.lang.Compiler
smarks [Fri, 09 Sep 2016 12:07:49 -0700] rev 40802
4285505: deprecate java.lang.Compiler Reviewed-by: shade, forax, kmo, tellison, mchung, alanb, rriggs
Fri, 09 Sep 2016 10:58:05 -0700 8165592: Fix module dependencies for sun/text/* tests
skovalev [Fri, 09 Sep 2016 10:58:05 -0700] rev 40801
8165592: Fix module dependencies for sun/text/* tests Reviewed-by: naoto
Wed, 07 Sep 2016 14:44:59 -0700 8165643: SecureDirectoryStream doesn't work on linux non-x86
martin [Wed, 07 Sep 2016 14:44:59 -0700] rev 40800
8165643: SecureDirectoryStream doesn't work on linux non-x86 Reviewed-by: alanb
Thu, 08 Sep 2016 22:14:00 +0000 Merge
lana [Thu, 08 Sep 2016 22:14:00 +0000] rev 40799
Merge
Thu, 08 Sep 2016 14:23:45 -0700 8039854: Broken link in java.lang.RuntimePermission
darcy [Thu, 08 Sep 2016 14:23:45 -0700] rev 40798
8039854: Broken link in java.lang.RuntimePermission Reviewed-by: lancea
Thu, 08 Sep 2016 09:59:54 -0700 8165583: Fix module dependencies for jdk/java/util/* tests
skovalev [Thu, 08 Sep 2016 09:59:54 -0700] rev 40797
8165583: Fix module dependencies for jdk/java/util/* tests Reviewed-by: alanb
Thu, 08 Sep 2016 09:45:50 -0700 8165563: ClassLoader::getSystemClassLoader will never be null
mchung [Thu, 08 Sep 2016 09:45:50 -0700] rev 40796
8165563: ClassLoader::getSystemClassLoader will never be null Reviewed-by: alanb, dholmes, psandoz
Thu, 08 Sep 2016 16:16:44 +0100 8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
coffeys [Thu, 08 Sep 2016 16:16:44 +0100] rev 40795
8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode Reviewed-by: chegar
Thu, 08 Sep 2016 20:21:42 +0530 8165697: jlink running on Mac with Windows jmods produces non-runnable image
sundar [Thu, 08 Sep 2016 20:21:42 +0530] rev 40794
8165697: jlink running on Mac with Windows jmods produces non-runnable image Reviewed-by: jlaskey, redestad
Wed, 07 Sep 2016 14:59:55 -0700 8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
smarks [Wed, 07 Sep 2016 14:59:55 -0700] rev 40793
8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text Reviewed-by: iris, darcy, mchung
Wed, 07 Sep 2016 10:58:22 -0700 8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
ksrini [Wed, 07 Sep 2016 10:58:22 -0700] rev 40792
8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR Reviewed-by: jrose
Wed, 07 Sep 2016 10:04:46 -0700 8165604: Fix module dependencies for sun/util/* tests
skovalev [Wed, 07 Sep 2016 10:04:46 -0700] rev 40791
8165604: Fix module dependencies for sun/util/* tests Reviewed-by: rriggs, naoto
Wed, 07 Sep 2016 18:35:21 +0530 8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
sundar [Wed, 07 Sep 2016 18:35:21 +0530] rev 40790
8165503: jlink exclude VM plugin's handling of jvmlibs is wrong Reviewed-by: jlaskey
Wed, 07 Sep 2016 10:14:48 +0300 8165413: Typos in javadoc: extra period, wrong number, misspelled word
igerasim [Wed, 07 Sep 2016 10:14:48 +0300] rev 40789
8165413: Typos in javadoc: extra period, wrong number, misspelled word Reviewed-by: weijun, mullan
Tue, 06 Sep 2016 16:08:54 -0700 8159404: throw UnsupportedOperationException unconditionally for mutator methods
smarks [Tue, 06 Sep 2016 16:08:54 -0700] rev 40788
8159404: throw UnsupportedOperationException unconditionally for mutator methods Reviewed-by: martin, psandoz
Tue, 06 Sep 2016 17:07:06 -0400 8148859: Fix module dependences for java/time tests
shurailine [Tue, 06 Sep 2016 17:07:06 -0400] rev 40787
8148859: Fix module dependences for java/time tests Reviewed-by: alanb, rriggs
Thu, 08 Sep 2016 21:11:54 +0000 Added tag jdk-9+135 for changeset 6d7a656b1612
lana [Thu, 08 Sep 2016 21:11:54 +0000] rev 40786
Added tag jdk-9+135 for changeset 6d7a656b1612
Wed, 05 Jul 2017 22:11:16 +0200 Merge
duke [Wed, 05 Jul 2017 22:11:16 +0200] rev 40785
Merge
Thu, 08 Sep 2016 21:11:53 +0000 Added tag jdk-9+135 for changeset 967c7d5073aa
lana [Thu, 08 Sep 2016 21:11:53 +0000] rev 40784
Added tag jdk-9+135 for changeset 967c7d5073aa
Mon, 12 Sep 2016 09:38:26 -0700 8165605: Thai resources in jdk.localedata cause split package issue with java.base
naoto [Mon, 12 Sep 2016 09:38:26 -0700] rev 40783
8165605: Thai resources in jdk.localedata cause split package issue with java.base Reviewed-by: mchung, erikj
Mon, 12 Sep 2016 18:25:49 +0530 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
sundar [Mon, 12 Sep 2016 18:25:49 +0530] rev 40782
8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java Reviewed-by: alanb, jlaskey
Thu, 08 Sep 2016 22:13:15 +0000 Merge
lana [Thu, 08 Sep 2016 22:13:15 +0000] rev 40781
Merge
Thu, 08 Sep 2016 14:35:02 +0530 8165595: Main class should be set for nashorn modules
sundar [Thu, 08 Sep 2016 14:35:02 +0530] rev 40780
8165595: Main class should be set for nashorn modules Reviewed-by: jlaskey, erikj
Thu, 08 Sep 2016 21:11:52 +0000 Added tag jdk-9+135 for changeset c55ef7ed9aa0
lana [Thu, 08 Sep 2016 21:11:52 +0000] rev 40779
Added tag jdk-9+135 for changeset c55ef7ed9aa0
Wed, 05 Jul 2017 22:10:59 +0200 Added tag jdk-9+135 for changeset e384420383a5
duke [Wed, 05 Jul 2017 22:10:59 +0200] rev 40778
Added tag jdk-9+135 for changeset e384420383a5
Wed, 05 Jul 2017 22:10:57 +0200 Merge jdk-9+135
duke [Wed, 05 Jul 2017 22:10:57 +0200] rev 40777
Merge
Wed, 05 Jul 2017 22:10:52 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:52 +0200] rev 40776
Merge
Tue, 06 Sep 2016 12:51:40 +0200 8161376: Introduce -Xlint:exports
jlahoda [Tue, 06 Sep 2016 12:51:40 +0200] rev 40775
8161376: Introduce -Xlint:exports Summary: Adding -Xlint:exports, currently not doing anything. Functionality will be added separatelly under JDK-8153362. Reviewed-by: jjg
Fri, 02 Sep 2016 05:43:54 -0700 8160454: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getDirectives() causes NPE on unnamed modules
vromero [Fri, 02 Sep 2016 05:43:54 -0700] rev 40774
8160454: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getDirectives() causes NPE on unnamed modules Reviewed-by: jjg
Fri, 02 Sep 2016 02:42:03 +0000 Merge
lana [Fri, 02 Sep 2016 02:42:03 +0000] rev 40773
Merge
Fri, 02 Sep 2016 07:49:15 +0530 8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
sadayapalam [Fri, 02 Sep 2016 07:49:15 +0530] rev 40772
8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation Reviewed-by: mcimadamore
Thu, 01 Sep 2016 13:21:52 -0700 8165211: JShell: Fix completion analysis problems
rfield [Thu, 01 Sep 2016 13:21:52 -0700] rev 40771
8165211: JShell: Fix completion analysis problems Reviewed-by: jlahoda
Thu, 01 Sep 2016 21:25:33 +0200 8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
jlahoda [Thu, 01 Sep 2016 21:25:33 +0200] rev 40770
8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure Summary: Avoiding conflict between the CompletionSuggestionTest.testUncompletedDeclaration test and ClassPathTest Reviewed-by: rfield
Thu, 01 Sep 2016 12:13:13 -0700 8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
rfield [Thu, 01 Sep 2016 12:13:13 -0700] rev 40769
8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator Reviewed-by: jlahoda
Mon, 29 Aug 2016 15:53:03 +0200 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40768
8165008: javac -Xmodule compiles the module in a way that reads the unnamed module Summary: Ensuring proper separation between named modules and the unnamed module when using -Xmodule Reviewed-by: jjg
Thu, 01 Sep 2016 10:30:50 +0200 8131023: JShell: System.in does not work
jlahoda [Thu, 01 Sep 2016 10:30:50 +0200] rev 40767
8131023: JShell: System.in does not work Summary: Pass user input to snippets/remote agent Reviewed-by: rfield
Thu, 01 Sep 2016 13:18:42 +0800 8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
amlu [Thu, 01 Sep 2016 13:18:42 +0800] rev 40766
8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage Reviewed-by: darcy
Thu, 01 Sep 2016 11:07:00 +0900 8164825: jshell tool: Completion for subcommand
shinyafox [Thu, 01 Sep 2016 11:07:00 +0900] rev 40765
8164825: jshell tool: Completion for subcommand Reviewed-by: jlahoda
Wed, 31 Aug 2016 10:35:51 -0700 8164518: JShell: Add failover case of explicitly listening to "localhost"
rfield [Wed, 31 Aug 2016 10:35:51 -0700] rev 40764
8164518: JShell: Add failover case of explicitly listening to "localhost" Reviewed-by: jlahoda
Tue, 30 Aug 2016 20:49:41 -0700 8165109: langtools/test switches to use new CLI options
mchung [Tue, 30 Aug 2016 20:49:41 -0700] rev 40763
8165109: langtools/test switches to use new CLI options Reviewed-by: jjg, amlu
Tue, 30 Aug 2016 17:47:46 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:47:46 -0700] rev 40762
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Mon, 29 Aug 2016 13:44:43 -0700 8164837: fix jdeprscan TestLoad and TestScan failures on Windows
smarks [Mon, 29 Aug 2016 13:44:43 -0700] rev 40761
8164837: fix jdeprscan TestLoad and TestScan failures on Windows Reviewed-by: darcy
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset eb2c81860c86
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40760
Added tag jdk-9+134 for changeset eb2c81860c86
Wed, 05 Jul 2017 22:10:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:41 +0200] rev 40759
Merge
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 219458339252
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40758
Added tag jdk-9+134 for changeset 219458339252
Wed, 05 Jul 2017 22:10:32 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:32 +0200] rev 40757
Merge
Fri, 02 Sep 2016 02:41:56 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:56 +0000] rev 40756
Merge
Thu, 01 Sep 2016 17:03:41 -0700 8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present
joehw [Thu, 01 Sep 2016 17:03:41 -0700] rev 40755
8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present Reviewed-by: aefimov, lancea, dfuchs
Thu, 01 Sep 2016 17:12:12 +0300 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message
aefimov [Thu, 01 Sep 2016 17:12:12 +0300] rev 40754
8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message Reviewed-by: joehw, clanger
Wed, 31 Aug 2016 14:33:23 -0700 8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
joehw [Wed, 31 Aug 2016 14:33:23 -0700] rev 40753
8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected Reviewed-by: lancea
Tue, 30 Aug 2016 17:49:43 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:49:43 -0700] rev 40752
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 1dddef49982c
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40751
Added tag jdk-9+134 for changeset 1dddef49982c
Wed, 05 Jul 2017 22:10:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:22 +0200] rev 40750
Merge
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset d48c4f63e546
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40749
Added tag jdk-9+134 for changeset d48c4f63e546
Wed, 05 Jul 2017 22:10:13 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:13 +0200] rev 40748
Merge
Thu, 01 Sep 2016 23:20:10 +0000 Added tag jdk-9+134 for changeset 6929cdb3e1c5
lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40747
Added tag jdk-9+134 for changeset 6929cdb3e1c5
Wed, 05 Jul 2017 22:10:05 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:05 +0200] rev 40746
Merge
Tue, 06 Sep 2016 13:09:29 -0400 8161360: Deprecated vfork() should not be used on Solaris
alanbur [Tue, 06 Sep 2016 13:09:29 -0400] rev 40745
8161360: Deprecated vfork() should not be used on Solaris Reviewed-by: rriggs, dsamersoff
Tue, 06 Sep 2016 18:16:56 +0530 8163952: jlink exclude VM plugin does not support static libraries
sundar [Tue, 06 Sep 2016 18:16:56 +0530] rev 40744
8163952: jlink exclude VM plugin does not support static libraries Reviewed-by: jlaskey
Tue, 06 Sep 2016 14:11:12 +0530 8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
vtewari [Tue, 06 Sep 2016 14:11:12 +0530] rev 40743
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules Reviewed-by: mchung, dfuchs
Tue, 06 Sep 2016 13:57:03 +0530 8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null.
vtewari [Tue, 06 Sep 2016 13:57:03 +0530] rev 40742
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null. Summary: Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added. Reviewed-by: dfuchs, alanb Contributed-by: amit.sapre@oracle.com
Mon, 05 Sep 2016 10:05:12 +0200 8163181: Further improvements for Unix NetworkInterface native implementation
clanger [Mon, 05 Sep 2016 10:05:12 +0200] rev 40741
8163181: Further improvements for Unix NetworkInterface native implementation Reviewed-by: chegar, msheppar
Sat, 03 Sep 2016 13:43:01 +0300 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
igerasim [Sat, 03 Sep 2016 13:43:01 +0300] rev 40740
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output Reviewed-by: rriggs, alanb, sherman
Fri, 02 Sep 2016 12:38:27 -0700 8165000: Selector.select(timeout) throws IOException when timeout is a large long
bpb [Fri, 02 Sep 2016 12:38:27 -0700] rev 40739
8165000: Selector.select(timeout) throws IOException when timeout is a large long Summary: Clamp the timeout passed to kevent0 to the largest value that does not provoke the error. Reviewed-by: clanger, alanb
Fri, 02 Sep 2016 12:30:46 -0400 8155102: (Process) Process.toString could include pid, isAlive, exitStatus
rriggs [Fri, 02 Sep 2016 12:30:46 -0400] rev 40738
8155102: (Process) Process.toString could include pid, isAlive, exitStatus Reviewed-by: rriggs Contributed-by: andrey.dyachkov@gmail.com
Thu, 01 Sep 2016 10:35:38 +0530 8161016: Strange behavior of URLConnection with proxy
rpatil [Thu, 01 Sep 2016 10:35:38 +0530] rev 40737
8161016: Strange behavior of URLConnection with proxy Reviewed-by: shade, chegar
Fri, 02 Sep 2016 14:46:27 +0530 8157992: Improve jlink help message on optimization-related options
sundar [Fri, 02 Sep 2016 14:46:27 +0530] rev 40736
8157992: Improve jlink help message on optimization-related options Reviewed-by: redestad, alanb
Fri, 02 Sep 2016 02:41:37 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:37 +0000] rev 40735
Merge
Thu, 01 Sep 2016 13:56:13 -0700 8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
psandoz [Thu, 01 Sep 2016 13:56:13 -0700] rev 40734
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet Reviewed-by: martin
Thu, 01 Sep 2016 10:17:01 -0700 8162106: Remove VarHandle.addAndGet
psandoz [Thu, 01 Sep 2016 10:17:01 -0700] rev 40733
8162106: Remove VarHandle.addAndGet Reviewed-by: shade, redestad
Thu, 01 Sep 2016 10:16:57 -0700 8161444: VarHandles should provide access bitwise atomics
psandoz [Thu, 01 Sep 2016 10:16:57 -0700] rev 40732
8161444: VarHandles should provide access bitwise atomics 8162107: Add acquire/release variants for getAndSet and getAndAdd Reviewed-by: shade, redestad
Thu, 01 Sep 2016 08:39:27 -0700 Merge
prr [Thu, 01 Sep 2016 08:39:27 -0700] rev 40731
Merge
Tue, 30 Aug 2016 08:45:21 -0700 Merge
prr [Tue, 30 Aug 2016 08:45:21 -0700] rev 40730
Merge
Tue, 30 Aug 2016 11:07:58 +0530 6357887: selected printertray is ignored under linux
psadhukhan [Tue, 30 Aug 2016 11:07:58 +0530] rev 40729
6357887: selected printertray is ignored under linux Reviewed-by: prr, vadim
Mon, 29 Aug 2016 08:53:32 -0700 Merge
prr [Mon, 29 Aug 2016 08:53:32 -0700] rev 40728
Merge
Wed, 20 Jul 2016 15:07:48 +0200 8161923: Fix free in awt_PrintControl.
goetz [Wed, 20 Jul 2016 15:07:48 +0200] rev 40727
8161923: Fix free in awt_PrintControl. Reviewed-by: vadim
Thu, 25 Aug 2016 16:01:44 +0530 8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob()
psadhukhan [Thu, 25 Aug 2016 16:01:44 +0530] rev 40726
8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob() Reviewed-by: prr, jdv
Thu, 25 Aug 2016 14:12:13 +0530 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
aghaisas [Thu, 25 Aug 2016 14:12:13 +0530] rev 40725
8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees Reviewed-by: flar, prr
Thu, 25 Aug 2016 13:46:17 +0530 8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
aniyogi [Thu, 25 Aug 2016 13:46:17 +0530] rev 40724
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java Reviewed-by: alexsch, rchamyal
Wed, 24 Aug 2016 13:36:46 -0700 8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
prr [Wed, 24 Aug 2016 13:36:46 -0700] rev 40723
8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts Reviewed-by: serb, vadim
Wed, 24 Aug 2016 12:56:51 -0700 8164752: Extraneous debugging printf in hb-jdk-font.cc
prr [Wed, 24 Aug 2016 12:56:51 -0700] rev 40722
8164752: Extraneous debugging printf in hb-jdk-font.cc Reviewed-by: bpb
Wed, 24 Aug 2016 10:59:17 -0700 8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
bpb [Wed, 24 Aug 2016 10:59:17 -0700] rev 40721
8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node Summary: Add a throws clause to the TIFFField.createFromMetadataNode method specification stating that the supplied Node parameter must adhere to the TIFFField element structure defined by the TIFF native image metadata DTD. Reviewed-by: prr, darcy, serb
Wed, 24 Aug 2016 09:45:20 +0900 8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
peytoia [Wed, 24 Aug 2016 09:45:20 +0900] rev 40720
8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: prr, iris
Wed, 24 Aug 2016 00:23:49 +0400 8129854: Remove reflection from AWT/Swing classes
alexsch [Wed, 24 Aug 2016 00:23:49 +0400] rev 40719
8129854: Remove reflection from AWT/Swing classes Reviewed-by: serb
Tue, 23 Aug 2016 20:45:35 +0300 8160217: JavaSound should clean up resources better
serb [Tue, 23 Aug 2016 20:45:35 +0300] rev 40718
8160217: JavaSound should clean up resources better Reviewed-by: prr
Tue, 23 Aug 2016 18:15:27 +0300 8162840: Desktop. enableSuddenTermination() has no effect
azvegint [Tue, 23 Aug 2016 18:15:27 +0300] rev 40717
8162840: Desktop. enableSuddenTermination() has no effect Reviewed-by: serb
Tue, 23 Aug 2016 14:47:53 +0530 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
pnarayanan [Tue, 23 Aug 2016 14:47:53 +0530] rev 40716
8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage Reviewed-by: serb, psadhukhan
Tue, 23 Aug 2016 15:35:44 +0900 8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
rgoel [Tue, 23 Aug 2016 15:35:44 +0900] rev 40715
8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: naoto, okutsu, prr
Tue, 23 Aug 2016 10:27:47 +0530 8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
psadhukhan [Tue, 23 Aug 2016 10:27:47 +0530] rev 40714
8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux Reviewed-by: prr, jdv
Mon, 22 Aug 2016 10:02:10 -0700 Merge
ddehaven [Mon, 22 Aug 2016 10:02:10 -0700] rev 40713
Merge
(0) -30000 -10000 -3000 -1000 -384 +384 +1000 +3000 +10000 tip