Lana Steuck
701a964369
Merge
2016-09-08 22:13:43 +00:00
Lana Steuck
d70c8d3917
Merge
2016-09-08 22:13:38 +00:00
Lana Steuck
9e5b1e14bf
Merge
2016-09-08 22:13:15 +00:00
Lana Steuck
000fb32f29
Added tag jdk-9+135 for changeset cc9682f2ced6
2016-09-08 21:11:56 +00:00
Lana Steuck
4f6a0382a6
Added tag jdk-9+135 for changeset 39dd3d3d369e
2016-09-08 21:11:55 +00:00
Lana Steuck
0abfd8a93b
Added tag jdk-9+135 for changeset 68787613f261
2016-09-08 21:11:54 +00:00
Lana Steuck
f1ec168a72
Added tag jdk-9+135 for changeset ac2a115938ab
2016-09-08 21:11:54 +00:00
Lana Steuck
05b653ef70
Added tag jdk-9+135 for changeset e8d5d0486ea5
2016-09-08 21:11:53 +00:00
Lana Steuck
9525f089b5
Added tag jdk-9+135 for changeset 967c7d5073aa
2016-09-08 21:11:53 +00:00
Lana Steuck
8d9bb11538
Added tag jdk-9+135 for changeset c55ef7ed9aa0
2016-09-08 21:11:52 +00:00
Anton Tarasov
537661d271
8160570: [macosx] modal dialog can skip the activation/focus events
...
Reviewed-by: serb, ssadetsky
2016-09-08 19:25:55 +03:00
Kirill Zhaldybin
4eab390a81
8165601: Convert arrayOopDesc_test to Gtest
...
Reviewed-by: coleenp, iignatyev
2016-09-08 18:41:10 +03:00
Jan Lahoda
835354dfa6
8131025: JShell: crash on tab-complete reference to bad class file
...
Catching CompletionFailure when iterating through Scope.
Reviewed-by: rfield
2016-09-08 15:48:28 +02:00
Kirill Zhaldybin
6075eea505
8165433: Convert Test_linked_list to Gtest
...
Reviewed-by: coleenp, dholmes, iignatyev
2016-09-08 15:23:05 +03:00
Erik Helin
be6cc69504
8165455: Tracing events for G1 have incorrect metadata
...
Reviewed-by: egahlin, tschatzl
2016-09-08 12:30:38 +02:00
Thomas Schatzl
1075dcd335
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
...
Sort the collection set in ascending order so that the optimization when adding free regions can be exploited.
Reviewed-by: sjohanss, mgerdin
2016-09-12 09:34:51 +02:00
Alejandro Murillo
4c5520208b
Merge
2016-09-10 12:23:52 -07:00
Harold Seigel
37c77e03d3
8165634: Support multiple --add-modules options on the command line
...
Use numbered properties for --add-module options so that multiple --add-module options can be supported.
Reviewed-by: coleenp, gziemski, lfoltan, ccheung
2016-09-10 08:25:51 -04:00
Daniel D. Daugherty
ddb3cd1998
Merge
2016-09-09 19:41:41 +00:00
Daniel D. Daugherty
097b1f1495
Merge
2016-09-09 11:23:59 -07:00
Ron Durbin
2bb3bc6449
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
...
Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms.
Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
2016-09-09 11:14:57 -07:00
Alexander Vorobyev
d22c8d1b01
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
...
Test settings were changes in order to avoid timeouts
Reviewed-by: kvn
2016-09-09 19:30:08 +03:00
Serguei Spitsyn
98babf0899
Merge
2016-09-09 06:44:31 +00:00
Yasumasa Suenaga
7a341735fe
8164913: JVMTI.agent_load dcmd should show useful error message
...
Show useful error message
Reviewed-by: dholmes, dsamersoff, sspitsyn
2016-09-08 23:38:56 -07:00
Amit Sapre
a260ea611d
8165579: Add missing javadoc information for javax.management.MBeanServer
...
Added missing @implSpec javadoc information for deserialize api’s
Reviewed-by: dfuchs, dholmes
2016-09-08 15:53:16 +05:30
Vyom Tewari
ea13eb2b06
8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
...
Reviewed-by: dholmes, dcubed
2016-09-08 15:00:39 +05:30
Athijegannathan Sundararajan
32ded5866a
8165595: Main class should be set for nashorn modules
...
Reviewed-by: jlaskey, erikj
2016-09-08 14:35:02 +05:30
Frank Yuan
42b4161e91
8165617: Cleanup whitespace in jaxp/test
...
Removed the extra LF from the java files
Reviewed-by: joehw
2016-09-08 12:33:10 +08:00
Martin Buchholz
97ed09e075
8165643: SecureDirectoryStream doesn't work on linux non-x86
...
Reviewed-by: alanb
2016-09-07 14:44:59 -07:00
Lana Steuck
1e5d88277f
Merge
2016-09-08 22:14:00 +00:00
Joe Darcy
d14725c1ad
8039854: Broken link in java.lang.RuntimePermission
...
Reviewed-by: lancea
2016-09-08 14:23:45 -07:00
Lana Steuck
f5321ccf86
Added tag jdk-9+135 for changeset 6d7a656b1612
2016-09-08 21:11:54 +00:00
Sergei Kovalev
d0474e029b
8165583: Fix module dependencies for jdk/java/util/* tests
...
Reviewed-by: alanb
2016-09-08 09:59:54 -07:00
Mandy Chung
37ff205c8a
8165563: ClassLoader::getSystemClassLoader will never be null
...
Reviewed-by: alanb, dholmes, psandoz
2016-09-08 09:45:50 -07:00
Sean Coffey
6784a0986e
8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
...
Reviewed-by: chegar
2016-09-08 16:16:44 +01:00
Athijegannathan Sundararajan
d689bc25f6
8165697: jlink running on Mac with Windows jmods produces non-runnable image
...
Reviewed-by: jlaskey, redestad
2016-09-08 20:21:42 +05:30
Stuart Marks
b5f85932d6
8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
...
Reviewed-by: iris, darcy, mchung
2016-09-07 14:59:55 -07:00
Hannes Wallnöfer
2df77e13ce
8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded
...
Reviewed-by: jlaskey, mhaupt
2016-09-07 22:48:02 +02:00
Robert Field
426f1d9d47
8080352: jshell tool: Error message for using "package" should be more descriptive than "Failed"
...
Reviewed-by: jlahoda
2016-09-07 12:15:22 -07:00
Joe Wang
144bc12a10
8165116: redirect function is not allowed even with enableExtensionFunctions
...
Reviewed-by: lancea
2016-09-07 11:00:14 -07:00
Kumar Srinivasan
45e7a1faa8
8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
...
Reviewed-by: jrose
2016-09-07 10:58:22 -07:00
Sergei Kovalev
44b189f55a
8165604: Fix module dependencies for sun/util/* tests
...
Reviewed-by: rriggs, naoto
2016-09-07 10:04:46 -07:00
Dmitry Dmitriev
6d636f5ee1
Merge
2016-09-07 16:17:20 +02:00
Athijegannathan Sundararajan
256e3bab87
8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
...
Reviewed-by: jlaskey
2016-09-07 18:35:21 +05:30
Dmitry Dmitriev
88ceff1127
8165513: Quarantine sun/tools/jps/TestJpsJar.java
...
Reviewed-by: dsamersoff
2016-09-07 15:34:38 +03:00
Harold Seigel
6f8c0a7193
8058575: IllegalAccessError trying to access package-private class from VM anonymous class
...
Put anonymous classes in unnamed package into host class's package. Throw exception if host class's package differs from anonymous class.
Reviewed-by: coleenp, acorn
2016-09-07 07:21:43 -04:00
Ivan Gerasimov
b7edd5f9aa
8165413: Typos in javadoc: extra period, wrong number, misspelled word
...
Reviewed-by: weijun, mullan
2016-09-07 10:14:48 +03:00
Serguei Spitsyn
2fe671f646
Merge
2016-09-07 03:35:45 +00:00
Egor Ushakov
86762c9fff
6822627: NPE at ReferenceTypeImpl.constantPool
...
Fix the NullPointerException bug
Reviewed-by: sspitsyn, dsamersoff
2016-09-06 20:27:47 -07:00
Vicente Romero
29aa24a3c1
8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
...
Reviewed-by: mcimadamore
2016-09-06 17:04:43 -07:00