Magnus Ihse Bursie
|
6b2d1c9834
|
8200609: Proper fix for mapfile removal for libjsig
Reviewed-by: erikj, dholmes
|
2018-09-10 09:58:23 +02:00 |
|
Erik Joelsson
|
26f801426d
|
8210283: Support git as an SCM alternative in the build
Reviewed-by: ihse, ehelin
|
2018-09-07 14:54:15 -07:00 |
|
Igor Ignatyev
|
21a0458422
|
8210112: remove jdk.testlibrary.ProcessTools
Reviewed-by: alanb, sspitsyn, jcbeyler
|
2018-09-07 14:01:52 -07:00 |
|
Jiangli Zhou
|
bd77f790c3
|
8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1
Fixup archive heap regions before restoring any archived java object at runtime.
Reviewed-by: iklam, ccheung
|
2018-09-07 15:18:14 -04:00 |
|
Kim Barrett
|
8b1bdf579c
|
8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
Expanded permitted threads to include all NamedThreads.
Reviewed-by: dcubed, sspitsyn
|
2018-09-07 14:44:52 -04:00 |
|
Jean Christophe Beyler
|
d90f0a51c2
|
8210429: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[G-Z] tests
Remove the JNI_ENV_ARG for the rest of the Get[G-Z]
Reviewed-by: dholmes, sspitsyn, cjplummer
|
2018-09-07 09:50:02 -07:00 |
|
Xueming Shen
|
23ec584fda
|
8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb
|
2018-09-07 10:17:49 -07:00 |
|
Maurizio Cimadamore
|
c0d51dc514
|
8210495: compiler crashes because of illegal signature in otherwise legal code
Disable strict verification of compiler signatures when they do not affect generated bytecode
Reviewed-by: vromero
|
2018-09-07 15:56:21 +01:00 |
|
Andrew Leonard
|
660f6b448b
|
8209786: JDK12 fails to build on s390x with gcc 7.3
Reviewed-by: ihse, goetz
|
2018-09-07 11:24:59 +02:00 |
|
David Holmes
|
b66c67675d
|
8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn
|
2018-09-07 08:14:47 -04:00 |
|
Sean Mullan
|
59d3b2ccfa
|
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
|
2018-09-07 08:02:51 -04:00 |
|
Roland Westrelin
|
052a740695
|
8209544: AES encrypt performance regression in jdk11b11
Reviewed-by: kvn, vlivanov
|
2018-09-06 16:27:07 +02:00 |
|
Dean Long
|
25280e30d4
|
8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
Reviewed-by: coleenp, dholmes
|
2018-09-06 17:45:15 -07:00 |
|
Chris Yin
|
334d64e9a0
|
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
Reviewed-by: chegar
|
2018-09-07 09:09:31 +08:00 |
|
Mikael Vidstedt
|
0f68e5221f
|
8210381: Obsolete EmitSync
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
|
2018-09-06 18:06:24 -07:00 |
|
Jonathan Gibbons
|
84cf73f2a5
|
8210009: Source Launcher classloader should support getResource and getResourceAsStream
Reviewed-by: mchung, plevart
|
2018-09-06 16:15:32 -07:00 |
|
Ivan Gerasimov
|
1c9dfca05b
|
8210285: CharsetDecoder/Encoder's constructor does not reject NaN
Reviewed-by: sherman, smarks, alanb, martin, darcy
|
2018-09-06 12:10:59 -07:00 |
|
Naoto Sato
|
d1958eeed1
|
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs
|
2018-09-06 10:49:17 -07:00 |
|
Calvin Cheung
|
9d6230fe4e
|
8185145: AppCDS custom loader support on Mac OS X
Reviewed-by: dholmes, gziemski
|
2018-09-06 09:30:47 -07:00 |
|
Vicente Romero
|
d0f7d4e374
|
8210435: don't add local variable spots if they are DCE'ed by the compiler
Reviewed-by: mcimadamore
|
2018-09-06 05:44:47 -07:00 |
|
Maurizio Cimadamore
|
66288b8c6c
|
8210318: idea.sh script doesn't work on Mac
Remove usage non-portable sed options
Reviewed-by: erikj, ihse
|
2018-09-06 13:13:35 +01:00 |
|
David Holmes
|
0d9f615e92
|
8199874: [TESTBUG] runtime/Thread/ThreadPriorities.java fails with "expected 0 to equal 10"
Reviewed-by: lfoltan, ccheung
|
2018-09-06 02:01:20 -04:00 |
|
Rajan Halade
|
c201a7f8c9
|
8210432: Add additional TeliaSonera root certificate
Reviewed-by: mullan
|
2018-09-05 21:06:01 -07:00 |
|
Xue-Lei Andrew Fan
|
b7fdc4943f
|
8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
Reviewed-by: ascarpino, wetmore
|
2018-09-05 21:01:39 -07:00 |
|
Jean Christophe Beyler
|
d256eb923b
|
8210198: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[A-F] tests
Remove JNI_ENV macros from the Get[A-F] tests
Reviewed-by: sspitsyn, amenkov, cjplummer
|
2018-09-05 19:40:52 -07:00 |
|
Jesper Wilhelmsson
|
bac1c9b8fb
|
Added tag jdk-12+10 for changeset 8f594f75e054
|
2018-09-06 02:50:04 +02:00 |
|
Jean Christophe Beyler
|
14e4479ca7
|
8208352: Merge HeapMonitorTest and HeapMonitorGCTest code
Merged the code that enables sampling and allocates
Reviewed-by: cjplummer, sspitsyn, amenkov
|
2018-09-05 11:12:15 -07:00 |
|
Igor Ignatyev
|
be5de9ef3b
|
8209386: [error-prone] StreamResourceLeak in jdk.internal.ed module
Reviewed-by: rriggs
|
2018-08-10 13:36:10 -07:00 |
|
Dean Long
|
e51b1f0cf6
|
8187078: -XX:+VerifyOops finds numerous problems when running JPRT
Reviewed-by: kvn
|
2018-09-05 13:10:40 -07:00 |
|
Alex Menkov
|
cbac17e494
|
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
Reviewed-by: jcbeyler, cjplummer, sspitsyn
|
2018-09-05 10:39:16 -07:00 |
|
Jean Christophe Beyler
|
bd5f1aba05
|
8208186: SetHeapSamplingInterval handles 1 explicitly
Explicitly test for the 0 case (sample everything)
Reviewed-by: amenkov, sspitsyn
|
2018-09-05 10:17:11 -07:00 |
|
Xueming Shen
|
5d1d4eb155
|
8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
Reviewed-by: alanb, jlaskey
|
2018-09-05 09:12:50 -07:00 |
|
Ralf Schmelter
|
22de84454c
|
8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
Reviewed-by: shade, simonis
|
2018-09-05 12:48:51 +02:00 |
|
Magnus Ihse Bursie
|
9e1adc7e73
|
8182733: aarch64 build documentation misleading
Reviewed-by: shade, dholmes
|
2018-09-05 14:00:36 +02:00 |
|
Erik Österlund
|
1c727102ab
|
8210158: Accessorize JFR getEventWriter() intrinsics
Reviewed-by: kvn, neliasso, roland, rbackman
|
2018-09-05 10:11:42 +02:00 |
|
Alan Bateman
|
f1202dc4dc
|
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
Reviewed-by: chegar
|
2018-09-05 11:52:08 +01:00 |
|
John Paul Adrian Glaubitz
|
e7a2c9d679
|
8165440: Add Zero support for x86_64-linux-gnux32 target
Reviewed-by: erikj, ihse
|
2018-09-05 11:15:28 +02:00 |
|
Priya Lakshmi Muthuswamy
|
e2eab3c1b7
|
8209052: Low contrast in docs/api/constant-values.html
Reviewed-by: jjg
|
2018-09-05 11:52:15 +05:30 |
|
Amy Lu
|
dc356698b8
|
8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test
Reviewed-by: alanb, mchung
|
2018-09-05 12:34:08 +08:00 |
|
Xueming Shen
|
de35357cf5
|
8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside
Reviewed-by: alanb
|
2018-09-04 17:04:10 -07:00 |
|
Igor Ignatyev
|
315e71f87e
|
8210039: move OSInfo to top level testlibrary
Reviewed-by: serb, chegar, alanb, dfuchs
|
2018-09-04 14:35:59 -07:00 |
|
Calvin Cheung
|
3c810ce261
|
8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode
Add logging of class names in the allLoadedClasses array; throw RuntimeException upon encountering of a null class.
Reviewed-by: jiangli
|
2018-09-04 15:00:08 -07:00 |
|
Man Cao
|
b116f2cf13
|
8210192 : Hsperf counter ParNew::CMS should be ParNew:CMS
Rename the counter back to ParNew:CMS and added a test
Reviewed-by: sjohanss, tschatzl
|
2018-09-04 14:17:45 -07:00 |
|
Jean Christophe Beyler
|
d0560a2860
|
8210182: Remove macros for C compilation from vmTestBase but non jvmti
Remove the macros and update the code
Reviewed-by: sspitsyn, cjplummer, amenkov
|
2018-08-31 22:55:34 -07:00 |
|
Vladimir Kozlov
|
6f8114227c
|
8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
Replace short jumps and fix other issues when generated code exceed expected range.
Reviewed-by: dlong, rasbold
|
2018-09-04 12:44:02 -07:00 |
|
Daniel Fuchs
|
595a45041b
|
8210366: Typo in MethodHandles.Lookup: must be either be
Reviewed-by: rriggs
|
2018-09-04 18:32:28 +01:00 |
|
Alan Bateman
|
9141fa4e52
|
8210087: Classes in jdk.unsupported not accessible from jconsole plugin
Reviewed-by: erikj
|
2018-09-04 18:03:44 +01:00 |
|
Brian Burkhalter
|
ba1d068078
|
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
Reviewed-by: alanb
|
2018-09-04 09:07:06 -07:00 |
|
Gustavo Romero
|
e8b551eac9
|
8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
Reviewed-by: mbaesken, shade, mdoerr
|
2018-09-04 11:46:23 -04:00 |
|
Aleksey Shipilev
|
aee7d4f600
|
8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
Reviewed-by: thartmann
|
2018-09-04 13:19:38 +02:00 |
|