Bug 27995 - classpath-cvs-2006-6-12 compile error
Summary: classpath-cvs-2006-6-12 compile error
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 07:44 UTC by YunSong hwang
Modified: 2006-06-12 10:57 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description YunSong hwang 2006-06-12 07:44:41 UTC
Found 2 semantic errors compiling "../gnu/java/lang/management/RuntimeMXBeanImpl.java":

    42. import java.lang.management.ManagementPermission;
               ^---------------------------------------^
*** Semantic Error: The import "java/lang/management/ManagementPermission" is not valid, since it does not name a type in a package.


    76.       sm.checkPermission(new ManagementPermission("monitor"));
                                     ^------------------^
*** Semantic Error: Type "ManagementPermission" was not found.
Comment 1 Mark Wielaard 2006-06-12 10:57:15 UTC
Fixed by:

2006-06-12  Andrew John Hughes  <gnu_andrew@member.fsf.org>

        * java/lang/management/ManagementPermission.java:
        New file.