Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 25787 invoked from network); 18 Oct 2006 09:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 09:01:07 -0000 Received: (qmail 98357 invoked by uid 500); 18 Oct 2006 09:01:04 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 98091 invoked by uid 500); 18 Oct 2006 09:01:03 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 97876 invoked by uid 99); 18 Oct 2006 09:01:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 02:01:02 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mike.fursov@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 02:01:02 -0700 Received: by nf-out-0910.google.com with SMTP id m18so69218nfc for ; Wed, 18 Oct 2006 02:00:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=psOMo3b61cgaBQGEimaloJka5Don377vJbdVCARao0wsIQuFLtnla0QWpN4Oh92/UKdDrdCA7PPiO1EKjF6tO94HZLkLnjHOq7oevDt+5DmH9nnfB8YpEQYXYHi0o1bymqAYrcVzXUKh5eMV3ZZwDP5QKh9ePUxdXbQmltkHD88= Received: by 10.78.201.10 with SMTP id y10mr10421869huf; Wed, 18 Oct 2006 02:00:40 -0700 (PDT) Received: by 10.78.180.1 with HTTP; Wed, 18 Oct 2006 02:00:40 -0700 (PDT) Message-ID: Date: Wed, 18 Oct 2006 16:00:40 +0700 From: "Mikhail Fursov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Calling native methods from Java code: implementation details In-Reply-To: <783bf8b0610180152g114051e3y6509b7c6843496b4@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_66656_6852001.1161162040212" References: <51d555c70610171014gd507b14hce9f2c80b6096c04@mail.gmail.com> <783bf8b0610171212n41d1f47cm37fd77670039c9ec@mail.gmail.com> <783bf8b0610180152g114051e3y6509b7c6843496b4@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_66656_6852001.1161162040212 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/18/06, Pavel Afremov wrote: > > c) Use of special interface is right for security issues. It's not clear > for > me how provide security in Mikhail scheme. It's simple :). Allow direct native calls only from classes loaded by bootstrap classloader. -- Mikhail Fursov ------=_Part_66656_6852001.1161162040212--