Roger Riggs
|
48d68d182a
|
8214014: Remove vestiges of gopher: protocol proxy support
Reviewed-by: lancea, alanb
|
2018-11-28 16:04:36 -05:00 |
|
Roger Riggs
|
c1034b1cad
|
4947890: Minimize JNI upcalls in system-properties initialization
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
|
2018-11-28 15:53:49 -05:00 |
|
Lance Andersen
|
94f0c828e3
|
8210454: jar tool does not allow setting the module version without also setting the main class
Reviewed-by: alanb, mchung, chegar
|
2018-11-28 14:49:19 -05:00 |
|
Jean Christophe Beyler
|
42563fdad8
|
8214408: Migrate EventsOnOff to using the same allocateAndCheck method
Move code to the more stable version used by other tests
Reviewed-by: sspitsyn, amenkov
|
2018-11-28 11:09:27 -08:00 |
|
Joe Wang
|
5f05f78bd4
|
8213117: adoptNode corrupts attribute values
Reviewed-by: lancea
|
2018-11-28 10:30:15 -08:00 |
|
Ioi Lam
|
16dc8e9634
|
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
Reviewed-by: lfoltan, sspitsyn, shade
|
2018-11-28 07:51:15 -08:00 |
|
Volker Simonis
|
631decbf2f
|
8214343: Handle the absence of Xrandr more generically
Reviewed-by: stuefe, erikj, prr
|
2018-11-28 13:56:32 +01:00 |
|
Dmitry Chuyko
|
bc98309953
|
8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
Reviewed-by: rkennke, shade
|
2018-11-28 13:24:56 +03:00 |
|
Robbin Ehn
|
7e0040c384
|
8213791: StringTable: Use get and insert
Reviewed-by: eosterlund, gziemski
|
2018-11-28 11:06:27 +01:00 |
|
Thomas Schatzl
|
0f0b8626fc
|
8213996: Remove one of the SparsePRT entry tables
Remove unused functionality in SparsePRT
Reviewed-by: shade, sjohanss
|
2018-11-28 11:06:58 +01:00 |
|
Thomas Schatzl
|
9a4eed85df
|
8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
Disable CMS precleaning to avoid accumulating too many classloaders to unload.
Reviewed-by: kbarrett, sangheki
|
2018-11-28 10:52:01 +01:00 |
|
Magnus Ihse Bursie
|
2ddd78e825
|
8178317: Create man pages using pandoc from markdown sources
Reviewed-by: erikj
|
2018-11-28 10:00:41 +01:00 |
|
Matthias Baesken
|
679f30ebc3
|
8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal
Reviewed-by: stuefe, jcbeyler
|
2018-11-27 15:56:10 +01:00 |
|
Roland Westrelin
|
cd0aafe76a
|
8214362: C2: gc interface entry point for split if
Reviewed-by: rkennke, thartmann
|
2018-11-27 14:49:13 +01:00 |
|
Roland Westrelin
|
8849b1c7b7
|
8214172: GC interface entry points for loop opts
Reviewed-by: kvn, rkennke
|
2018-11-27 09:35:02 +01:00 |
|
Hamlin Li
|
bb50695ff9
|
8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
Reviewed-by: igerasim
|
2018-11-28 15:34:43 +08:00 |
|
Priya Lakshmi Muthuswamy
|
17773c31b6
|
8202621: bad test with broken links needs to be updated
Reviewed-by: hannesw
|
2018-11-28 10:21:07 +05:30 |
|
Priya Lakshmi Muthuswamy
|
a19bd10e83
|
8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
Reviewed-by: chegar
|
2018-11-28 09:37:03 +05:30 |
|
David Holmes
|
2bcaf34726
|
8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
Skip non-JavaThreads that have not reached a minimal initialization point - setting their stack size
Reviewed-by: kbarrett, stuefe
|
2018-11-27 22:02:52 -05:00 |
|
David Holmes
|
cb861252d7
|
8214208: Nestmate package validation logging/exception should include classloader information
Reviewed-by: hseigel, coleenp, mchung
|
2018-11-27 21:20:16 -05:00 |
|
Coleen Phillimore
|
fdd11cac16
|
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
Call WB_ProtectionDomainRemovedCount.
Reviewed-by: jiangli, pchilanomate
|
2018-11-27 19:46:57 -05:00 |
|
Mikhailo Seledtsov
|
48073dc0d0
|
8213914: [TESTBUG] Several JFR VM events are not covered by tests
Fixed several relevant test issues, added a test to check event coverage
Reviewed-by: egahlin
|
2018-11-27 15:52:34 -08:00 |
|
Daniel D. Daugherty
|
8e4e1a91c0
|
8202415: Incorrect time logged for monitor deflation
Add support for "deflating per-thread idle monitors" log mesgs.
Reviewed-by: dholmes, coleenp
|
2018-11-27 18:35:16 -05:00 |
|
Jiangli Zhou
|
bc215804a4
|
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
Improve the fragmentation error message. Set java heap size in LotsOfClasses.java.
Reviewed-by: iklam, ccheung
|
2018-11-27 17:53:17 -05:00 |
|
Patricio Chilano Mateo
|
803b9a675b
|
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
"waiting to re-lock in wait()" is now shown in the frame where relocking is taking place
Reviewed-by: dholmes, dcubed
|
2018-11-27 13:39:57 -05:00 |
|
Joe Darcy
|
5d1cc7fc01
|
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
|
2018-11-27 11:28:47 -08:00 |
|
Joe Wang
|
197b669f83
|
8177286: AttributeSet: attempt to compare Qname and String
Reviewed-by: lancea
|
2018-11-27 09:40:32 -08:00 |
|
Markus Grönlund
|
ba809c2c36
|
8214287: SpecJbb2005StressModule got uncaught exception
Reviewed-by: egahlin, jwilhelm
|
2018-11-27 18:14:27 +01:00 |
|
Vicente Romero
|
10da56f017
|
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
Reviewed-by: mcimadamore
|
2018-11-27 11:07:44 -05:00 |
|
Matthias Baesken
|
9debae9783
|
8214297: testbug : missing fclose in jvmti_aod.cpp
Reviewed-by: coleenp, stuefe
|
2018-11-26 14:04:23 +01:00 |
|
Hannes Wallnöfer
|
e524f41fbf
|
8213716: javadoc search not working with Japanese and Chinese locales
Reviewed-by: jjg
|
2018-11-27 13:02:28 +01:00 |
|
Sean Coffey
|
6e905c8389
|
8214295: Populate handlers while holding streamHandlerLock
Reviewed-by: chegar
|
2018-11-27 11:09:53 +00:00 |
|
Roland Westrelin
|
efcfec81ce
|
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
Reviewed-by: kvn
|
2018-11-26 17:35:35 +01:00 |
|
Dean Long
|
787f8b320e
|
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
Reviewed-by: iklam, kvn
|
2018-11-26 22:49:57 -08:00 |
|
Thomas Stuefe
|
abf1e47f29
|
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
|
2018-11-27 07:54:06 +01:00 |
|
Xue-Lei Andrew Fan
|
23ecdbbc1d
|
8214321: Misleading code in SSLCipher
Reviewed-by: ascarpino
|
2018-11-26 20:50:21 -08:00 |
|
Weijun Wang
|
b1c4b461f1
|
8214100: use of keystore probing results in unnecessary exception thrown
Reviewed-by: mullan
|
2018-11-27 08:51:20 +08:00 |
|
Ioi Lam
|
52664cb14a
|
8214029: Remove dead code BasicHashtable::bulk_free_entries
Reviewed-by: dholmes
|
2018-11-26 15:06:53 -08:00 |
|
Jonathan Gibbons
|
1d01b4d22f
|
8190312: javadoc -link doesn't work with http: -> https: URL redirects
Reviewed-by: hannesw
|
2018-11-26 11:17:13 -08:00 |
|
Jiangli Zhou
|
e0d9ae7699
|
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java.
Reviewed-by: iklam
|
2018-11-26 14:13:22 -05:00 |
|
Jonathan Gibbons
|
ae4f1b1941
|
8213956: javadoc crash using {@index} in doc-files file
Reviewed-by: jlahoda, hannesw, pmuthuswamy
|
2018-11-26 11:00:32 -08:00 |
|
Kim Barrett
|
5c99d95a63
|
8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
Remove flag clearing and simplify get_completed-buffer.
Reviewed-by: tschatzl, sjohanss
|
2018-11-26 13:17:39 -05:00 |
|
Simon Tooke
|
5d725a98c8
|
8214059: Undefined behaviour in ADLC
Reviewed-by: shade, kbarrett
|
2018-11-26 09:36:30 +01:00 |
|
Jim Laskey
|
40d4ff864c
|
8203442: String::transform
Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
|
2018-11-26 12:20:06 -04:00 |
|
Harold Seigel
|
6d25f18bad
|
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
Handle OutOfMemoryError exception to prevent test aborting
Reviewed-by: zgu, dholmes
|
2018-11-26 09:46:20 -05:00 |
|
Tobias Hartmann
|
dc6cabe8b7
|
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
Added missing UnlockDiagnosticVMOptions.
Reviewed-by: tschatzl
|
2018-11-26 12:16:23 +01:00 |
|
Jan Lahoda
|
06b1502892
|
8214113: Switch expressions may have constant type and may be skipped during write
Switch expressions should not be compile-time constants.
Reviewed-by: mcimadamore
|
2018-11-26 09:24:08 +01:00 |
|
Weijun Wang
|
b021bcb335
|
8214262: SunEC native code does not compile with debug on
Reviewed-by: jnimeh
|
2018-11-26 08:27:49 +08:00 |
|
Jesper Wilhelmsson
|
e398213df7
|
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
Reviewed-by: kbarrett
|
2018-11-24 01:05:11 +01:00 |
|
Boris Ulasevich
|
b2cb5cee6d
|
8213845: ARM32: Interpreter doesn't call result handler after native calls
Reviewed-by: aph
|
2018-11-23 19:45:38 +03:00 |
|