2018-02-10 8190428: Minimal Dynamic Constant support for AArch64
dsamersoff [Sat, 10 Feb 2018 09:48:51 +0000] rev 48953
8190428: Minimal Dynamic Constant support for AArch64 Summary: AArch64 specific code for 8186046 Reviewed-by: aph, psandoz
2018-02-09 8193150: Create a jtreg version of the test from JDK-8187143.
psomashe [Fri, 09 Feb 2018 09:56:05 -0800] rev 48952
8193150: Create a jtreg version of the test from JDK-8187143. Summary: Create a new jtreg test based on the test attached to the bug and add it to the ProblemsList. Reviewed-by: sspitsyn, cjplummer
2018-02-09 8165929: Constify arguments of Copy methods
coleenp [Fri, 09 Feb 2018 08:23:42 -0500] rev 48951
8165929: Constify arguments of Copy methods Reviewed-by: hseigel, kbarrett
2018-02-09 8196602: Change HeapRegionClosure to comply to naming conventions
tschatzl [Fri, 09 Feb 2018 13:09:55 +0100] rev 48950
8196602: Change HeapRegionClosure to comply to naming conventions Reviewed-by: kbarrett, sjohanss
2018-02-09 8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
jgeorge [Fri, 09 Feb 2018 12:09:21 +0530] rev 48949
8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes Summary: While resolving the method invoked by invokevirtual, use java.lang.Object for arrays Reviewed-by: dholmes, sspitsyn
2018-02-24 8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
alanb [Sat, 24 Feb 2018 08:26:53 +0000] rev 48948
8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible Reviewed-by: mchung, psandoz
2018-02-23 8198656: Update copyright to 2018
rriggs [Fri, 23 Feb 2018 17:34:25 -0500] rev 48947
8198656: Update copyright to 2018 Reviewed-by: joehw
2018-02-23 8198627: JDK-8198318 broke readlink testing
ihse [Fri, 23 Feb 2018 14:08:25 -0800] rev 48946
8198627: JDK-8198318 broke readlink testing Reviewed-by: erikj, tbell, prr, simonis
2018-02-23 8186688: javax.lang.model.util.Elements.hides does not work correctly with interfaces
jjg [Fri, 23 Feb 2018 13:42:04 -0800] rev 48945
8186688: javax.lang.model.util.Elements.hides does not work correctly with interfaces Reviewed-by: vromero, mcimadamore
2018-02-23 8198645: Use System.lineSeparator() instead of getProperty("line.separator")
rriggs [Fri, 23 Feb 2018 16:00:44 -0500] rev 48944
8198645: Use System.lineSeparator() instead of getProperty("line.separator") Reviewed-by: lancea, xuelei, sherman
2018-02-23 8198569: SetupTextFileProcessing should use sed with 'g'
erikj [Fri, 23 Feb 2018 22:09:16 +0100] rev 48943
8198569: SetupTextFileProcessing should use sed with 'g' Reviewed-by: tbell, ihse
2018-02-23 8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
mchung [Fri, 23 Feb 2018 12:10:56 -0800] rev 48942
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit Reviewed-by: dholmes, alanb, smarks
2018-02-23 8189330: Cleanup FileDescriptor implementation
rriggs [Fri, 23 Feb 2018 14:26:29 -0500] rev 48941
8189330: Cleanup FileDescriptor implementation Reviewed-by: bpb
2018-02-23 8198573: JShell: class replace loses instances
rfield [Fri, 23 Feb 2018 10:49:56 -0800] rev 48940
8198573: JShell: class replace loses instances Reviewed-by: jlahoda
2018-02-23 8166232: jshell tool: cannot access previous history
rfield [Fri, 23 Feb 2018 10:25:22 -0800] rev 48939
8166232: jshell tool: cannot access previous history Reviewed-by: jlahoda
2018-02-23 Merge
lana [Fri, 23 Feb 2018 16:28:19 +0000] rev 48938
Merge
2018-02-23 Added tag jdk-11+2 for changeset 03ae177c26b0
lana [Fri, 23 Feb 2018 16:27:25 +0000] rev 48937
Added tag jdk-11+2 for changeset 03ae177c26b0
2018-02-23 8198539: Cleanup of unused imports in java/util/jar/Attributes.java (java.base) and JdpController.java (jdk.management.agent)
clanger [Fri, 23 Feb 2018 09:55:52 +0100] rev 48936
8198539: Cleanup of unused imports in java/util/jar/Attributes.java (java.base) and JdpController.java (jdk.management.agent) Reviewed-by: stuefe
2018-02-22 8198512: compiler support for local-variable syntax for lambda parameters jdk-11+2
vromero [Thu, 22 Feb 2018 15:49:32 -0500] rev 48935
8198512: compiler support for local-variable syntax for lambda parameters Reviewed-by: mcimadamore
2018-02-22 8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException
rfield [Thu, 22 Feb 2018 12:26:01 -0800] rev 48934
8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException Reviewed-by: jlahoda
2018-02-22 8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java failing after JDK-8198502
jlahoda [Thu, 22 Feb 2018 18:53:28 +0100] rev 48933
8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java failing after JDK-8198502 Summary: Convert to lambda warning should not be provided for the tools/javac/analyzer/AnonymousInAnonymous.java test. Reviewed-by: mcimadamore
2018-02-22 8198502: Exception at runtime due to lambda analyzer reattributes live AST
sdama [Fri, 23 Feb 2018 01:54:09 +0530] rev 48932
8198502: Exception at runtime due to lambda analyzer reattributes live AST Summary: Create a deep copy of the original tree before conversion to lambda node Reviewed-by: mcimadamore, vromero Contributed-by: srinivas.dama@oracle.com
2018-02-21 8197439: Crash with -XDfind=lambda for anonymous class in anonymous class.
jlahoda [Wed, 21 Feb 2018 17:07:12 +0100] rev 48931
8197439: Crash with -XDfind=lambda for anonymous class in anonymous class. Summary: Ensuring unresolvable anonymous classes are attributed. Reviewed-by: mcimadamore, sadayapalam
2018-02-22 8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks
redestad [Thu, 22 Feb 2018 11:16:43 +0100] rev 48930
8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks Reviewed-by: psandoz
2018-02-22 8190904: Incorrect currency instance returned by java.util.Currency.getInstance()
nishjain [Thu, 22 Feb 2018 11:52:01 +0530] rev 48929
8190904: Incorrect currency instance returned by java.util.Currency.getInstance() Reviewed-by: naoto
2018-02-21 8198385: Remove property sun.locale.formatasdefault
naoto [Wed, 21 Feb 2018 15:09:40 -0800] rev 48928
8198385: Remove property sun.locale.formatasdefault Reviewed-by: bpb
2018-02-21 8194154: System property user.dir should not be changed
minqi [Wed, 21 Feb 2018 14:23:45 -0800] rev 48927
8194154: System property user.dir should not be changed Summary: Cached user.dir so getCanonicalPath uses the cached value. Reviewed-by: alanb, bpb, rriggs
2018-02-21 8198479: JDK build is broken by 8194892
vromero [Wed, 21 Feb 2018 00:29:04 -0500] rev 48926
8198479: JDK build is broken by 8194892 Reviewed-by: sundar
2018-02-20 8198303: jdk11+1 was build with incorrect GA date as 2018-03-20
diazhou [Tue, 20 Feb 2018 23:15:27 +0000] rev 48925
8198303: jdk11+1 was build with incorrect GA date as 2018-03-20 Reviewed-by: erikj, ihse Contributed-by: diancui.zhou@oracle.com
2018-02-20 8198301: jdk11+1 was built as 'fcs' instead of 'ea'
diazhou [Tue, 20 Feb 2018 23:14:01 +0000] rev 48924
8198301: jdk11+1 was built as 'fcs' instead of 'ea' Reviewed-by: erikj, ihse Contributed-by: diancui.zhou@oracle.com
2018-02-20 8198450: Make jdk.internal.vm.compiler/module-info.java.extra reproducable
ihse [Tue, 20 Feb 2018 21:47:54 +0100] rev 48923
8198450: Make jdk.internal.vm.compiler/module-info.java.extra reproducable Reviewed-by: erikj, mchung
2018-02-20 8198441: Replace native Runtime::runFinalization0 method with shared secrets
mchung [Tue, 20 Feb 2018 11:28:32 -0800] rev 48922
8198441: Replace native Runtime::runFinalization0 method with shared secrets Reviewed-by: martin
2018-02-20 8198418: Invoke LambdaMetafactory::metafactory exactly from the BootstrapMethodInvoker
redestad [Tue, 20 Feb 2018 17:49:15 +0100] rev 48921
8198418: Invoke LambdaMetafactory::metafactory exactly from the BootstrapMethodInvoker Reviewed-by: briangoetz, forax, vlivanov
2018-02-20 8194892: add compiler support for local-variable syntax for lambda parameters
vromero [Tue, 20 Feb 2018 11:45:16 -0500] rev 48920
8194892: add compiler support for local-variable syntax for lambda parameters Reviewed-by: mcimadamore
2018-02-20 8198328: Create devkit for Solaris with developer studio 12.6 and Solaris11.3
erikj [Tue, 20 Feb 2018 07:51:51 -0800] rev 48919
8198328: Create devkit for Solaris with developer studio 12.6 and Solaris11.3 Reviewed-by: ihse
2018-02-20 8198425: make/Main.gmk Add extra extension/override points to the make file
erikj [Tue, 20 Feb 2018 07:04:51 -0800] rev 48918
8198425: make/Main.gmk Add extra extension/override points to the make file Reviewed-by: erikj Contributed-by: groeges@uk.ibm.com
2018-02-20 8194922: jlink --exclude-resources should never exclude module-info.class
sundar [Tue, 20 Feb 2018 15:25:40 +0530] rev 48917
8194922: jlink --exclude-resources should never exclude module-info.class Reviewed-by: alanb
2018-02-20 8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows
alanb [Tue, 20 Feb 2018 09:47:23 +0000] rev 48916
8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows Reviewed-by: sundar
2018-02-19 8198380: tools/jimage/JImageExtractTest.java failing
alanb [Mon, 19 Feb 2018 19:02:43 +0000] rev 48915
8198380: tools/jimage/JImageExtractTest.java failing Reviewed-by: alanb Contributed-by: mvala@redhat.com
2018-02-19 8198379: tools/jimage/JImageListTest.java failing
alanb [Mon, 19 Feb 2018 18:43:28 +0000] rev 48914
8198379: tools/jimage/JImageListTest.java failing Reviewed-by: alanb Contributed-by: mvala@redhat.com
2018-02-19 8170120: jimage throws IOException when the given file is not a jimage file
alanb [Mon, 19 Feb 2018 13:26:41 +0000] rev 48913
8170120: jimage throws IOException when the given file is not a jimage file Reviewed-by: alanb Contributed-by: mvala@redhat.com
2018-02-19 8198318: Make build comparisons clean again
ihse [Mon, 19 Feb 2018 10:57:05 +0100] rev 48912
8198318: Make build comparisons clean again Reviewed-by: tbell, erikj
2018-02-19 8058965: Remove IPv6 support from TwoStacksPlainSocketImpl [win]
igerasim [Sun, 18 Feb 2018 17:06:20 -0800] rev 48911
8058965: Remove IPv6 support from TwoStacksPlainSocketImpl [win] Reviewed-by: chegar
2018-02-16 8198228: Spec clarification: j.u.Locale.getDisplayName()
naoto [Fri, 16 Feb 2018 14:03:34 -0800] rev 48910
8198228: Spec clarification: j.u.Locale.getDisplayName() Reviewed-by: rriggs
2018-02-16 8153294: Solaris devkit uses linker from system instead of in devkit
erikj [Fri, 16 Feb 2018 11:49:27 -0800] rev 48909
8153294: Solaris devkit uses linker from system instead of in devkit Reviewed-by: tbell, ihse
2018-02-16 8198306: Add post custom extension hooks to two launchers
erikj [Fri, 16 Feb 2018 11:26:12 -0800] rev 48908
8198306: Add post custom extension hooks to two launchers Reviewed-by: erikj Contributed-by: ben_walsh@uk.ibm.com
2018-02-16 8198227: Fix COMPARE_BUILD after forest consolidation
ihse [Fri, 16 Feb 2018 18:51:35 +0100] rev 48907
8198227: Fix COMPARE_BUILD after forest consolidation Reviewed-by: erikj, tbell
2018-02-16 Merge
lana [Fri, 16 Feb 2018 05:58:57 +0000] rev 48906
Merge
2018-02-16 Added tag jdk-11+1 for changeset dfa46cfe5634
lana [Fri, 16 Feb 2018 05:58:04 +0000] rev 48905
Added tag jdk-11+1 for changeset dfa46cfe5634
2018-02-16 8196959: NullPointerException in discovery003.java
sdama [Fri, 16 Feb 2018 15:23:22 +0530] rev 48904
8196959: NullPointerException in discovery003.java Summary: Fixed corner case of having engineName as NULL Reviewed-by: jlaskey Contributed-by: sundararajan.athijegannathan@oracle.com
2018-02-16 8197812: (ref) Data race in Finalizer
martin [Thu, 15 Feb 2018 19:35:17 -0800] rev 48903
8197812: (ref) Data race in Finalizer Reviewed-by: plevart, mchung
2018-02-15 8193819: Error message when module does not have a ModuleMainClass attribute is confusing jdk-11+1
alanb [Thu, 15 Feb 2018 14:44:14 +0000] rev 48902
8193819: Error message when module does not have a ModuleMainClass attribute is confusing Reviewed-by: sundar
2018-02-15 8193818: Remove unused single_step field from java.lang.Thread
alanb [Thu, 15 Feb 2018 13:37:20 +0000] rev 48901
8193818: Remove unused single_step field from java.lang.Thread Reviewed-by: lancea, dholmes
2018-02-15 8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
sherman [Thu, 15 Feb 2018 00:25:01 -0800] rev 48900
8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278 Reviewed-by: alanb
2018-02-15 8197893: Mistaken type check in CheckedEntrySet.toArray
martin [Wed, 14 Feb 2018 16:37:20 -0800] rev 48899
8197893: Mistaken type check in CheckedEntrySet.toArray Reviewed-by: psandoz
2018-02-14 8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
sherman [Wed, 14 Feb 2018 14:13:42 -0800] rev 48898
8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package Reviewed-by: rriggs
2018-02-14 8197849: Misc improvements to jar resource handling
redestad [Wed, 14 Feb 2018 19:03:12 +0100] rev 48897
8197849: Misc improvements to jar resource handling Reviewed-by: rriggs, dfuchs
2018-02-14 8144672: (ch) PipeImpl should use localhost instead of loopback address
bpb [Wed, 14 Feb 2018 08:15:07 -0800] rev 48896
8144672: (ch) PipeImpl should use localhost instead of loopback address Reviewed-by: alanb, clanger
2018-02-14 8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker
redestad [Wed, 14 Feb 2018 15:27:29 +0100] rev 48895
8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker Reviewed-by: psandoz, jrose
2018-02-14 8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger
redestad [Wed, 14 Feb 2018 14:45:38 +0100] rev 48894
8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger Reviewed-by: naoto
2018-02-14 8191438: jarsigner should print when a timestamp will expire
weijun [Wed, 14 Feb 2018 16:58:49 +0800] rev 48893
8191438: jarsigner should print when a timestamp will expire Reviewed-by: mullan
2018-02-13 8197865: @moduleGraph taglet generates incorrect link to module graph
mchung [Tue, 13 Feb 2018 15:32:41 -0800] rev 48892
8197865: @moduleGraph taglet generates incorrect link to module graph Reviewed-by: jjg, lancea
2018-02-13 Merge
lana [Tue, 13 Feb 2018 22:10:03 +0000] rev 48891
Merge
2018-02-09 8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
tschatzl [Fri, 09 Feb 2018 12:53:08 +0100] rev 48890
8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions Reviewed-by: shade
2018-02-09 8196602: Change HeapRegionClosure to comply to naming conventions
tschatzl [Fri, 09 Feb 2018 11:51:40 +0100] rev 48889
8196602: Change HeapRegionClosure to comply to naming conventions Reviewed-by: kbarrett, sjohanss
2018-02-10 Merge
jwilhelm [Sat, 10 Feb 2018 09:25:35 +0100] rev 48888
Merge
2018-02-09 8197455: There is some runthese related unused code in bytecodeInterpreter.cpp
lmesnik [Thu, 08 Feb 2018 21:53:06 -0500] rev 48887
8197455: There is some runthese related unused code in bytecodeInterpreter.cpp Reviewed-by: iignatyev, dholmes
2018-02-08 8196083: Avoid locking in OopStorage::release
kbarrett [Thu, 08 Feb 2018 17:23:43 -0500] rev 48886
8196083: Avoid locking in OopStorage::release Summary: Defer release list updates to later allocate/delete operations. Reviewed-by: coleenp, eosterlund
2018-02-08 8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
coleenp [Thu, 08 Feb 2018 15:21:59 -0500] rev 48885
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt Reviewed-by: dholmes, hseigel
2018-02-08 8196923: [REDO] NMT: Report array class count in NMT summary
zgu [Thu, 08 Feb 2018 13:21:22 -0500] rev 48884
8196923: [REDO] NMT: Report array class count in NMT summary Summary: Added instance and array class counters in NMT summary report Reviewed-by: minqi, stuefe, coleenp
2018-02-08 8197113: combine multiple @key tags in jtreg tests
iignatyev [Thu, 08 Feb 2018 08:38:42 -0800] rev 48883
8197113: combine multiple @key tags in jtreg tests Reviewed-by: hseigel, goetz
2018-02-07 8187577: JVM crash during gc doing concurrent marking
poonam [Wed, 07 Feb 2018 21:53:38 +0000] rev 48882
8187577: JVM crash during gc doing concurrent marking Summary: Inform G1's SATB that a klass has been resurrected and it should not be unloaded Reviewed-by: coleenp, tschatzl, kbarrett
2018-02-07 Merge
mseledtsov [Wed, 07 Feb 2018 13:31:13 -0800] rev 48881
Merge
2018-02-07 8196062: Enable docker container related tests for linux ppc64le
mbaesken [Wed, 07 Feb 2018 16:16:50 +0100] rev 48880
8196062: Enable docker container related tests for linux ppc64le Summary: also fix cgroup subsystem recognition Reviewed-by: goetz, dsamersoff, bobv
2018-02-07 8196977: add test for JDK-8161605
amenkov [Wed, 07 Feb 2018 12:55:47 -0800] rev 48879
8196977: add test for JDK-8161605 Reviewed-by: sspitsyn, mseledtsov
2018-02-07 8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
psandoz [Wed, 07 Feb 2018 12:37:30 -0800] rev 48878
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC Reviewed-by: lfoltan
2018-02-07 8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
amenkov [Wed, 07 Feb 2018 10:25:10 -0800] rev 48877
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities Reviewed-by: sspitsyn, mseledtsov
2018-02-07 8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
clanger [Wed, 07 Feb 2018 16:03:12 +0100] rev 48876
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification Reviewed-by: stuefe, dholmes
2018-02-06 8193308: Disallow installing user signal handlers for SIGBUS on OSX
rwestberg [Tue, 06 Feb 2018 15:48:50 +0100] rev 48875
8193308: Disallow installing user signal handlers for SIGBUS on OSX Reviewed-by: stuefe, dholmes
2018-02-07 8196924: [BACKOUT] NMT: Report array class count in NMT summary
jwilhelm [Wed, 07 Feb 2018 03:43:29 +0100] rev 48874
8196924: [BACKOUT] NMT: Report array class count in NMT summary Reviewed-by: dholmes
2018-02-06 8193184: NMT: Report array class count in NMT summary
zgu [Tue, 06 Feb 2018 08:24:36 -0500] rev 48873
8193184: NMT: Report array class count in NMT summary Summary: Report array class and instance class count in NMT summary report Reviewed-by: coleenp, minqi
2018-02-06 8196907: Fix minimal vm
coleenp [Tue, 06 Feb 2018 18:10:30 -0500] rev 48872
8196907: Fix minimal vm Reviewed-by: zgu, dholmes
2018-02-06 8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations
hseigel [Tue, 06 Feb 2018 13:41:49 -0500] rev 48871
8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations Summary: Add comments, fix a small issue with the boot loader, and add an assert. Reviewed-by: coleenp, lfoltan, gtriantafill
2018-02-06 8196726: compiler/inlining/InlineAccessors.java test failed
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48870
8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann
2018-02-06 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48869
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz
2018-02-05 Merge
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48868
Merge
2018-02-06 8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
dstewart [Tue, 06 Feb 2018 14:11:47 +0530] rev 48867
8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output Reviewed-by: dholmes, sballal Contributed-by: stewartd.qdt@qualcommdatacenter.com
2018-02-06 8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
dstewart [Tue, 06 Feb 2018 11:43:13 +0530] rev 48866
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java Summary: Modified test search strings to those guaranteed to exist in the passing cases. Reviewed-by: dholmes, jgeorge
2018-02-05 8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
zgu [Mon, 05 Feb 2018 13:23:26 -0500] rev 48865
8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place Summary: Create tracker in place to avoid additional locking Reviewed-by: coleenp
2018-02-05 8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
thartmann [Mon, 05 Feb 2018 08:08:01 +0100] rev 48864
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT Summary: Print detailed error if class transformation fails. Exclude tests from Graal testing. Reviewed-by: kvn, dholmes, sspitsyn
2018-02-05 8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
thartmann [Mon, 05 Feb 2018 07:20:26 +0100] rev 48863
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0' Summary: Exclude test from Graal testing. Reviewed-by: kvn, dholmes, mchung
2018-02-05 8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
thartmann [Mon, 05 Feb 2018 07:14:24 +0100] rev 48862
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode Summary: Exclude test from Graal testing. Reviewed-by: kvn, epavlova
2018-02-03 8194819: Update Graal
iveresov [Fri, 02 Feb 2018 17:28:17 -0800] rev 48861
8194819: Update Graal Reviewed-by: kvn
2018-02-02 8190359: Reduce the number of recorded klass dependencies
hseigel [Fri, 02 Feb 2018 10:37:48 -0500] rev 48860
8190359: Reduce the number of recorded klass dependencies Summary: Skip recording dependencies to non-anonymous classes loaded by builtin class loaders. Reviewed-by: iklam, coleenp, lfoltan
2018-02-02 6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree
coleenp [Fri, 02 Feb 2018 09:34:11 -0500] rev 48859
6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree Summary: Convert to logging without thread locking Reviewed-by: dholmes, zgu, hseigel
2018-02-01 8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe()
dlong [Wed, 31 Jan 2018 16:10:23 -0800] rev 48858
8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe() Reviewed-by: kvn
2018-02-01 8194987: Null pointer dereference in escape.cpp related to Node::find_out_with()
dlong [Wed, 31 Jan 2018 16:09:52 -0800] rev 48857
8194987: Null pointer dereference in escape.cpp related to Node::find_out_with() Reviewed-by: kvn
2018-02-01 8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data()
dlong [Wed, 31 Jan 2018 16:09:29 -0800] rev 48856
8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data() Reviewed-by: kvn
2018-02-13 8197866: Docs.mk still had a reference to java.se.ee
lancea [Tue, 13 Feb 2018 14:41:54 -0500] rev 48855
8197866: Docs.mk still had a reference to java.se.ee Reviewed-by: tbell
2018-02-08 8196488: [aix] TOC overflow for libjvm.so in fastdebug build
stuefe [Thu, 08 Feb 2018 15:35:49 +0100] rev 48854
8196488: [aix] TOC overflow for libjvm.so in fastdebug build Reviewed-by: goetz, mbaesken, erikj
2018-02-13 8197462: Inconsistent exception messages for invalid capturing group names
igerasim [Mon, 12 Feb 2018 21:06:06 -0800] rev 48853
8197462: Inconsistent exception messages for invalid capturing group names 8179608: Error in comment in Pattern.java Reviewed-by: sherman
2018-02-13 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
xyin [Tue, 13 Feb 2018 12:26:22 +0800] rev 48852
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java Reviewed-by: vtewari, rriggs
2018-02-13 8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
xyin [Tue, 13 Feb 2018 12:19:37 +0800] rev 48851
8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya
2018-02-06 8196726: compiler/inlining/InlineAccessors.java test failed
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48850
8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann
2018-02-12 8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp
mchung [Mon, 12 Feb 2018 11:40:19 -0800] rev 48849
8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp Reviewed-by: bchristi
2018-02-12 8197498: (se) kevent polling should ignore signal interrupt (EINTR)
bpb [Mon, 12 Feb 2018 08:19:33 -0800] rev 48848
8197498: (se) kevent polling should ignore signal interrupt (EINTR) 8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed". Reviewed-by: alanb
2018-02-12 8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
bpb [Mon, 12 Feb 2018 08:19:23 -0800] rev 48847
8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests Summary: Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping Reviewed-by: alanb, rriggs, forax
2018-02-12 8197571: Change storage location for generated-configure.sh
ihse [Mon, 12 Feb 2018 16:36:15 +0100] rev 48846
8197571: Change storage location for generated-configure.sh Reviewed-by: tbell, simonis, stuefe
2018-02-12 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image
ehelin [Mon, 12 Feb 2018 09:12:41 +0100] rev 48845
8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image Reviewed-by: ihse, erikj
2018-02-11 8193295: Remove no longer used COMMALEFT
attila [Sun, 11 Feb 2018 12:41:56 +0100] rev 48844
8193295: Remove no longer used COMMALEFT Reviewed-by: hannesw, mhaupt
2018-02-10 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
dl [Sat, 10 Feb 2018 09:23:41 -0800] rev 48843
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 Reviewed-by: martin, psandoz, dholmes
2018-02-10 8190324: ThreadPoolExecutor should not specify a dependency on finalization
dl [Sat, 10 Feb 2018 09:17:53 -0800] rev 48842
8190324: ThreadPoolExecutor should not specify a dependency on finalization Reviewed-by: martin, psandoz, alanb, rriggs, dholmes
2018-02-10 8190378: Removal of CORBA and Java EE modules
lancea [Sat, 10 Feb 2018 07:06:16 -0500] rev 48841
8190378: Removal of CORBA and Java EE modules Reviewed-by: rriggs, alanb, mchung, erikj, goetz
2018-02-09 8194651: javadoc: mark the com.sun.javadoc API for removal
ksrini [Fri, 09 Feb 2018 13:58:17 -0800] rev 48840
8194651: javadoc: mark the com.sun.javadoc API for removal Reviewed-by: jjg
2018-02-09 8196998: Create devkit for Linux with gcc 7.3
erikj [Fri, 09 Feb 2018 13:58:40 -0800] rev 48839
8196998: Create devkit for Linux with gcc 7.3 Reviewed-by: tbell, ihse
2018-02-09 8187676: Disable uninitialized warnings for two files until proper fix available
erikj [Fri, 09 Feb 2018 13:56:50 -0800] rev 48838
8187676: Disable uninitialized warnings for two files until proper fix available Reviewed-by: tbell, kvn, ihse
2018-02-09 6857903: SAXException.initCause() does not correctly set Exception
aefimov [Fri, 09 Feb 2018 14:49:38 +0000] rev 48837
6857903: SAXException.initCause() does not correctly set Exception Reviewed-by: rriggs
2018-02-06 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48836
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz
2018-02-05 Merge
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48835
Merge
2018-02-01 8195694: ConstantBootstraps.invoke does not preserve variable arity
psandoz [Thu, 01 Feb 2018 14:19:04 -0800] rev 48834
8195694: ConstantBootstraps.invoke does not preserve variable arity Reviewed-by: jrose
2018-02-01 8196583: Update jib and test jtreg version to 4.2 b12
psandoz [Thu, 01 Feb 2018 11:24:39 -0800] rev 48833
8196583: Update jib and test jtreg version to 4.2 b12 Reviewed-by: mchung, lfoltan
2018-02-01 8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
ccheung [Thu, 01 Feb 2018 10:55:27 -0800] rev 48832
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error Summary: Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon(). Reviewed-by: iklam, mseledtsov
2018-02-01 8196199: Remove miscellaneous oop comparison operators
coleenp [Thu, 01 Feb 2018 13:30:53 -0500] rev 48831
8196199: Remove miscellaneous oop comparison operators Reviewed-by: hseigel, lfoltan Contributed-by: kim.barrett@oracle.com, coleen.phillimore@oracle.com
2018-02-01 8196533: Update CondyNestedTest.java to compile jcod file
psandoz [Wed, 31 Jan 2018 17:43:46 -0800] rev 48830
8196533: Update CondyNestedTest.java to compile jcod file Reviewed-by: mchung
2018-02-01 Merge
jwilhelm [Thu, 01 Feb 2018 02:05:35 +0100] rev 48829
Merge
2018-01-31 8195069: LogCompilation - add basic unit tests
ecaspole [Wed, 31 Jan 2018 17:45:48 -0500] rev 48828
8195069: LogCompilation - add basic unit tests Summary: Framework and simple junits with static input Reviewed-by: kvn, thartmann
2018-01-31 8187742: Minimal set of bootstrap methods for constant dynamic
psandoz [Wed, 31 Jan 2018 11:20:36 -0800] rev 48827
8187742: Minimal set of bootstrap methods for constant dynamic Reviewed-by: jrose, forax Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
2017-09-08 8186209: Tool support for ConstantDynamic
psandoz [Fri, 08 Sep 2017 10:46:46 -0700] rev 48826
8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support Reviewed-by: acorn, coleenp, kvn Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com, paul.sandoz@oracle.com
2018-01-31 8196508: Add jdeprscan test TestRelease.java to the problem list
psandoz [Wed, 31 Jan 2018 10:55:49 -0800] rev 48825
8196508: Add jdeprscan test TestRelease.java to the problem list Reviewed-by: smarks
2018-01-31 8181503: Can't compile hotspot with c++11
gziemski [Wed, 31 Jan 2018 11:12:12 -0600] rev 48824
8181503: Can't compile hotspot with c++11 Summary: Fixed 5 unique c++14 compiler issues Reviewed-by: coleenp, dholmes, kbarrett
2018-01-31 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
coleenp [Wed, 31 Jan 2018 11:07:55 -0500] rev 48823
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable Reviewed-by: dholmes, hseigel
2018-01-31 8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
clanger [Wed, 31 Jan 2018 16:48:41 +0100] rev 48822
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat Reviewed-by: goetz, stuefe
2018-01-31 8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
mdoerr [Wed, 31 Jan 2018 15:10:04 +0100] rev 48821
8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC Reviewed-by: stuefe, goetz
2018-01-31 8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
ysuenaga [Wed, 31 Jan 2018 11:35:42 +0100] rev 48820
8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion Summary: Fix conversion of addresses to HeapRegions. Reviewed-by: jgeorge, tschatzl
2018-01-30 Merge
jwilhelm [Tue, 30 Jan 2018 16:41:40 +0100] rev 48819
Merge
2018-01-30 8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
jwilhelm [Tue, 30 Jan 2018 16:26:40 +0100] rev 48818
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: stefank
2018-01-30 8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java
dstewart [Tue, 30 Jan 2018 10:38:17 +0100] rev 48817
8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java Summary: Decrease amount of committed space for the test. Reviewed-by: tschatzl, stuefe
2018-01-29 8194898: Move OopStorage inline definitions to an .inline.hpp
kbarrett [Mon, 29 Jan 2018 16:51:21 -0500] rev 48816
8194898: Move OopStorage inline definitions to an .inline.hpp Reviewed-by: coleenp, hseigel
2018-01-29 8196217: NMT: add_committed_regions doesn't merge succeeding regions
stefank [Mon, 29 Jan 2018 15:11:33 +0100] rev 48815
8196217: NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: zgu, pliden, coleenp
2018-01-29 8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
coleenp [Mon, 29 Jan 2018 11:55:40 -0500] rev 48814
8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class Summary: Use unsigned short to save method_id in stack trace. Reviewed-by: mchung, hseigel
2018-01-29 8195857: Remove os::is_headless_jre
mbaesken [Sun, 28 Jan 2018 19:49:06 -0500] rev 48813
8195857: Remove os::is_headless_jre Reviewed-by: goetz, dholmes
2018-01-24 8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used
kbarrett [Wed, 24 Jan 2018 18:00:36 -0500] rev 48812
8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used Summary: Reduce JNI oopstorage lock ranks to be more special than "special". Reviewed-by: coleenp, acorn, eosterlund
2018-01-24 8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify
coleenp [Wed, 24 Jan 2018 11:33:18 -0500] rev 48811
8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify Summary: protection domain package access cache needs to be walked in unloading Reviewed-by: dholmes, jiangli, zgu, kbarrett
2018-01-24 8194861: PPC64 : Need support for VSR spills in ppc.ad
mhorie [Wed, 24 Jan 2018 11:22:50 +0100] rev 48810
8194861: PPC64 : Need support for VSR spills in ppc.ad Reviewed-by: mdoerr, goetz
2018-01-18 8191915: JCK tests produce incorrect results with C2
rbackman [Thu, 18 Jan 2018 19:21:11 +0100] rev 48809
8191915: JCK tests produce incorrect results with C2 Reviewed-by: thartmann, vlivanov, goetz
2018-01-23 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett [Tue, 23 Jan 2018 14:27:10 -0500] rev 48808
8195690: JNI GetObjectRefType doesn't handle NULL Summary: Properly handle NULL, add some non-NULL preconditions. Reviewed-by: dholmes, mdoerr
2018-01-19 8195776: [x86,sparc] A row of minor fixes and enhancements.
goetz [Fri, 19 Jan 2018 17:01:34 +0100] rev 48807
8195776: [x86,sparc] A row of minor fixes and enhancements. Reviewed-by: kvn
2018-01-22 8195691: AIX build broken after 8194312
mdoerr [Mon, 22 Jan 2018 12:04:12 +0100] rev 48806
8195691: AIX build broken after 8194312 Reviewed-by: kbarrett, goetz
2018-01-23 8194669: jaotc truncates the invalid filename provided to --output
iveresov [Tue, 23 Jan 2018 08:18:36 -0800] rev 48805
8194669: jaotc truncates the invalid filename provided to --output Summary: Do not skip the first character of the linker output Reviewed-by: kvn
2018-01-23 8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher
mlarsson [Tue, 23 Jan 2018 08:55:47 +0100] rev 48804
8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher Reviewed-by: rehn, stuefe
2018-01-22 8194143: remove unneeded casts in LocationImpl and MirrorImpl classes
sspitsyn [Mon, 22 Jan 2018 14:14:26 -0800] rev 48803
8194143: remove unneeded casts in LocationImpl and MirrorImpl classes Summary: remove unneeded casts in LocationImpl and MirrorImpl classes Reviewed-by: sspitsyn, dholmes Contributed-by: egor.ushakov@jetbrains.com
2018-01-22 Merge
bobv [Mon, 22 Jan 2018 15:29:59 -0500] rev 48802
Merge
2018-01-22 8193710: jcmd -l and jps commands do not list Java processes running in Docker containers
bobv [Mon, 22 Jan 2018 15:05:03 -0500] rev 48801
8193710: jcmd -l and jps commands do not list Java processes running in Docker containers Reviewed-by: mchung, dholmes, cjplummer
2018-01-22 Merge
hseigel [Mon, 22 Jan 2018 14:08:20 -0500] rev 48800
Merge
2018-01-22 8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
hseigel [Mon, 22 Jan 2018 14:04:07 -0500] rev 48799
8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap Summary: Remove the option and the code that checks for it. Reviewed-by: dholmes, lfoltan
2018-01-19 8195685: AArch64: AArch64 cannot build with JDK-8174962
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48798
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
2018-01-17 8195588: AArch64: Codegen fix after JDK-8194256
njian [Wed, 17 Jan 2018 13:21:38 +0800] rev 48797
8195588: AArch64: Codegen fix after JDK-8194256 Summary: Update shift constant usage to align with the assembler change. Reviewed-by: aph
2018-01-19 8195729: compiler.aot.AotCompiler should be run as a driver
iignatyev [Thu, 18 Jan 2018 16:57:54 -0800] rev 48796
8195729: compiler.aot.AotCompiler should be run as a driver Reviewed-by: kvn, mseledtsov
2018-01-19 8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver
iignatyev [Thu, 18 Jan 2018 16:57:51 -0800] rev 48795
8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver Reviewed-by: kvn
2018-01-17 8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared
iklam [Tue, 16 Jan 2018 16:57:53 -0800] rev 48794
8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared Summary: Use a single range check with MetaspaceObj::_shared_metaspace_{base,top} Reviewed-by: jiangli, redestad, shade
2018-01-18 8195064: LogCompilation: Chicken and egg startup problem with types
ecaspole [Thu, 18 Jan 2018 16:37:43 -0500] rev 48793
8195064: LogCompilation: Chicken and egg startup problem with types Summary: Removed extra null check that was causing the problem Reviewed-by: thartmann, kvn
2018-01-18 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
never [Thu, 18 Jan 2018 09:01:00 -0800] rev 48792
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects Reviewed-by: kvn, sspitsyn, phh
2018-01-18 8186635: ClassFileInstaller should be run as a driver
iignatyev [Wed, 17 Jan 2018 21:44:44 -0800] rev 48791
8186635: ClassFileInstaller should be run as a driver Reviewed-by: dholmes
2018-01-18 8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function
dtitov [Wed, 17 Jan 2018 16:49:43 -0800] rev 48790
8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function Reviewed-by: sspitsyn, cjplummer
2018-01-17 8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message
gziemski [Wed, 17 Jan 2018 13:39:07 -0600] rev 48789
8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message Summary: Only show the actual GC used in the error message. Show exit status in hex as well as decimal. Reviewed-by: dholmes
2018-01-17 8187447: 2081 doc issues in jvmti.html
amenkov [Wed, 17 Jan 2018 09:43:14 -0800] rev 48788
8187447: 2081 doc issues in jvmti.html Reviewed-by: sspitsyn, dtitov
2017-11-21 8194312: Support parallel and concurrent JNI global handle processing
kbarrett [Tue, 21 Nov 2017 09:47:55 -0500] rev 48787
8194312: Support parallel and concurrent JNI global handle processing Summary: Add OopStorage, change JNI gloabl/weak to use OopStorage. Reviewed-by: coleenp, sspitsyn, eosterlund
2018-01-13 Merge
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48786
Merge
2018-01-15 8195107: CDS broken due to 8194741
eosterlund [Mon, 15 Jan 2018 15:18:27 +0100] rev 48785
8195107: CDS broken due to 8194741 Reviewed-by: coleenp
2018-01-10 8194741: Refactor oops in constant pool from CDS to use the Access API
eosterlund [Wed, 10 Jan 2018 22:43:42 +0100] rev 48784
8194741: Refactor oops in constant pool from CDS to use the Access API Reviewed-by: coleenp, jiangli
2018-01-12 8195000: Remove unused left-overs in arguments.hpp
pliden [Fri, 12 Jan 2018 16:19:56 +0100] rev 48783
8195000: Remove unused left-overs in arguments.hpp Reviewed-by: stefank
2018-01-12 8194925: NMT: SummarySanityCheck test can't parse values > max_jint
stefank [Fri, 12 Jan 2018 13:56:05 +0100] rev 48782
8194925: NMT: SummarySanityCheck test can't parse values > max_jint Reviewed-by: shade, zgu
2018-01-10 8194736: Refactor weak oops in ProtectionDomain table to use the Access API
eosterlund [Wed, 10 Jan 2018 22:40:47 +0100] rev 48781
8194736: Refactor weak oops in ProtectionDomain table to use the Access API Reviewed-by: coleenp, pliden
2018-02-09 Merge
lana [Fri, 09 Feb 2018 02:23:34 +0000] rev 48780
Merge
2018-02-08 Added tag jdk-10+43 for changeset 107413b070b9
lana [Thu, 08 Feb 2018 20:19:02 +0000] rev 48779
Added tag jdk-10+43 for changeset 107413b070b9
2018-02-08 8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
tschatzl [Thu, 08 Feb 2018 10:15:57 +0100] rev 48778
8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Summary: Remove code related to collection set checking in that method. Reviewed-by: kbarrett, ehelin
2018-02-07 8196383: JDK 10 L10n resource file update - msgdrop 20
lana [Tue, 06 Feb 2018 22:26:13 -0800] rev 48777
8196383: JDK 10 L10n resource file update - msgdrop 20 Reviewed-by: naoto Contributed-by: yue.l.liu@oracle.com
2018-02-07 8194764: javac incorrectly flags deprecated for removal imports jdk-10+43
jlahoda [Wed, 07 Feb 2018 16:49:24 +0100] rev 48776
8194764: javac incorrectly flags deprecated for removal imports Summary: Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT Reviewed-by: mcimadamore
2018-02-07 8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
clanger [Wed, 07 Feb 2018 09:18:13 +0100] rev 48775
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX Reviewed-by: dholmes, goetz, clanger Contributed-by: arno.zeller@sap.com
2018-02-02 8196717: remove xmlresolver.md
joehw [Fri, 02 Feb 2018 14:44:48 -0800] rev 48774
8196717: remove xmlresolver.md Reviewed-by: lancea, rriggs
2018-02-02 8195973: Update JDK 10 repo for FCS build
asaha [Fri, 02 Feb 2018 19:44:29 +0000] rev 48773
8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou@oracle.com
2018-02-02 8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz
prr [Fri, 02 Feb 2018 08:41:02 -0800] rev 48772
8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz Reviewed-by: psadhukhan
2018-02-02 Added tag jdk-10+42 for changeset 4b62b815b4f4
lana [Fri, 02 Feb 2018 03:02:26 +0000] rev 48771
Added tag jdk-10+42 for changeset 4b62b815b4f4
2018-02-06 8196768: RootLoggerHandlers fails when source tree is read-only
martin [Mon, 05 Feb 2018 20:20:35 -0800] rev 48770
8196768: RootLoggerHandlers fails when source tree is read-only Reviewed-by: dfuchs
2018-02-08 Merge
shurailine [Thu, 08 Feb 2018 06:19:24 -0800] rev 48769
Merge
2018-02-08 8178342: Missing @modules in jdk/jdk/nio/zipfs
shurailine [Thu, 08 Feb 2018 06:16:49 -0800] rev 48768
8178342: Missing @modules in jdk/jdk/nio/zipfs Reviewed-by: mchung
2018-02-08 8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW()
gadams [Thu, 08 Feb 2018 09:24:44 -0500] rev 48767
8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() Reviewed-by: erikj, clanger, chegar
2018-02-08 8196985: Disable new warnings from GCC 7.3 in jdk libraries
erikj [Thu, 08 Feb 2018 12:01:32 -0800] rev 48766
8196985: Disable new warnings from GCC 7.3 in jdk libraries Reviewed-by: tbell, ihse
2018-02-08 8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris
bpb [Thu, 08 Feb 2018 10:54:01 -0800] rev 48765
8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris Reviewed-by: rriggs
2018-02-08 8196356: Changes to m4 files don't trigger autoconf execution at build time
erikj [Thu, 08 Feb 2018 10:28:50 -0800] rev 48764
8196356: Changes to m4 files don't trigger autoconf execution at build time Reviewed-by: tbell
2018-02-08 8196869: Optimize Locale creation
redestad [Thu, 08 Feb 2018 18:45:30 +0100] rev 48763
8196869: Optimize Locale creation Reviewed-by: psandoz, plevart, naoto
2018-02-08 8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale.
apetcher [Thu, 08 Feb 2018 10:06:57 -0500] rev 48762
8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale. Summary: Fixing a minor bug in a test related to policy parser message formatting Reviewed-by: mullan, xuelei
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip