Martin Balao
|
7724fd6d9b
|
8213154: Update copyright headers of files in src tree that are missing Classpath exception
Reviewed-by: andrew
|
2018-11-08 18:10:15 -03:00 |
|
Mikael Vidstedt
|
f69921f2fc
|
8213436: Obsolete UseMembar
Reviewed-by: kvn, dholmes, mdoerr, adinn
|
2018-11-08 11:45:13 -08:00 |
|
Joe Wang
|
a567796533
|
8202285: (fs) Add a method to Files for comparing file contents
Reviewed-by: alanb, rriggs, smarks, bpb, dfuchs, weijun, igerasim
|
2018-11-08 09:50:54 -08:00 |
|
Richard Reingruber
|
e8fd8147a3
|
8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC
Reviewed-by: kvn
|
2018-11-08 09:04:00 -08:00 |
|
Chris Hegarty
|
4187dff26a
|
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
Reviewed-by: alanb, dfuchs
|
2018-11-08 16:16:57 +00:00 |
|
Vicente Romero
|
7d4e8d0e26
|
8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not
Reviewed-by: mcimadamore
|
2018-11-08 10:36:06 -05:00 |
|
Bernard Blaser
|
1117fcb339
|
8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory
Reviewed-by: kvn
|
2018-11-08 15:11:32 +01:00 |
|
Roland Westrelin
|
b2541f90e6
|
8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
Reviewed-by: thartmann, kvn, shade
|
2018-11-08 10:08:52 +01:00 |
|
Serguei Spitsyn
|
bf16c3a479
|
8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
Provide possible type checks when LVT is absent
Reviewed-by: jcbeyler, cjplummer
|
2018-11-08 00:07:48 -08:00 |
|
Gary Adams
|
bb0212400f
|
8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
Reviewed-by: jcbeyler, cjplummer, amenkov
|
2018-11-01 11:42:59 -04:00 |
|
Lois Foltan
|
9c5c6947cb
|
8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
Fix to obtain the class loader's name from the java.lang.ClassLoader object instead of its ClassLoaderData.
Reviewed-by: coleenp, mbalao, sgehwolf
|
2018-11-07 13:54:22 -05:00 |
|
Dean Long
|
a9ae141836
|
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
|
2018-11-06 16:04:50 -08:00 |
|
Valerie Peng
|
c8c41d1444
|
8211049: Second parameter of "initialize" method is not used
Use the specified random object instead of system default
Reviewed-by: weijun
|
2018-11-07 01:04:26 +00:00 |
|
Anthony Scarpino
|
f7fc720c9c
|
8211339: NPE during SSL handshake caused by HostnameChecker
Reviewed-by: xuelei
|
2018-11-06 10:10:18 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Ying Zhou
|
0fade4897e
|
8210409: Refactor java.util.TimeZone:i18n shell tests to plain java tests
Reviewed-by: naoto
|
2018-11-06 15:23:52 +08:00 |
|
Dean Long
|
88fec44661
|
8204521: compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java fails trying to delete temp file
Reviewed-by: kvn
|
2018-11-05 22:22:49 -08:00 |
|
Kim Barrett
|
1e9d3b5358
|
8210986: Add OopStorage cleanup to ServiceThread
Service thread performs cleanup when notified.
Reviewed-by: coleenp, rehn
|
2018-11-05 18:27:14 -05:00 |
|
Naoto Sato
|
a1029a4729
|
8213330: Fix legal headers in i18n tests
Reviewed-by: lancea
|
2018-11-05 13:55:41 -08:00 |
|
Roland Westrelin
|
b5d2e875f6
|
8209835: Aarch64: elide barriers on all volatile operations
Reviewed-by: aph, adinn
|
2018-11-05 12:53:55 +01:00 |
|
Roland Westrelin
|
03ef2b0df5
|
8211320: Aarch64: unsafe.compareAndSetByte() and unsafe.compareAndSetShort() c2 intrinsics broken with negative expected value
Reviewed-by: adinn, aph
|
2018-10-04 09:24:27 +02:00 |
|
Daniel Fuchs
|
059682d681
|
8213301: Fix legal headers in jdk logging tests
Reviewed-by: chegar, mchung
|
2018-11-05 11:20:47 +00:00 |
|
Jan Lahoda
|
fdb010502b
|
8213103: RoundEnvironment.getElementsAnnotatedWith(Class) crashes with -source 8
Correct handling of missing annotation with -source 8.
Reviewed-by: darcy, jjg, vromero
|
2018-11-05 10:31:47 +01:00 |
|
Lance Andersen
|
87f243d539
|
8213328: Update test copyrights in test/java/util/zip and test/jdk/tools
Reviewed-by: joehw
|
2018-11-04 13:06:02 -05:00 |
|
Jean Christophe Beyler
|
e3a2417b63
|
8213246: Fix typo in vmTestbase failuire to failure
Fix failuire typo in two spots
Reviewed-by: mikael, dcubed, iignatyev
|
2018-11-03 12:37:55 -07:00 |
|
Ioi Lam
|
51f2d9801b
|
8211336: [TESTBUG] appcds tests with incorrect usage of -XX:+UseStringDeduplication
Reviewed-by: dholmes, ccheung, mseledtsov
|
2018-10-29 14:01:46 -07:00 |
|
Igor Ignatyev
|
bf800514ff
|
8213337: windows-x64-slowdebug build is broken by 8177708
Reviewed-by: dholmes
|
2018-11-02 23:44:45 -07:00 |
|
Jiangli Zhou
|
4b813da8c8
|
8209564: runtime/appcds/CDSandJFR.java timeout on tier6 on sparc
Set timeout 500 in CDSandJFR.java
Reviewed-by: dcubed
|
2018-11-02 19:30:31 -04:00 |
|
Igor Ignatyev
|
35871a8ca1
|
8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
Reviewed-by: erikj, dholmes, ihse
|
2018-11-02 16:27:55 -07:00 |
|
Igor Ignatyev
|
de6f5b33ed
|
8177708: Convert TestReserveMemorySpecial_test to Gtest
Reviewed-by: gziemski, vlivanov
|
2018-11-02 16:26:11 -07:00 |
|
Ekaterina Pavlova
|
49a3af9513
|
8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
Reviewed-by: kvn, erikj, ihse
|
2018-11-02 14:00:29 -07:00 |
|
Joe Wang
|
d6f958719d
|
8213321: Fix legal headers in test/jaxp
Reviewed-by: darcy, jjg, lancea
|
2018-11-02 12:33:28 -07:00 |
|
Brian Burkhalter
|
36ca4f5893
|
8213306: Fix legal headers in test/java/nio
Reviewed-by: chegar
|
2018-11-02 09:58:55 -07:00 |
|
Brian Burkhalter
|
e21d8fef64
|
8213305: Fix legal headers in test/java/math
Reviewed-by: darcy
|
2018-11-02 09:56:47 -07:00 |
|
Daniel D. Daugherty
|
d17f8229f7
|
8213308: ProblemList runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java
Reviewed-by: ccheung, darcy
|
2018-11-02 12:49:42 -04:00 |
|
Chris Hegarty
|
84d6099da9
|
8213296: Fix legal headers in test/jdk/java/net
Reviewed-by: alanb, dfuchs
|
2018-11-02 16:11:29 +00:00 |
|
Joe Darcy
|
7a350b9474
|
6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
Reviewed-by: vromero, plevart, briangoetz, mcimadamore
|
2018-11-01 20:37:45 -07:00 |
|
Jonathan Gibbons
|
72bfdd96f1
|
8213265: fix missing newlines at end of files
Reviewed-by: darcy
|
2018-11-01 15:11:08 -07:00 |
|
Ichiroh Takiguchi
|
be00a3f7ee
|
8211382: ISO2022JP and GB18030 NIO converter issues
Reviewed-by: sherman, rriggs
|
2018-11-01 17:48:10 -04:00 |
|
Jonathan Gibbons
|
73fa99ae86
|
8213263: fix legal headers in test/langtools
Reviewed-by: darcy
|
2018-11-01 14:32:55 -07:00 |
|
Ramanand Patil
|
3eef9c7997
|
8213085: (tz) Upgrade time-zone data to tzdata2018g
Reviewed-by: martin, naoto
|
2018-11-01 12:43:21 -04:00 |
|
Doug Simon
|
3d2f28b540
|
8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType
Reviewed-by: kvn
|
2018-11-01 11:23:12 +01:00 |
|
Gary Adams
|
426873751c
|
8206330: Revisit com/sun/jdi/RedefineCrossEvent.java
Reviewed-by: cjplummer, sspitsyn, amenkov
|
2018-10-23 11:51:03 -04:00 |
|
David M Lloyd
|
f853aebd9b
|
8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
Reviewed-by: alanb, rriggs
|
2018-10-18 15:56:37 -05:00 |
|
Igor Ignatyev
|
0c061174b6
|
8177711: Convert TestVirtualSpaceNode_test to GTest
Reviewed-by: jwilhelm
|
2018-10-31 19:56:51 -07:00 |
|
Calvin Cheung
|
fc19077b52
|
8213000: Obsolete the IgnoreUnverifiableClassesDuringDump vm option
Remove code referencing the IgnoreUnverifiableClassesDuringDump
Reviewed-by: dholmes, jiangli
|
2018-10-31 14:00:51 -07:00 |
|
Rajan Halade
|
b627cee532
|
8207059: Update test certificates in QuoVadisCA.java test
Reviewed-by: mullan, mbaesken
|
2018-10-31 13:58:15 -07:00 |
|
Bob Vandette
|
c656dde507
|
Merge
|
2018-10-31 16:27:31 -04:00 |
|
Bob Vandette
|
f7ebca2763
|
8213204: ReservedStackTest and ReservedStackTestCompiler tests fail on windows
Reviewed-by: fparain, dcubed, jwilhelm
|
2018-10-31 16:27:01 -04:00 |
|
Coleen Phillimore
|
d302072f50
|
8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
Reviewed-by: jiangli, jwilhelm
|
2018-10-31 14:38:14 -04:00 |
|