Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] Behavior of virtual=true on Java SE 17
  • From: Nathan Rauh <nathan.rauh@xxxxxxxxxx>
  • Date: Fri, 2 Feb 2024 17:09:09 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=mhkcDPY+9mPucjj3oQxuQi4G6+Ge+41yXrEFlizleOQ=; b=PBb1rYz1tAAQRlbbV107HbYbmY+5J4hb6r62vQqpNs83Lw5OZV1zpREIp6dI+nLi944nt/p5Jh+uQVtsIz/Jgcv+rssVHc6uNfzHQ5fM7FQHGDtoKh6WOzpGQC76cGY60/zQ9LJscYSdRZbXH7cZ3+nbaqRmjZE8w1mbzvPlEYwWlynDcpYZitikI9Yq98BI2GdptXWKfUZlzVxYdFhPphUs6cpm8KGMk5qCrtmirpCXG9brlxgc+ZT1q+wVP0ZwYn1m7Q8UU/NivqY8MLxNbksSZ9oagw5hs5kyDvRZ+KOKzkfLgCoDCbEA0uOimFv6UaW8rIRDqQkRKe9DSoBGrw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nHNlL3hB//1nxdjMBXDjGNmedqVtn5EuNqlX+RK4/rg2iDvv0P8u+UeKNb3eQdGHTvvcIaDx5wX6aQCPeCeL3kSuhRZXEccTxC3tPmjysnwIzC8IBh+VMr8YNWawIQIv/HDQ61h3lry/WqpdQNU+zh0jcJCjK72Sy7aNax2yMx4qK4Y4aqjTWp61WFnqVW/2juyk9xe+GGaztjGPtytQSaNeOjD+dgm3kv+ilrNMPNJSzBWCej/FCIxqQInbnXjiVmgAeDp5zXVwCDRB7dPcNPg4dX1KqB/r8lvaijfeWkab8WgPUex+5ys8pggb0fN2uz1GCSnJIayC6zzZQNjA0Q==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaVfna9vr+kHy/0kKFhr0w2Wi84g==
  • Thread-topic: Behavior of virtual=true on Java SE 17

If anyone else has an opinion on what the behavior of virtual=true should be when running on Java SE 17, please comment in

https://github.com/jakartaee/concurrency/pull/415

 

The options being considered are:

  1. It’s an error because Java SE 17 can’t possibly ever honor your request to use virtual threads.
  2. Ignore your request for a virtual thread on Java SE 17 and use a platform thread instead.

 

I’ll leave this open for several more days, but I’d like to get a decision made one way or the other so that we can make progress on supporting Java SE 17 which is now being required by the Jakarta platform.


Back to the top