darcy [Wed, 14 Sep 2016 10:12:59 -0700] rev 40947
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
Reviewed-by: dfuchs
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
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
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
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
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>
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
sdrach [Tue, 13 Sep 2016 13:55:35 -0700] rev 40940
8163798: Create a JarFile versionedStream method
Reviewed-by: mchung, psandoz, redestad
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
robm [Tue, 13 Sep 2016 14:47:29 +0100] rev 40938
6947916: JarURLConnection does not handle useCaches correctly
Reviewed-by: chegar
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
amlu [Tue, 13 Sep 2016 14:55:20 +0800] rev 40936
8165818: Remove tools/pack200/Pack200Props.java from ProblemList
Reviewed-by: ksrini
lana [Thu, 15 Sep 2016 17:15:54 +0000] rev 40935
Added tag jdk-9+136 for changeset d9f374de0160
duke [Wed, 05 Jul 2017 22:13:08 +0200] rev 40934
Merge
lana [Thu, 15 Sep 2016 21:09:16 +0000] rev 40933
Merge
amurillo [Sat, 10 Sep 2016 12:18:31 -0700] rev 40932
Merge
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
dholmes [Wed, 07 Sep 2016 23:17:24 +0200] rev 40930
Merge
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
coleenp [Wed, 07 Sep 2016 19:29:01 +0000] rev 40928
Merge
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
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
mlarsson [Wed, 07 Sep 2016 15:21:45 +0200] rev 40925
Merge
mlarsson [Wed, 07 Sep 2016 14:36:44 +0200] rev 40924
8165226: Bad -Xloggc: arguments crashes the VM
Reviewed-by: dsamersoff, sjohanss
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
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
rprotacio [Tue, 06 Sep 2016 22:52:35 +0200] rev 40921
Merge
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
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
mdoerr [Mon, 05 Sep 2016 20:40:08 -0400] rev 40918
8165018: Missing memory barrier for PPC64 in Unsafe_GetObjectVolatile
Reviewed-by: kbarrett, dholmes
mlarsson [Wed, 31 Aug 2016 09:38:46 +0200] rev 40917
8164939: GTest LogDecorations.iso8601_time_test fails on macOS
Reviewed-by: sla, dsamersoff
kzhaldyb [Tue, 30 Aug 2016 21:35:56 +0300] rev 40916
8157468: gc/testlibrary contains a lot of duplicated code
Reviewed-by: dfazunen, iignatyev
tschatzl [Fri, 02 Sep 2016 11:18:04 +0200] rev 40915
Merge
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
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
kzhaldyb [Fri, 02 Sep 2016 01:39:47 +0000] rev 40912
Merge
kzhaldyb [Thu, 01 Sep 2016 20:46:40 +0300] rev 40911
8164039: Convert test_memset_with_concurrent_readers to GTest
Reviewed-by: iignatyev, kbarrett
coleenp [Fri, 02 Sep 2016 00:08:18 +0000] rev 40910
Merge
coleenp [Thu, 01 Sep 2016 18:02:13 -0400] rev 40909
8165268: [BACKOUT] InstanceKlass::_previous_version_count goes negative
Reviewed-by: dcubed
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40908
Merge
amurillo [Thu, 01 Sep 2016 14:09:01 -0700] rev 40907
Merge
kzhaldyb [Thu, 01 Sep 2016 18:15:49 +0300] rev 40906
Merge
kzhaldyb [Mon, 29 Aug 2016 20:15:12 +0300] rev 40905
8164230: Convert TestCodeCacheRemSet_test to GTest
Reviewed-by: mgerdin, dfazunen
kzhaldyb [Mon, 22 Aug 2016 16:43:56 +0300] rev 40904
8164028: Convert TestPredictions_test to GTest
Reviewed-by: jwilhelm, dfazunen, ehelin
kzhaldyb [Mon, 15 Aug 2016 13:18:35 +0300] rev 40903
8163860: Convert TestOldFreeSpaceCalculation_test to GTest
Reviewed-by: iignatyev, dfazunen
mlarsson [Mon, 29 Aug 2016 14:11:22 +0200] rev 40902
8157948: UL allows same log file with multiple file=
Reviewed-by: dholmes, rehn
kzhaldyb [Wed, 24 Aug 2016 19:21:20 +0300] rev 40901
8164743: Convert TestAsUtf8 to GTest
Reviewed-by: dholmes, rprotacio
kzhaldyb [Wed, 24 Aug 2016 18:10:09 +0300] rev 40900
8164738: Convert AltHashing_test to GTest
Reviewed-by: dholmes, coleenp
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
mdoerr [Wed, 31 Aug 2016 19:41:57 -0400] rev 40898
8165014: Unaligned unsafe access should throw InternalError on Solaris
Reviewed-by: dholmes, coleenp
hseigel [Wed, 31 Aug 2016 16:41:01 +0000] rev 40897
Merge
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
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
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
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
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
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
dsamersoff [Tue, 30 Aug 2016 09:25:18 +0000] rev 40890
Merge
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
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
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
dfazunen [Mon, 29 Aug 2016 23:04:48 +0400] rev 40886
8164660: MinimalVM is not tested with GC tests
Reviewed-by: jmasa, tschatzl
mlarsson [Fri, 26 Aug 2016 14:27:41 +0200] rev 40885
8150823: UL disables log outputs incorrectly
Reviewed-by: rehn, sla
mlarsson [Tue, 05 Apr 2016 16:51:58 +0200] rev 40884
8150894: Unused -Xlog tag sequences are silently ignored.
Reviewed-by: rehn, sla
iveresov [Fri, 26 Aug 2016 14:47:52 -0700] rev 40883
Merge
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
vlivanov [Thu, 25 Aug 2016 12:52:18 +0300] rev 40881
8155635: C2: Mixed unsafe accesses break alias analysis
Reviewed-by: jrose, kvn
vlivanov [Thu, 25 Aug 2016 12:51:10 +0300] rev 40880
8162101: C2: Handle "wide" aliases for unsafe accesses
Reviewed-by: kvn
dnsimon [Tue, 23 Aug 2016 22:31:48 +0000] rev 40879
Merge
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
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
tpivovarova [Tue, 23 Aug 2016 18:03:37 +0000] rev 40876
Merge
tpivovarova [Tue, 23 Aug 2016 19:53:40 +0300] rev 40875
8164648: [TESTBUG] jittester failed compilation after 8157957
Reviewed-by: vlivanov
dpochepk [Tue, 23 Aug 2016 18:57:21 +0200] rev 40874
Merge
dpochepk [Tue, 23 Aug 2016 19:30:56 +0300] rev 40873
8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
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
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
dnsimon [Mon, 22 Aug 2016 20:30:37 +0000] rev 40870
Merge
dnsimon [Mon, 22 Aug 2016 19:29:15 +0000] rev 40869
8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
Reviewed-by: zmajo
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
iveresov [Fri, 19 Aug 2016 18:51:15 -0700] rev 40867
Merge
iveresov [Fri, 19 Aug 2016 15:29:57 -0700] rev 40866
Merge
dpochepk [Sat, 20 Aug 2016 00:15:45 +0300] rev 40865
8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
Reviewed-by: kvn
iveresov [Fri, 19 Aug 2016 14:35:15 -0700] rev 40864
Merge
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
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
amurillo [Fri, 26 Aug 2016 10:14:14 -0700] rev 40861
Merge
iklam [Fri, 26 Aug 2016 06:37:34 -0700] rev 40860
8161280: assert failed: reference count underflow for symbol
Reviewed-by: dholmes, coleenp, kbarrett
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
ysuenaga [Thu, 25 Aug 2016 12:24:05 +0900] rev 40858
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
Reviewed-by: dholmes, sjohanss
rprotacio [Thu, 25 Aug 2016 13:48:42 +0000] rev 40857
Merge
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
ctornqvi [Thu, 25 Aug 2016 08:40:53 -0400] rev 40855
8164737: Remove Unsafe dependency from ProcessTools
Reviewed-by: gtriantafill, dholmes
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
lana [Thu, 15 Sep 2016 17:15:52 +0000] rev 40853
Added tag jdk-9+136 for changeset 36d7560ae09e
lana [Thu, 15 Sep 2016 21:08:27 +0000] rev 40852
Merge
amurillo [Wed, 14 Sep 2016 11:22:38 -0700] rev 40851
Merge
amurillo [Sat, 10 Sep 2016 12:18:30 -0700] rev 40850
Merge
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40849
Merge
amurillo [Thu, 01 Sep 2016 14:09:00 -0700] rev 40848
Merge
iveresov [Fri, 26 Aug 2016 14:47:51 -0700] rev 40847
Merge
dpochepk [Tue, 23 Aug 2016 19:30:35 +0300] rev 40846
8164608: [TESTBUG] compiler/profiling tests fail to compile
Reviewed-by: ctornqvi
amurillo [Fri, 26 Aug 2016 10:14:14 -0700] rev 40845
Merge
ctornqvi [Thu, 25 Aug 2016 08:39:06 -0400] rev 40844
8164737: Remove Unsafe dependency from ProcessTools
Reviewed-by: gtriantafill, dholmes
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
lana [Thu, 15 Sep 2016 17:15:51 +0000] rev 40842
Added tag jdk-9+136 for changeset eecdf7525f79
duke [Wed, 05 Jul 2017 22:12:20 +0200] rev 40841
Added tag jdk-9+136 for changeset 1b4b5d01aa11
duke [Wed, 05 Jul 2017 22:12:19 +0200] rev 40840
Merge
duke [Wed, 05 Jul 2017 22:12:11 +0200] rev 40839
Merge
lana [Thu, 08 Sep 2016 22:13:38 +0000] rev 40838
Merge
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
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