Christian Tornqvist
|
cd0c6d0fae
|
8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
Reviewed-by: erikj
|
2017-11-22 14:31:48 -05:00 |
|
Dean Long
|
a7c84b45b4
|
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
Reviewed-by: kvn
|
2017-11-22 09:27:06 -08:00 |
|
Volker Simonis
|
cc3aabe580
|
8187280: Remove unused methods from StubQueue
Reviewed-by: kvn, kbarrett
|
2017-11-22 17:57:27 +01:00 |
|
Lutz Schmidt
|
d5adf1df92
|
8189793: [s390]: Improve String compress/inflate by exploiting vector instructions
Reviewed-by: mdoerr, goetz
|
2017-11-22 17:10:38 +01:00 |
|
Jesper Wilhelmsson
|
c8bce04078
|
Merge
|
2017-11-22 16:57:34 +01:00 |
|
Alexander Harlap
|
cb1ea0fc33
|
8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
Need to initialized metaspace performance counters before their potential use
Reviewed-by: tschatzl, sjohanss
|
2017-11-16 14:06:44 -05:00 |
|
Leo Korinth
|
d1cbd17c2c
|
8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
Reviewed-by: tschatzl, sjohanss
|
2017-11-13 15:28:17 +01:00 |
|
Hamlin Li
|
f9a9f88e7c
|
8181478: Refactor java/io shell tests to plain java tests
Reviewed-by: alanb, psandoz
|
2017-06-19 18:02:06 -07:00 |
|
Joe Darcy
|
43ffee89aa
|
8182566: Including missing test update for JDK-8163989
Reviewed-by: jjg
|
2017-06-19 17:13:42 -07:00 |
|
Joe Darcy
|
cd5a336735
|
8163989: Clarify ModuleElement spec
Reviewed-by: abuckley, jjg
|
2017-06-19 15:06:01 -07:00 |
|
Roger Riggs
|
74b07b599e
|
8181597: Process Proxy presentation
Reviewed-by: dfuchs, ahgross, rhalade, skoivu
|
2017-06-19 17:38:33 -04:00 |
|
Mandy Chung
|
af1a4e67e7
|
8181834: Broken link in jdk.jdi module documentation
Reviewed-by: sspitsyn
|
2017-06-19 13:59:45 -07:00 |
|
Mandy Chung
|
f68df147c2
|
8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
Reviewed-by: jjg
|
2017-06-19 12:25:37 -07:00 |
|
Mandy Chung
|
dda120e874
|
8182492: docs bundle needs legal notices for 3rd party libraries distributed for javadoc search
Reviewed-by: jjg
|
2017-06-19 12:25:02 -07:00 |
|
Jesper Wilhelmsson
|
0865fbc1df
|
Merge
|
2017-06-19 21:22:19 +02:00 |
|
Mark Reinhold
|
8906ca8e00
|
8182408: Simplify the API-specification overview page
Reviewed-by: erikj, mchung, jrose, alanb
|
2017-06-19 18:20:42 +02:00 |
|
Weijun Wang
|
157b885e4f
|
8182118: Package summary is missing in jdk.security.auth module
Reviewed-by: mullan, mchung
|
2017-06-19 22:54:09 +08:00 |
|
Sean Mullan
|
04f35f6f89
|
8181295: Document that SecurityManager::checkPackageAccess may be called by the VM
Reviewed-by: mchung
|
2017-06-19 08:16:03 -04:00 |
|
Thomas Stuefe
|
b6e3d33927
|
8181419: Race in jdwp invoker handling may lead to crashes or invalid results
Reviewed-by: sspitsyn, sgehwolf, clanger
|
2017-06-19 11:52:01 +02:00 |
|
Jan Lahoda
|
dfaf30bc4c
|
8181911: Lambda Analyzer causes compile-time error
When copying Env<AttrContext> for Analyzer, detach returnResult from the outer context.
Reviewed-by: mcimadamore
|
2017-06-19 11:41:21 +02:00 |
|
Claes Redestad
|
9ba4675898
|
8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
Reviewed-by: martin, erikj, sherman, chegar, mikael
|
2017-06-19 10:32:13 +02:00 |
|
Claes Redestad
|
81a4918f16
|
8181147: JNI_GetStringPlatformChars should have a fast path for UTF-8
8182451: Inconsistency between String.getBytes("Cp1252") and JNU_GetStringPlatformChars
Reviewed-by: martin, erikj, sherman, chegar, mikael
|
2017-06-19 09:29:11 +02:00 |
|
Amy Lu
|
06a254a8f5
|
8182421: Add @modules to java/nio/charset/coders/SJISMappingPropTest.java
Reviewed-by: alanb
|
2017-06-19 15:48:42 +08:00 |
|
Sergey Bylokhov
|
521751020d
|
8181894: java.desktop module documentation has links to technotes
Reviewed-by: mchung
|
2017-06-19 07:19:27 +03:00 |
|
Jan Lahoda
|
06cf2f81e7
|
8182162: Remove -XD-Xmodule
Removing the undocumented -XD-Xmodule: option.
Reviewed-by: jjg
|
2017-06-19 05:56:49 +02:00 |
|
Hamlin Li
|
54b3488ad9
|
8181912: Refactor locale related shell test test/java/io/File/MacPathTest.sh to java test
Reviewed-by: alanb, naoto, psandoz, xiaofeya
|
2017-06-18 18:43:24 -07:00 |
|
Amy Lu
|
b0f734047c
|
8181395: Refactor locale related shell tests Charset/default.sh and CheckSJISMappingProp.sh to java
Reviewed-by: alanb
|
2017-06-19 09:41:59 +08:00 |
|
Amy Lu
|
87beee49ce
|
8181309: Refactor shell test AsynchronousChannelProvider/custom_provider.sh to java
Reviewed-by: alanb
|
2017-06-19 09:27:17 +08:00 |
|
Aleksei Efimov
|
30b60eb395
|
8176508: Update JAX-WS RI integration to latest version
Reviewed-by: lancea, mchung, alanb, iris
|
2017-06-18 23:10:33 +01:00 |
|
Aleksei Efimov
|
65ef5fbef0
|
8176508: Update JAX-WS RI integration to latest version
Reviewed-by: lancea, mchung, alanb, iris
|
2017-06-18 23:10:05 +01:00 |
|
Aleksei Efimov
|
5e00da6b12
|
8176508: Update JAX-WS RI integration to latest version
Reviewed-by: lancea, mchung, alanb, iris
|
2017-06-18 23:07:25 +01:00 |
|
Sergey Bylokhov
|
948995eda5
|
8180889: Cleanup of javadoc in java.datatransfer module
Reviewed-by: prr, azvegint
|
2017-06-18 17:33:47 +03:00 |
|
Prasanta Sadhukhan
|
4824dc2041
|
8177699: Some swing and awt tests are not in TEST.groups
Reviewed-by: serb
|
2017-06-18 19:52:09 +05:30 |
|
Mandy Chung
|
b55b119b30
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:51:31 -07:00 |
|
Mandy Chung
|
e4a6d45c1f
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:55 -07:00 |
|
Mandy Chung
|
bc6e52c2b3
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:50 -07:00 |
|
Mandy Chung
|
960807e246
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:45 -07:00 |
|
Mandy Chung
|
25f156ee33
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:42 -07:00 |
|
Mandy Chung
|
d33d6dc145
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:39 -07:00 |
|
Mandy Chung
|
bd5e472874
|
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
|
2017-06-17 11:50:34 -07:00 |
|
Alan Bateman
|
a0a5208606
|
Merge
|
2017-06-17 08:03:09 +01:00 |
|
Alan Bateman
|
f4fe8c34f2
|
Merge
|
2017-06-17 08:03:05 +01:00 |
|
Alan Bateman
|
beba252b47
|
Merge
|
2017-06-17 08:02:55 +01:00 |
|
Alan Bateman
|
86c833ef23
|
Merge
|
2017-06-17 08:02:30 +01:00 |
|
Doug Lea
|
dd284ef617
|
8181334: add spec for Deque.addAll
Reviewed-by: martin, psandoz, smarks, darcy
|
2017-06-16 19:50:16 -07:00 |
|
David Dehaven
|
851f09db00
|
Merge
|
2017-06-16 17:41:05 -07:00 |
|
Lana Steuck
|
9672778c01
|
Added tag jdk-10+12 for changeset 4a203b007156
|
2017-06-17 00:15:56 +00:00 |
|
Lana Steuck
|
87cf68f361
|
Added tag jdk-10+12 for changeset dc68478b53b9
|
2017-06-17 00:15:55 +00:00 |
|
Lana Steuck
|
27811438d7
|
Added tag jdk-10+12 for changeset 11062587f5ad
|
2017-06-17 00:15:54 +00:00 |
|
Lana Steuck
|
82a5b81e1c
|
Added tag jdk-10+12 for changeset 2b591c4d54e8
|
2017-06-17 00:15:50 +00:00 |
|