-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
beta
-
sparc
-
solaris_1
-
Not verified
*****************************************************************************
###@###.### 2002-04-16
- build - j2sdk-1_4_1-beta-bin-b08-solaris-sparc-09_apr_2002
- spec reference (formal/99-10-07) Sections 11.3.5.2 & 11.3.8.4
Problem description :
As per the spec the section 11.3.8.4 the order of poa.destroy(true, true) seems to be
1. destroy all descendents and etherealize their servants.
2. Complete all executing requests in POA
3. Apparent destruction of POA
4. Etherealize all the servants in AOM.
Section 11.3.5.2 defines the order for etherealization
a. remove servant from AOM
b. wait for completing all active request on the target object
c. invoke etherealize on the servant
But the order in implementation seems to be
1. destroy all descendents and etherealize their servants.
2. Apparent destruction of POA
3. Invoke etherealize() on all the servants in AOM.
4. Clear AOM
5. Wait for completing all executing requests in POA
See test attached in 4667121
*****************************************************************************
###@###.### 2002-04-16
- build - j2sdk-1_4_1-beta-bin-b08-solaris-sparc-09_apr_2002
- spec reference (formal/99-10-07) Sections 11.3.5.2 & 11.3.8.4
Problem description :
As per the spec the section 11.3.8.4 the order of poa.destroy(true, true) seems to be
1. destroy all descendents and etherealize their servants.
2. Complete all executing requests in POA
3. Apparent destruction of POA
4. Etherealize all the servants in AOM.
Section 11.3.5.2 defines the order for etherealization
a. remove servant from AOM
b. wait for completing all active request on the target object
c. invoke etherealize on the servant
But the order in implementation seems to be
1. destroy all descendents and etherealize their servants.
2. Apparent destruction of POA
3. Invoke etherealize() on all the servants in AOM.
4. Clear AOM
5. Wait for completing all executing requests in POA
See test attached in 4667121
*****************************************************************************
- relates to
-
JDK-4615788 OBJECT_NOT_EXIST exception is not thrown in etherealize method.
-
- Closed
-
-
JDK-4669071 System Exception in ServantActivator.etherealize() causes StackOverflowError
-
- Closed
-
-
JDK-4667121 POA.destroy(true, true) throwing NPE
-
- Closed
-