Dean Long
6376361bc9
8160742: Node::operator new invokes undefined behavior
...
Remove obsolete asserts
Reviewed-by: kvn
2016-07-27 10:56:01 -07:00
Martin Buchholz
da7a66e347
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
...
Reviewed-by: psandoz, darcy
2016-07-27 10:34:10 -07:00
Bradford Wetmore
e2c37e40c6
8161303: Sample NIO Server README needs updating
...
Reviewed-by: xuelei
2016-07-28 10:35:31 -07:00
Alejandro Murillo
8a05f12710
Merge
2016-07-28 16:43:37 +00:00
Alejandro Murillo
50e8e355a0
Added tag jdk-9+129 for changeset 8190c004acbd
2016-07-28 16:08:16 +00:00
Michail Chernov
f47008ae10
8159606: gc/g1/TestShrinkAuxiliaryData* tests fail because GC triggered before VM initialization completed
...
Reviewed-by: tschatzl
2016-07-27 18:43:52 +03:00
Dmitry Fazunenko
b831167138
8161990: Un-quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
...
Reviewed-by: tschatzl
2016-07-27 21:16:38 +04:00
Svetlana Nikandrova
bcf71c8eff
8021787: javax.xml.datatype.XMLGregorianCalendar.getMonth() return is documented wrong
...
Reviewed-by: joehw, rriggs
2016-07-27 18:23:04 +03:00
Srinivas Dama
2faec59457
8160801: add documentation for NativeString
...
Reviewed-by: mhaupt
2016-07-27 15:53:41 +02:00
Karen Kinnear
9be5fdfe94
Merge
2016-07-27 13:33:55 +00:00
Karen Kinnear
d6207f6cf5
Merge
2016-07-27 13:33:52 +00:00
Karen Kinnear
201f2252c2
8162340: Better class stream parsing
...
Check package validity
Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04:00
Martin Walsh
3ed86431ba
8160664: JVM crashed with font manager on Solaris 12
...
Reviewed-by: prr, aivanov
2016-07-27 15:32:25 +03:00
Karen Kinnear
9c928767ba
8162340: Better class stream parsing
...
Check platform and boot loader for java/* packages
Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:31:48 -04:00
Li Jiang
cd30067eab
8158486: Remove wptg id from jaxp resource files - JDK9
...
Remove wptg id from jaxp resource files
Reviewed-by: joehw
2016-07-27 18:48:44 +08:00
Roland Westrelin
8d9c39fa52
8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
...
When speculation fails at a call fallback to profile data at the call site
Reviewed-by: kvn
2016-07-27 12:33:33 +02:00
Semyon Sadetsky
5fa14d430b
8162411: Service Menu services 2
...
Reviewed-by: prr, mschoene, serb, ahgross
2016-07-27 12:03:19 +03:00
David Holmes
a7960979d9
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
David Holmes
5c9019c64a
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: twisti, fparain, cjplummer
2016-07-26 23:52:25 -04:00
Xue-Lei Andrew Fan
d109f68ebd
8151465: SSLSession may not return a valid chain
...
Reviewed-by: mullan, ahgross
2016-07-27 02:23:16 +00:00
Valerie Peng
117713bd92
8159488: Deprivilege java.xml.crypto
...
Moved java.xml.crypto module from boot modules to platform modules
Reviewed-by: mullan
2016-07-27 01:26:47 +00:00
Alejandro Murillo
19e317fe9c
Merge
2016-07-26 16:18:24 -07:00
David Dehaven
dd5b13bacb
Merge
2016-07-26 14:45:11 -07:00
Jiangli Zhou
5599ff5261
8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134
...
Remove invalid assert in SensorInfo::process_pending_requests.
Reviewed-by: dholmes, coleenp
2016-07-26 17:25:58 -04:00
Joe Darcy
085f7a6907
8162539: Test fails because it expects a blank between method signature and throws exception
...
Reviewed-by: coleenp
2016-07-26 12:56:26 -07:00
Phil Race
eae21ed09c
8162488: JDK should be updated to use LittleCMS 2.8
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:50:19 -07:00
Phil Race
a8ce73f840
8074827: Resolve disabled warnings for libjavajpeg
...
Reviewed-by: serb, psadhukhan
2016-07-26 11:30:40 -07:00
Naoto Sato
1c514f5458
8162343: non-ASCII characters in source code comments (.hpp)
...
Reviewed-by: rriggs
2016-07-26 10:53:20 -07:00
Doug Lea
55ee90a475
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:06:19 -07:00
Doug Lea
2545e51a0c
8161608: StampedLock should use storeStoreFence when acquiring write lock
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:02:05 -07:00
Doug Lea
825edd9274
8160751: Optimize ConcurrentHashMap.keySet().removeAll
...
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:57:51 -07:00
Doug Lea
6db3f79f39
8160402: Garbage retention with CompletableFuture.anyOf
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:53:38 -07:00
Doug Lea
b7284ca20e
8162396: j.u.c java.lang.LinkageError
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:49:25 -07:00
Vadim Pakhnushev
6632e6c6ca
8162545: Mac build failure
...
Reviewed-by: psadhukhan, prr
2016-07-26 18:45:05 +03:00
Vicente Romero
8480651475
8161019: javac, fold formatter options
...
Reviewed-by: mcimadamore, jjg
2016-07-26 07:45:29 -07:00
Lois Foltan
64f4953141
8154239: -Xbootclasspath/a breaks exploded build
...
Correct exploded modules build system class path search for the boot loader
Reviewed-by: acorn, ccheung, hseigel, jiangli
2016-07-26 10:29:27 -04:00
Hannes Wallnöfer
ffab346e43
8068972: Array.splice should follow the ES6 specification
...
Reviewed-by: mhaupt, jlaskey
2016-07-26 15:56:35 +02:00
Jan Lahoda
ecbab04648
8162255: 'Alt-Enter v'/'Alt-Enter i' not working on some terminals
...
Registering an additional code sequence for Alt-Enter
Reviewed-by: rfield
2016-07-26 15:52:51 +02:00
Daniel Fuchs
9fb04d6e56
8153082: Update XSLT compiler to generate classes that invoke addReads
...
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw
2016-07-26 14:30:52 +01:00
Daniel Fuchs
73af45423d
8153082: Update XSLT compiler to generate classes that invoke addReads
...
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)
Reviewed-by: alanb, clanger, joehw
2016-07-26 14:29:54 +01:00
Sergey Bylokhov
c322804814
8159899: [TEST_BUG] Timeout in tests when OOM should be generated
...
Reviewed-by: yan, ssadetsky
2016-07-26 15:55:22 +03:00
Harold Seigel
6beed1f844
8161218: Better bytecode loading
...
Reviewed-by: acorn, mschoene, ctornqvi
2016-07-26 08:23:25 -04:00
Vadim Pakhnushev
964fd1e4e9
8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:54:26 +03:00
Vadim Pakhnushev
cd67ab9d5b
8161733: [parfait] Memory leak in imageioJPEG.c:2803
...
Reviewed-by: prr, serb
2016-07-26 14:19:40 +03:00
Vadim Pakhnushev
4326770a81
8161740: [parfait] Memory leak in Java_sun_awt_UNIXToolkit_load_1gtk_1icon of awt_UNIXToolkit.c:132
...
Reviewed-by: serb, ssadetsky
2016-07-26 14:19:15 +03:00
Vadim Pakhnushev
ddd0f9e960
8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
...
Reviewed-by: prr, serb
2016-07-26 14:18:43 +03:00
Thomas Schatzl
2313844e20
8161993: G1 crashes if active_processor_count changes during startup
...
Use the initial active processor count for memory initialization instead of the current active one.
Reviewed-by: dholmes, mgerdin
2016-07-26 11:04:20 +02:00
Thomas Schatzl
7c45404684
8147910: Cache initial active_processor_count
...
Introduce and initialize active_processor_count variable in VM.
Reviewed-by: dholmes, jprovino
2016-07-26 11:04:20 +02:00
Ramanand Patil
20477f85e7
8159684: (tz) Support tzdata2016f
...
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
Xue-Lei Andrew Fan
4c352f2d46
8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
...
Reviewed-by: vinnie, mullan
2016-07-27 02:47:04 +00:00