Athijegannathan Sundararajan
1e0c0dc73e
8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
...
Reviewed-by: attila, jlaskey
2013-07-08 18:36:10 +05:30
Dmitry Samersoff
455cd24c95
8008589: Better MBean permission validation
...
Better MBean permission validation
Reviewed-by: skoivu, dfuchs, mchung, sjiang
2013-07-08 16:15:39 +04:00
Athijegannathan Sundararajan
0a7fda8dbe
8020015: shared PropertyMaps should not be used without duplication
...
Reviewed-by: hannesw, attila
2013-07-08 16:33:50 +05:30
Lana Steuck
a7cb4ce7b0
Merge
2013-07-05 13:29:04 -07:00
Lana Steuck
851063935c
Merge
2013-07-05 12:26:27 -07:00
Lana Steuck
39a631a7e3
Merge
2013-07-05 11:57:11 -07:00
Lana Steuck
bcde82f11b
Merge
2013-07-05 11:07:03 -07:00
Lana Steuck
9b5da4e548
Merge
2013-07-05 11:06:24 -07:00
Lana Steuck
a68e62073a
Merge
2013-07-05 11:05:50 -07:00
Marcus Lagergren
fa6c5ef45f
8019983: Void returns combined with return with expression picked the wrong return type
...
Reviewed-by: sundar, jlaskey
2013-07-05 19:35:39 +02:00
Frederic Parain
7f314c6d87
Merge
2013-07-05 08:09:40 -07:00
Pranav Bhat
a4ccbc5e36
Merge
2013-07-05 11:00:42 -04:00
Attila Szegedi
dbe76b28bd
8019819: scope symbol didn't get a slot in certain cases
...
Reviewed-by: hannesw, jlaskey, lagergren, sundar
2013-07-05 15:10:47 +02:00
Hannes Wallnöfer
8f092c733a
8017084: Use spill properties for large object literals
...
Reviewed-by: lagergren, sundar
2013-07-05 14:36:54 +02:00
Maurizio Cimadamore
7229f89614
8019824: very long error messages on inference error
...
Inference error messages shows several spurious captured variables generated during an inference loop
Reviewed-by: jjg, vromero
2013-07-05 11:05:02 +01:00
Maurizio Cimadamore
4442f43ea3
8016702: use of ternary operator in lambda expression gives incorrect results
...
Constant types erroneously creep in during inference
Reviewed-by: jjg, vromero
2013-07-05 11:04:22 +01:00
Maurizio Cimadamore
28b5759093
8016059: Cannot compile following lambda
...
8016060: Lambda isn't compiled with return statement
Spurious error triggered during unnecessary recovery round
Reviewed-by: jjg, vromero
2013-07-05 11:03:04 +01:00
Maurizio Cimadamore
86f630b63e
8019480: Javac crashes when method is called on a type-variable receiver from lambda expression
...
Logic for shortcircuiting speculative attribution doesn't handle type-variable receivers
Reviewed-by: jjg, vromero
2013-07-05 11:02:17 +01:00
Maurizio Cimadamore
7e6f7dcca5
8017618: NullPointerException in RichDiagnosticFormatter for bad input program
...
RDF crashes when diagnostic contains type 'void'
Reviewed-by: jjg, vromero
2013-07-05 11:00:19 +01:00
Athijegannathan Sundararajan
1853f28ab3
8019947: inherited property invalidation does not work with two globals in same context
...
Reviewed-by: jlaskey, lagergren, hannesw, attila
2013-07-05 14:38:04 +05:30
Frederic Parain
f6dc452231
8016465: The hs_err file gets wrong name
...
Reviewed-by: dcubed, dholmes, rdurbin
2013-07-05 08:26:49 +00:00
Daniel D. Daugherty
765f5cd4e7
8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
...
Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
Reviewed-by: dsamersoff, zgu, hseigel, coleenp
2013-07-04 21:10:17 -07:00
Alejandro Murillo
b5efe058f7
8019934: new hotspot build - hs25-b41
...
Reviewed-by: jcoomes
2013-07-04 14:56:49 -07:00
Alejandro Murillo
f2930397a1
Added tag hs25-b40 for changeset d5b4e1fe16bd
2013-07-04 14:45:58 -07:00
Alejandro Murillo
17631f681a
Merge
2013-07-04 14:45:57 -07:00
Marcus Lagergren
7426b8de5c
Merge
2013-07-04 17:28:04 +02:00
Marcus Lagergren
0807ef3638
8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
...
Reviewed-by: sundar, hannesw
2013-07-04 17:27:33 +02:00
Attila Szegedi
f495ca639c
8019809: return after break incorrectly sets the block as terminal
...
Reviewed-by: jlaskey, lagergren
2013-07-04 14:10:18 +02:00
Anton Litvinov
b75b83da3e
8015730: PIT: On Linux, OGL=true and fbobject=false leads to deadlock or infinite loop
...
Reviewed-by: art, anthony
2013-07-04 16:06:11 +04:00
Zhengyu Gu
5de65fba93
Merge
2013-07-04 04:03:28 -07:00
Roland Westrelin
bc15de549e
Merge
2013-07-04 03:41:57 -07:00
Zhengyu Gu
3e8c767620
8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state
...
Uses os::NakedYield() on Solaris instead of os::yield_all()
Reviewed-by: acorn, coleenp, hseigel
2013-07-04 06:24:08 -04:00
Vicente Romero
684d5ec76d
6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
...
Reviewed-by: mcimadamore
2013-07-04 10:41:08 +01:00
Vicente Romero
8277af52ee
8009924: some langtools tools do not accept -cp as an alias for -classpath
...
Reviewed-by: jjg
2013-07-04 10:35:33 +01:00
Roland Westrelin
6864f9f8a8
Merge
2013-07-04 01:42:34 -07:00
Bertrand Delsart
06ecbc8ba4
Merge
2013-07-04 01:03:26 -07:00
Christine Lu
277da6e517
Added tag jdk8-b97 for changeset f9f7fb94f515
2013-07-04 01:01:10 -07:00
Christine Lu
7b58133588
Added tag jdk8-b97 for changeset 6774fe79db80
2013-07-04 01:01:07 -07:00
Christine Lu
f1406aa65e
Added tag jdk8-b97 for changeset a23062727b66
2013-07-04 01:00:52 -07:00
Christine Lu
9731e20795
Added tag jdk8-b97 for changeset f5105d95c3a3
2013-07-04 01:00:38 -07:00
Christine Lu
a3d4e7121c
Added tag jdk8-b97 for changeset 611e21a147b1
2013-07-04 01:00:34 -07:00
Christine Lu
8007f4f434
Added tag jdk8-b97 for changeset 3a6f15473944
2013-07-04 01:00:19 -07:00
Christine Lu
4f3801a66f
Added tag jdk8-b97 for changeset 1ebe717664d4
2013-07-04 01:00:08 -07:00
Christine Lu
36a8e30316
Added tag jdk8-b97 for changeset 1c0d035d6968
2013-07-04 01:00:06 -07:00
Carlos Lucasius
3fb892d0e8
Merge
2013-07-03 22:36:42 -04:00
Lana Steuck
0c0bcad83c
Merge
2013-07-03 19:09:20 -07:00
Anthony Scarpino
f0b7243841
8011071: Better crypto provider handling
...
Reviewed-by: hawtin, valeriep
2013-07-03 15:10:11 -07:00
Tao Mao
c02e42d05e
Merge
2013-07-03 15:04:53 -07:00
Tao Mao
e94f9fcf63
Merge
2013-07-03 14:50:10 -07:00
Jiangli Zhou
b454ece6d7
7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful
...
Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size.
Reviewed-by: stefank, coleenp
2013-07-03 17:26:59 -04:00